body {
	background-color: #525252;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}

ul {
	list-style-position: outside;
	list-style-image: url(/images/bullet_dash.gif);
	list-style-type: none;
}

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

.main {
	background-color: black;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	padding: 20px 30px 5px 30px;
}

.content {
	padding: 10px 10px 10px 0px;
}

.line {
	background: url(/images/line.gif) repeat-x top;
}

.subhead {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 15px;
	color: white;
	font-weight: bold;
}

.bodysmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #999999;
	list-style-position: outside;
	list-style-image: url(/images/bullet_dash.gif);
	list-style-type: none;
	margin-left: 0px;
	margin-top: 3px;
	padding-left: 0px;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #313131;
}

.copyright a {
	color: #313131;
	text-decoration: underline;
}

.copyright a:hover {
	color: #591614;
	text-decoration: underline;
}

.ArticleListTitle {
	color:#c0231f;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
}

.ArticleTitle {
	color:#c0231f;
	font-size: 22px;
	line-height: 25px;
	font-weight: bold;
}

.ArticleSubTitle {
	color: white;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	text-align: justify;
}

.ArticleHomeTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
}

.ArticleHomeSummary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
}

.ImageInGallery {
	margin: 3px 3px 3px 3px;
}

.ImageInListCompact {
	margin: 0px 0px 3px 3px;
}

/* rollover buttons */

.rollover a, .rollover a:link, .rollover a:visited {
   display: block;
   text-align:center;
   width: 105px;
   margin: 0;
   padding: 8px 0 10px 0px;   
   font: bold 11px/1 Arial, Helvetica, sans-serif;
   background: url("images/button.gif") 0 0 no-repeat;
   text-decoration: none;
   color: #FFFFFF;
}

.rollover a:hover {
   background-position: -105px 0;
   text-decoration: none;
   color: #FFFFFF;
}

.rollover a:active {
   background-position: -210px 0;
   text-decoration: none;
   color: #FFFFFF;
}

a.rollover {
   display: block;
   text-align:center;
   width: 105px;
   margin: 0;
   padding: 8px 0 10px 0px;   
   font: bold 11px/1 Arial, Helvetica, sans-serif;
   background: url("images/button.gif") 0 0 no-repeat;
   text-decoration: none;
   color: #FFFFFF;
}

a.rollover:link {
   background: url("images/button.gif") 0 0 no-repeat;
   text-decoration: none;
   color: #FFFFFF;
}

a.rollover:visited {
   background-position: 0 0;
   text-decoration: none;
   color: #FFFFFF;
}

a.rollover:hover {
   background-position: -105px 0;
   text-decoration: none;
   color: #FFFFFF;
}

a.rollover:active {
   background-position: -210px 0;
   text-decoration: none;
   color: #FFFFFF;
}
