
BODY, TD, P, CENTER, ul, li {
	font-family :  arial, helvetica;
	font-size : 11px;
	color : 333333;
}

A {
	text-decoration: underline;
	color: dd0000;
}

A:visited {
	text-decoration: underline;
	color: 666666;
}

A:Hover {
	text-decoration: underline;
	color: red;
}


A.first {
	text-decoration: underline;
	color: White;
}

A:Hover.first {
	text-decoration: underline;
	color: White;
}

A:visited.first {
	text-decoration: underline;
	color: white;
}

B {
	font-weight: bold;
}

.headertitle {
	font-weight: bold;
	font-family :  veranda, arial, helvetica;
	color: ffffff;
	font-size : 13pt;
}

.TITLE {
	font-weight: bold;
	font-family :  arial, helvetica;
	color: dd0000;
	font-size : 18px;
}

.time {
	font-family :  veranda, arial, helvetica;
	font-size : 8pt;
	color : ffffff;
}

.nav {
	font-family :  arial, helvetica;
	font-size : 10px;
	font-weight: normal;
	color : 434343;
	text-decoration : none;
}

A.nav:link {
	font-family :  arial, helvetica;
	font-size : 10px;
	font-weight: normal;
	color : 434343;
	text-decoration : none;
}

A.nav:visited {
	font-family :  arial, helvetica;
	font-size : 10px;
	font-weight: normal;
	color : 434343;
	text-decoration : none;
}

A.nav:hover {
	font-family : arial, helvetica;
	font-size : 10px;
	font-weight: normal;
	color : red;
	text-decoration : none;
}

.navWhite {
	font-family :  arial, helvetica;
	font-size : 10px;
	font-weight: normal;
	color : ffffff;
	text-decoration : none;
}

A.navWhite:link {
	font-family :  arial, helvetica;
	font-size : 10px;
	font-weight: normal;
	color : ffffff;
	text-decoration : none;
}

A.navWhite:visited {
	font-family :  arial, helvetica;
	font-size : 10px;
	font-weight: normal;
	color : ffffff;
	text-decoration : none;
}

A.navWhite:hover {
	font-family : arial, helvetica;
	font-size : 10px;
	font-weight: normal;
	color : ffffff;
	text-decoration : none;
}

.logo {
	position : absolute;
	left : 5px;
	top : 5px;
	height : 100px;
	width : 100px;
	z-index : 100;
}

.error {
	font-family :  veranda, arial, helvetica;
	font-size : 8pt;
	font-weight: bold;
	color : red;
	text-decoration : none;
}
.subtitle {
	font-weight: bold;
	font-family :  veranda, arial, helvetica;
	color: 31007c;
	font-size : 14px;
}

.tableHeader {
	font-weight: bold;
	font-family :  veranda, arial, helvetica;
	color: ffffff;
	font-size : 9pt;
}

.note {
	font-family :  veranda, arial, helvetica;
	font-size : 9px;
	color : 000000;
}

.noteWhite {
	font-family :  arial, helvetica;
	font-size : 9px;
	color : ffffff;
}

.rightNavWhite {
	font-family :  arial, helvetica;
	font-size : 11px;
	color : 000000;
}

.black {
	background-color : black;
	height : 30px;
	vertical-align : middle;
}