body {
	margin:0;
	padding:0;
	color:#5a595a;
	background: black url(images/background.gif) repeat;
}

a {text-decoration:underline; color: white;}
a:hover {text-decoration:underline; color: #dcdcdc;}

.main {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 30px 35px 15px 35px;
	border: 1px solid #171717;
	background: black;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}

.copyright a {
	color: #666666;
	text-decoration: underline;
}

.copyright a:hover {
	color: white;
	text-decoration: underline;
}

.menutop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #d5d5d6;
	letter-spacing: 1px;
}

.menutop a {
	color: #d5d5d6;
	text-decoration: none;
}

.menutop a:hover {
	color: red;
	text-decoration: none;
}

.menub {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #d5d5d6;
}

.menub a {
	color: #d5d5d6;
	text-decoration: none;
}

.menub a:hover {
	color: red;
	text-decoration: none;
}

.title {
	color: red;
	font-size: 23px;
	line-height: 25px;
}

.subtitle {
	color: silver;
	font-weight: bold;
}

/* Articles */

.ArticleListTitle {
	color:red;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
}

.ArticleListTitle a {
	color:red;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	text-decoration: none;
}

.ArticleListTitle a:hover {
	color:red;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	text-decoration: none;
}

.ArticleTitle {
	color:red;
	font-size: 23px;
	line-height: 25px;
}

.ArticleSubTitle {
	color: red;
	font-size: 16px;
	line-height: 20px;
}

.ArticleHomeTitle {
	color:red;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
}

.ArticleHomeSummary {
	color:red;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
}

.ImageInGallery {
	padding: 5px 5px 5px 5px;
}

/* 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;
}
