body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #000000;
	font-family: verdana, tahoma, sans-serif;
	font-size: 14px;
	color: #003e79;
	line-height: 20px;
}
p, ul li{
	font-family: verdana, tahoma, sans-serif;
	font-size: 14px;
	color: #003e79;
	line-height: 20px;
	text-align: left;
}
.date {
	font-family: verdana, tahoma, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 20px;
	text-align: left;
	font-weight: 700;
}
h1 {
	font-family: garamond, "Times New Roman", times, georgia, serif;
	font-size: 30px;
	color: #999999;
	/*line-height: 24px;*/
	text-align: left;
	margin:0;
	padding:0;
	font-weight: 900;
}
h2 {
	font-family: verdana, tahoma, sans-serif;
	font-size: 16px;
	color: #999999;
	/*line-height: 20px;*/
	text-align: left;
	margin:0;
	padding:0;
}
h3 {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 18px;
	color: #999999;
	letter-spacing: 1px;
	border-bottom: 2px solid;
	border-color: #003e79;
	margin-bottom: 15px;
}
hr {
	border: 0;
	border-top: 1px dashed #666;
	color: #fff;
	background-color: #fff;
	height: 1px;
	width: 100%;
}
a:link { color: #003e79; text-decoration: underline; font-weight: 700;}
a:visited { color: #003e79; text-decoration: underline; font-weight: 700;}
a:hover { color: #000000; text-decoration: none; font-weight: 700;}
a:active { color: #003e79; text-decoration: underline; font-weight: 700;}

.white a:link { color: #ffffff; text-decoration: underline; font-weight: 700;}
.white a:visited { color: #ffffff; text-decoration: underline; font-weight: 700;}
.white a:hover { color: #c99b00; text-decoration: none; font-weight: 700;}
.white a:active { color: #ffffff; text-decoration: underline; font-weight: 700;}

.home a, .home a:visited { color:#CCCCCC; }
.home a:hover { color:#336699; text-decoration: underline; }

.white li {
	color: #fff;
}
.white {
	color: #fff;
}	
	
/* Message Boxes */
div.messageBox {
	font-size: 12px;
	margin: 0 0 10px 0;
	border: 1px solid #000;
	padding: 12px 40px 0 12px;
	background-repeat: no-repeat;
	background-position: 20px 14px;
	background-color: #ffffcc;
	border-color: #ffcc00;
	width: auto;
	min-height: 48px;
	_height: 48px;
}
div.messageBox.error {
	background-image: url(../icon/icon_critalert.gif);
	background-color: #ffffcc;
	border-color: #ffcc00;
	color: #c60000;
	padding-left: 80px;
}
div.messageBox.confirmation {
	background-image: url(../icon/icon_confirmation.gif);
	background-color: #D9F2B3;
	border-color: #a9d260;
	color: #000;
	padding-left: 80px;
}
div.messageBox p {
	margin: 0 0 12px 0 !important;
	line-height: 1.5;
}
div.messageBox ul, div.messageBox ol {
	margin: 0 0 12px 23px;
	padding: 0;
	line-height: 1.5;
}