HTML, IMG, INPUT, SELECT, TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: White;
	border: 0;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}
BODY {
	background-color : #000000;
}

TABLE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

B {
	color: #626466;
}
b.link {
	color: #DB261D;
}

HR {
	border: none 0; 
	border-top: 3px double #000066;
	width: 95%;
	height: 3px;
	text-align: left;
}
A, A:active, A:visited {
	color: #DB261D;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}

.noundl {
	text-decoration: none;
}

INPUT, SELECT, TEXTAREA {
	color: #333936;
	border-style: solid;
	border-color: #9EA5A3;
	border-width: 1;
}
H1 {
	font-size: 18px;
	font-weight: bold;
}
H2 {
	font-size: 16px;
	font-weight: bold;
}
H3 {
	font-size: 14px;
	font-weight: bold;
}
blockquote {
	margin-left: 15px;
	margin-right: 15px;
}

.nav {
	font-family: helvetica,arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding-top: 0px;
	padding-bottom: 10px;
}
A.nav, A.nav:active, A.nav:visited { color: white; }
A.nav:hover { text-decoration: underline; }

.content {
	padding-top: 15px;
	padding-bottom: 10px;
}

.right {
	background-image: url(../images/bg_right.gif);
	margin-left: 5px;
	padding-left: 5px;
}



.copy {
	background-color: #00004A;
	font-family: helvetica, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: white;
}



.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #000066;
}


.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #ED1F1F;
}

.calendar {
	color: #ffffff;
}