body  {
	margin: 0px;
	background-color: #0C2C62	
}


.logostrap {
	background-color: #CC9900;
}


.logotable {
	background-color: #FFFFFF;
}


.Wingdings {
	font-size: 16px;
	font-weight: strong;
	color: #CC9900;
}




h1 {
	font-family: sans-serif, Verdana, Geneva;
	font-size: 18px;
	font-weight: strong;
	color: #FFFFFF;
	
} 


.subtitle {
	font-family: sans-serif, Verdana, Geneva;
	font-size: 16px;
	font-weight: bold;
	color: #CC9900;
}


.maintext  {
	font-family: sans-serif, Verdana, Geneva, ;
	font-size: 12px;
	color: #FFFFFF;	
}


.address  {
	font-family: sans-serif, Verdana, Geneva;
	font-size: 12px;
	color: #000000;
}



a {
	color: #FFFFFF;
	text-decoration: underline;
	background: transparent;
}


a:hover {
	color: #CC9900;
	background: transparent;
}





#button {
	width: 12em;
	
	padding: 0 0 0 0;
	margin-bottom: 1em;
	font-family: sans-serif, 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, Arial ;
	background-color: #0C2C62
	color: #333;
	}


#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		border-bottom: 1px solid #CC9900;
		margin: 0;
		}


#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;		
		background-color: #0C2C62
		color: #fff;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		border-left: 10px solid #CC9900;
		border-right: 10px solid #CC9900;
		background-color: #CC9900;
		color: #fff;
		}