h1{
	font-family:'Helvetica', 'Arial', 'Sans Serif';	
	font-size:30px;
	line-height:30px;
	color:#AA0000;
	text-transform:uppercase;
	margin:0px;
	
}

h1.line{
	border-bottom: dotted 1px #555555;
	background-color:none;
	margin: .1em 0 .1em 0;
	padding:0 2px 0 2px;
}

h2{
	font-family:'Helvetica', 'Arial', 'Sans Serif';
	font-size:16px;
	color:#660000;
	text-transform:uppercase;
	margin:0px;
	
}

span{
	font-family:'Monaco', 'Andale Mono' , 'Andale' , 'Mono';	
	text-transform:uppercase;
	font-size:12px;
	
}

p{
	font-family:'Helvetica', 'Arial', 'Sans Serif';	
	font-size:12px;
	line-height:14px;
	margin:0px;
	width:400px;
	
}

p.left{
	width:150px;
}

p.middle{
	width:350px;
}
p.right{
	width:220px;
}



a{
	font-family:'Helvetica', 'Arial', 'Sans Serif';	
	font-size:12px;
	line-height:14px;
	color:#000000;
}
a:hover{
	background:#000000;
	color:#FFFFFF;
}

a.img{
	background:none;
	color:white;
	
}
a.img:hover;{
	background:none;
	color:white;
}

a.news{
	font-family:'Times', 'Times New Roman', 'Serif';	
	text-transform:none;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	
	line-height:20px;
	background:none;
	color:#000000;
	border:none;
}

a.news:active{
	color:#FF0000;
}

a.news:visited {
	color:#000000;
}

a.news:hover {
	color:#FFFFFF;
	background:#000000;
}