/*---------------------------------------------------------------------------*/
/*--<  HTML Tag styles  >----------------------------------------------------*/
/*---------------------------------------------------------------------------*/
BODY {
	background: #62B3D8;
	margin: 8px 8px 8px 8px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Tahoma, "Times New Roman", Geneva, Helvetica, sans-serif; 
	color: #000000; 
	text-decoration: none;
}

A {
	text-decoration: none;
}
A:link {
	color: black;
}
A:visited {
	color: black;
}
A:hover{
	color: #62B3D8;
}
A:active {
	color: black;
}

IMG{
	border: 0px;
}

/*---------------------------------------------------------------------------*/
/*--<  Class Styles  >-------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
.Header{
	background-color: White;
	height: 115px;
	border-style: solid;
	border-width: 4px;
	border-color: Black;
	text-align: center;
}
.BlockSeperator{
	height: 8px;
}
.Menus{
}
.HiddenMenuBlock{
	display: none;
	font-family: "Comic Sans MS", Arial, Tahoma, "Times New Roman", Geneva, Helvetica, sans-serif;
}
.VisibleMenuBlock{
	display: Block;
	font-family: "Comic Sans MS", Arial, Tahoma, "Times New Roman", Geneva, Helvetica, sans-serif;
}
.MenuLink{
	font-family: "Comic Sans MS", Arial, Tahoma, "Times New Roman", Geneva, Helvetica, sans-serif;
}
.MenuLink:hover{
	color: white;
	text-decoration: underline;
}
.Content{
	background-color: White;
	border-style: solid;
	border-width: 4px;
	border-color: Black;
	vertical-align: top;
	text-align: center;
	height: 100%;
	/* overflow: auto; */
}
.Disclaimers{
	text-align: center;
	font-size: 8pt;
}
.MasterTableLayout{
	border: 0;
	width: 100%;
	height: 100%;
}

.PageTitle{
	width: 100%; 
	/*background-color: #D7C001;*/
	font-family: "Comic Sans MS", Arial, Tahoma, "Times New Roman", Geneva, Helvetica, sans-serif;
	font-size: 30px;
	height: 48px;
	border-bottom: solid black 4px;
}

.Nudity{
	color: #FF0000;
	font-weight: bold;
	/*text-decoration: underline;*/
}