


body
{
	topmargin:50; 
	font-family: Verdana, Times New Roman;
	font-size: 10pt;
	color:#97cbce;
	
	background-color: #0A181F;
	
	scrollbar-arrow-color: 006666;
	scrollbar-base-color: 1d4657;
	scrollbar-face-color: 1d4657;
	scrollbar-highlight-color: 006666;
	scrollbar-shadow-color: 0A181F;
	SCROLLBAR-3DLIGHT-COLOR: 0A181F; 
	SCROLLBAR-DARKSHADOW-COLOR: 006666;
		
}



}



.buttonscontainer 
{
	width: 150px;
	
}

.buttons a 
	
{	color: #97cbce;
	border: 3px double;
	height: 32px;
	background-color: #1D4657;
	padding: 6px;
	padding-left: 3px;
	font: Verdana;
	font-size: 8pt;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	border-color: #006666 #0A181F #0A181F #006666;
	display: block;
	margin: 0px;
	width: 100%;
	text-align: center;
}

.buttons a:hover 
{
	border: 3px double;
	padding: 6px;
	padding-left: 3px;
	background-color: #0A181F;
	border-color: #006666 #006666 #006666 #006666;
	color: #006666;
	text-decoration: none;
}