html, body {
	height: 100%;
	margin: 0 0 1px;
	padding: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #000000;
}

body{
	background-color: #FFEFBF;
}

a:link    {text-decoration: underline; color:#000000;}
a:visited {text-decoration: underline; color:#000000;}
a:active  {text-decoration: underline; color:#000000;}
a:hover   {text-decoration: underline; color:#000000;}

#tbl_banner {
	background-color: #FFEFBF;
	border-top: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
	border-style: ridge;
	outline: 0px solid #FFFFFF;
}

#tbl_main {
	background-color: #FFFFFF;
	border-top: 1px solid #00AEEF;
	border-right: 1px solid #00AEEF;
	border-bottom: 1px solid #00AEEF;
	border-left: 1px solid #00AEEF;
	border-style: ridge;
	outline: 1px solid #000000;
}

#tbl_forms {
	background-color: #FFFFFF;
	border-top: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
	border-style: ridge;
	outline: 0px solid #FFFFFF;
}

a img {
border:none;
}

.Img_Bords_All { 
	background-color: #FFFFFF;
	border-top: 1px solid #00AEEF;
	border-right: 1px solid #00AEEF;
	border-bottom: 1px solid #00AEEF;
	border-left: 1px solid #00AEEF;
	border-style: ridge;
	outline: 1px solid #000000;
}

.Img_Bords_None { 
	border-top: 0px solid #FFC950;
	border-right: 0px solid #FFC950;
	border-bottom: 0px solid #FFC950;
	border-left: 0px solid #FFC950;
}

.Hor_Rules {
	border:none;	
	border-top:1px #00AEEF solid;
	height: 1px;
}

.Black_14pt {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
}

.Black_16pt {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #000000;
}

.Black_18pt {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #000000;
}

.F_DropDown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #EAEAEA;
	height: 25px;
	border: 2px solid #00ADEF;
}