/* CSS Document */
A:link {color:#0452E1; font-weight: bold; text-decoration: underline;}
A:visited {color:#660000;text-decoration: none;}
A:hover {color:#990000;text-decoration: none;}
body {
	background: #FFFFFF;
	margin-top: 5px;
	font-family: Lucida Sans, "Trebuchet MS", Arial, Verdana, sans-serif;
	color: #333333;
}
h1 {
	font-size: xx-large;
	font-variant: small-caps;
	color: #990000;
	margin-top: 1px;
	margin-bottom: 1px;
}
h2 {
	color: #990000;
	margin: 1px 1px 1px 2px;
}

h3 {
	color: #EC210C;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


p {
	text-align: justify;
	line-height: 180%;
	font-size: 14px;
	margin: 0em;
	font-family: Georgia, Garamond, "Times New Roman", serif;
	color: #000000;
}

p.notice {
	border: 3px solid #1B73A4;
	background-color: #C7DBE6;
	width: 520px;
	padding: 18px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	text-align: center;
	font-size: 13.5px;
	color: #135275;
}

p.center {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
}

p.center a {
	font-size: 12px;
}
 /* Nav Menu */

#navlist {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
#navlist a {
	text-decoration: none;
	color: #990000;
}
#navlist a:hover {color: #666666;}
/* Nav Menu Ends */
.cap {
	font: bold 180% Georgia, Garamond, "Times New Roman", serif;
	color: #990000;
}