/* CSS Document */

a.red:link {color: #701115; text-decoration: underline;}
a.red:active {color: #000000; text-decoration: underline;}
a.red:visited {color: #000000; text-decoration: underline;}
a.red:hover {color: #000000; text-decoration: none;}

a.white:link {color: #FFFFFF; text-decoration: none;}
a.white:active {color: #F9EACD; text-decoration: underline;}
a.white:visited {color: #F9EACD; text-decoration: none;}
a.white:hover {color: #F9EACD; text-decoration: underline;}

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #701115;
	font-weight: bold;
	font-style: italic;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F9EACD;
}
a:link {
	color: #751217;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #751217;
}
.style10 {color: #FFFFFF; font-weight: bold; font-size: 18px; font-family:Arial; }
.style11 {font-size: 11px; font-family:Tahoma; color:#6F1014;}
.text{font-family:Tahoma; font-size:11px;}

.arrow{
list-style-image:url(../images/subNavArrow.gif);
}

.arrow li{
padding-bottom:5px;
margin-bottom:5px;
}
