/* CSS Document */
body	{
	margin: 0;
	padding: 0;
	font-family: verdana,georgia, palatino, "Times New Roman", times, serif;
	color: #fff;
	background:#006; 
	}

a:link {
	font-weight : bold; 
	text-decoration : none;
	color: #f60;
	background: transparent; 
}

a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #f60;
	background: transparent; 
}

a:hover {
	font-weight : bold; 
	text-decoration : none;
	color: #cf0;
	background: transparent; 
}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #cf0;
	background: transparent;  
}

.primarycontent	{
	width: 400px;
	border: 0px none;
	padding: 0; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px
	}
	
H3 {
 font-size: 14pt; 
 font-weight: normal; 
 line-height: 15pt;
 color: #fff; 
}

H4 {
 font-size: 8pt; 
 font-weight: normal; 
 line-height: 20pt;
 color: #fff; 
}
.fine {
	BORDER-TOP: #666 1px solid; MARGIN-TOP: 15px; FONT: 10px/15px verdana,georgia, palatino, "Times New Roman", times, serif; PADDING-TOP: 10px
}






