/* CSS Document */

.body {
	font-family: Verdana, Arial, sans-serif, Helvetica;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	line-height: 19px;
}
.body a:link {
	color: #fb1d27;
	text-decoration: none;
}
.body a:visited {
	color: #fb1d27;
	text-decoration: none;
}
.body a:hover {
	color: #fb1d27;
	text-decoration: underline;
}
.body a:active {
	color: #fb1d27;
	text-decoration: none;
}

/* COLORS FOR PAGE TITLES */
.nameh1 {
	font-family: sans-serif, Arial, Helvetica, Verdana;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}
.whiteh1 { 
	font-family: Verdana, sans-serif, Helvetica, Arial;
	font-size: 18px; 
	line-height: 22px;
	color: #FFFFFF; 
	font-weight: bold; 
}
.whiteh1 a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.whiteh1 a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.whiteh1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.body a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.headingh1 { 
	font-family: Verdana, sans-serif, Helvetica, Arial;
	font-size: 14px; 
	color: #000000; 
	font-weight: bold; 
}
.blueh1 { 
	font-family: Verdana, sans-serif, Helvetica, Arial;
	font-size: 18px; 
	color: #000099; 
	font-weight: bold; 
}

.news {
	font-family: sans-serif, Arial, Helvetica, Verdana;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
.merch {
	font-family: Verdana, Arial, sans-serif, Helvetica;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	line-height: 15px;
}
.date {
	font-family: sans-serif, Arial, Helvetica, Verdana;
	font-size: 11px;
	color: #000000;
}

/* COLOR FOR CAPTIONS*/
.caption {
	font-family: Verdana, sans-serif, Helvetica, Arial;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	text-align: center;
	font-style: normal;
	line-height: 14px;
}

/* COLOR FOR FOOTER LOWERCASE TEXT */	
.footer {
	font-family: sans-serif, Arial, Helvetica, Verdana;
	font-size: 11px;
	color: #EFECE7;
	font-weight: normal;
}
/* COLORS FOR LINES */
hr{
	color: #999999;
	height: 0px;
	align: center; 
	width: 100%; 
	}
.whitehr{
	color: #FFFFFF;
	height: 0px;
	align: center; 
	width: 100%; 
	}

/* FORMATTING FOR LISTS */
li{ margin-left: -8px; padding-left: 0px; margin-bottom: 3px; margin-top: 0px;
}

 ol li { list-style-type: decimal; margin-left: -10px; padding-left: 0px; margin-bottom: 3px; margin-top: 6px;}
 ol ol li { list-style-type: lower-alpha; margin-left: -18px; padding: 0px 3px 3px 5px;
}

 ul {
	list-style-image: url("images/arrow_red.gif");
	margin-left: 0;
	margin-bottom: 0px; 
	margin-top: 3px;
	padding-left: 2em;
	text-indent: 0em;}
 ul ul { margin-left: 1px; margin-top: 0px; margin-bottom: 0px;
 		 list-style-image: url("images/square_red.gif");}
 ul ul ul{ margin-left: -4px; margin-top: 0px; margin-bottom: 0px;
 		 list-style-image: url("/images/icons/dash_sm_orange.gif");
	}