/* main page */
body {
	margin: 4px;
	font-size: 12px;
	color: black;
	background-color: white;
	overflow: auto;
}
td {font-size: 12px; color: black;}
img {border: none;}

#navtab #nav a {text-decoration: none; color: white;}
#navtab #nav a:link, a:visited, a:hover, a:active {color: white;}
#navtab #antinav a { color: #3F72AD;text-decoration: underline;}
#navtab #antinav a:link, a:visited, a:hover, a:active {color: #3F72AD;}

#subcont a {color: #003399;}
#subcont a:link, a:visited, a:hover, a:active {color: #003399;}
#footer a {color: white;}
#footer a:link, a:visited, a:hover, a:active {color: white;}

#header {
	background-image: url(../Images/dots.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#navtab {
	border: 1px none #6091C2;
	border-top-style: solid;
}
#navtab #nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 17px;
}
#navtab #antinav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 0px 17px;
	background: #fff;
}
#cont {
	border: 1px none #CCCCCC;
	border-top-style: solid;
	margin: 5px 0px;
	padding: 3px 0px;
}
#subcont #col_1 {
	border: 1px none #CCCCCC;
	border-right-style: solid;
}
#subcont #col_1, #col_2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	text-decoration: none;
	padding: 5px 10px;
	text-align: justify;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 10px;
	border: 5px none white;
	border-top-style: solid;
}


.bringTop td {border: 1px solid #dadada; padding: 5px}
