@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	line-height: 120%;

}

.alert {color: #b50938}
.bold {font-weight: bold}
h2 {color: #353884; line-height:130%;}
h3 {color: #353884; line-height:130%;}
h4 {color: #0067AB; line-height:130%;}
.11size {font-size: 11px}


a:link {
	color: #5191CD;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #5191CD;
}
a:hover {
	text-decoration: none;
	color: #345A80;
}
a:active {
	text-decoration: underline;
	color: #345A80;
}

a.white:link {
	color: #FFFFFF;
	text-decoration:underline;
}
a.white:visited {
	text-decoration:underline;
	color: #FFFFFF;
}
a.white:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.white:active {
	text-decoration: none;
	color: #FFFFFF;
}

a.dropnav:link {
	color: #353884;
	text-decoration:none;
	font-weight:bold;
}
a.dropnav:visited {
	text-decoration:none;
	color: #353884;
		font-weight:bold;
}
a.dropnav:hover {
	text-decoration: none;
	color: #353884;
		font-weight:bold;
}
a.dropnav:active {
	text-decoration: underline;
	color: #353884;
		font-weight:bold;
}

a.headnav:link {
	color: #FFFFFF;
	text-decoration:underline;
	padding: 3px;
	font-size: 10;
}
a.headnav:visited {
	text-decoration:underline;
	color: #FFFFFF;
	padding: 3px;
	font-size: 10;
}
a.headnav:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #353884;
	padding: 3px;
	font-size: 10;
}
a.headnav:active {
	text-decoration: none;
	color: #FFFFFF;
	padding: 3px;
	font-size: 10;
}


a.yellow:link {
	color: #CCB854;
	text-decoration:underline;
}
a.yellow:visited {
	text-decoration:underline;
	color: #CCB854;
}
a.yellow:hover {
	text-decoration: none;
	color: #CCB854;
}
a.yellow:active {
	text-decoration: none;
	color: #CCB854;
}


.leftcol{
	BORDER-RIGHT: #5191CD 6px solid; PADDING-RIGHT: 0px; 
}

.colbox{
	BORDER-RIGHT: #5191CD 2px solid; PADDING-RIGHT: 0px; 
	BORDER-TOP: #5191CD 2px solid;   PADDING-TOP: 0px;
	BORDER-LEFT: #5191CD 2px solid;  PADDING-LEFT: 0px; 
	BORDER-BOTTOM: #5191CD 2px solid; PADDING-BOTTOM: 0px;
}

