@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #000;
	text-decoration: none;
	margin: 0px;
	text-align:justify;
	background-color:#262626;
}
.header {
	background-image:url(images/headerbg.jpg); 
	background-repeat:repeat-x;
	background-position: left top;
	height:100px;
}
.menu_bg {
	background-color:#ac0018;
	font:Verdana, Arial, Helvetica, sans-serif 10px;
	color:#FFFFFF;
	height:25px;
	font-weight:bold;
}
.content_bg{
	background-color:#FFFFFF;
}
.footer {
	padding-left:10px; padding-right:10px;
}
.footer a {
	color:#FF0000; text-decoration:none;
}
.footer a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF0000;	
}
.footer a:visited {
	text-decoration:none;
	color:#FF0000; 
}
.content { list-style-type: square; text-align:justify; }
.content a { font-weight:bold; color:#FF0000; text-align:justify; }
.content a:hover { text-decoration:none; border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: #FF0000; }
.content a:visited { text-decoration:none; color:#FF0000; }

h1 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight:bold; color:#ac0018; line-height:50px; }
h2 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight:bold; color:#ac0018;}

