@charset "utf-8";
body { margin: 0px; padding: 0px;
}
.border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}

a:link { color: #000000; text-decoration:none; font-weight:bold}
a:visited { color: #000000; text-decoration:none; font-weight:bold}
a:hover { color: #00208e; text-decoration:underline; font-weight:bold}
a:active { color: #000000; text-decoration:none; font-weight:bold} 

a.wht:link { color: #ffffff; text-decoration:none; font-weight:bold}
a.wht:visited { color: #ffffff; text-decoration:none; font-weight:bold}
a.wht:hover { color: #00208e; text-decoration:underline; font-weight:bold}
a.wht:active { color: #ffffff; text-decoration:none; font-weight:bold} 

.mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 5px;
}
.message {
	background-color: #72aced;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.committee {
	background-color: #72aced;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
	
a.red:link {
color: #FF0000; text-decoration:none; font-weight:bold
}
