@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.sidebarHead {
	font-weight: bold;
	background-color: #A3CED1;
}
.sidebarHead2 {
	font-weight: bold;
	background-color: #4A4240;
	color: #FFFFFF;
}
.mainNav a {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0099CC;
	text-decoration: none;
}
.mainNav a:hover {
	color: #CCCCCC;
	text-decoration:  underline;
}
a {
	color: #003366;
}

a:hover {
	color:#0099CC;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #4A4240;
	font-style: italic;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dotted;
	border-top-color: #B6ACAB;
	border-right-color: #B6ACAB;
	border-bottom-color: #B6ACAB;
	border-left-color: #B6ACAB;
}
.adminNav a {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC3300;
	text-decoration: none;
}
.adminNav a:hover {
	color: #CCCCCC;
	text-decoration:  underline;
}
.trHover:hover {
	background-color: #d7eff2;
}
