body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

a:link {
	color : #FF3333;
	text-decoration: underline;
}

a:visited {
	color : #FF3333;
	text-decoration: underline;
}

a:hover {
	color: #FF3333;
	text-decoration: none;
}

a:active {
	color : #FF3333;
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}
.bottomNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.red {
	color: #FF3333;
}
.italic {
	font-style: italic;
}
.underlinebold {
	font-weight: bold;
	text-decoration: underline;
}
.purplebold {
	font-weight: bold;
	color: #532758;
}
.pinkbold {
	font-weight: bold;
	color: #D98080;
}
.yellowbold {
	font-weight: bold;
	color: #EFB415;
}
.greybold {
	font-weight: bold;
	color: #CCCCCC;
}
.redbold {
	font-weight: bold;
	color: #FF3333;
}
.greybg {
	color: #000000;
	background-color: #999999;
}
.redbg {
	background-color: #CC0000;
	color: #000000;
}
.reditalic {
	font-style: italic;
	color: #FF3333;
}
.Lshape {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.infoBox {
	border: 1px dashed #CC3333;
	width: 350px;
	margin: 12px;
	padding: 11px;
}

.whitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
a.whitetext:link { color: #FF3333 }
a.whitetext:link { text-decoration: underline }
a.whitetext:visited { color: #FF3333}
a.whitetext:visited { text-decoration: underline }
a.whitetext:hover { color: #F9FB3B}
a.whitetext:hover { text-decoration: none}
a.whitetext:active { color: #FF3333}
a.whitetext:active { text-decoration: underline}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 18px;
}
a.footer:link { color: #FF3333 }
a.footer:link { text-decoration: underline }
a.footer:visited { color: #FF3333}
a.footer:visited { text-decoration: underline }
a.footer:hover { color: #F9FB3B}
a.footer:hover { text-decoration: none}
a.footer:active { color: #FF3333}
a.footer:active { text-decoration: underline}

