html {font-size: 100.1%;}
body         {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #CCCCCC;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	background-color: #000000;
	text-align: center;
	list-style-type: disc;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 5%;
	 }
table { font-size: 100%; /* IE hack */ text-align: center;}
.header {
	background-color: #000000;
	background-image: url(header.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
}		
.buttons {
	background-color: #000000;
	background-image: url(buttons.jpg);
	background-attachment: scroll;
	background-repeat: repeat-y;
	}		
.news-contents {
	background-color: #000000;
	background-image: url(news-contents.jpg);
	background-attachment: scroll;
	background-repeat: repeat-y;
		}	
.contents {
	background-color: #000000;
	background-image: url(contents.jpg);
	background-attachment: scroll;
	background-repeat: repeat-y;
		}
.ads {
	background-color: #000000;
	background-image: url(ads.jpg);
	background-attachment: scroll;
	background-repeat: repeat-y;
	}	
.footer {
	background-color: #000000;
	background-image: url(footer.jpg);
	background-attachment: scroll;
	background-repeat: repeat-y;
	font-size: 80%;
	color: #CC6600;
	text-align: center;
		}			  
p {margin-left: 10px; margin-right: 10px; margin-top: 0px; margin-bottom: 10px;}
h1           {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #CC6600;
	font-weight: 
               bold;
margin-left: 10px;
margin-right: 10px;
	} 
h2           { font-family: Verdana, Arial, Helvetica, sans-serif; color: #CC6600; font-size: 110%; font-weight: 
               bold; margin-left: 10px; margin-right: 10px;
}
a:link,  a:visited  { text-decoration: underline; color: #999999}
a:hover, a:active { text-decoration: underline; color: #CC3300}
a.link2:link,  a.link2:visited  { text-decoration: none; color: #CC6600}
a.link2:hover, a.link2:active { text-decoration: underline; color: #CC3300}
a.map:link, a.map:visited   { text-decoration: underline; color: #666666}
a.map:hover, a.map:active { text-decoration: underline; color: #CC3300}
a.map2:link, a.map2:visited   { text-decoration: none; color: #666666}
a.map2:hover, a.map2:active { text-decoration: underline; color: #CC3300}

em {
	font-style: italic;
}
strong {
	font-weight: bold;

}

.comment {
	color: #666666;
}
.highlight {
	color: #CC6600;
	}
.divider {
	background-color: #333333;
	color: #CC6600;	
}
.border {border: 1px dotted #666666;
}
.border-bottom {
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	}
.border-left-top {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.border-left-top-bottom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.border-left-top-right {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}