form { padding: 0; margin: 0; }
img { border-width: 0; }
html, body
{
    margin: 20px;
    padding: 0px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 13px;
    color: #012E55;
	background: #FFFFFF; 
}

#page
{
	margin: 0 auto;
	text-align: left;
	width: 508px;
}

a           
{   
    color: #9ACA50;
    font-weight: normal;
	text-decoration: none;
}
a:hover { text-decoration: underline; } 

h1,h2,h3,h4,h5,h6
{
	font-size: 18px;	
	font-weight: bold;
	margin: 10px 0px;
	text-align: left;
    color: #012E55;
}


#topNav
{
	font-size: 12px;
	color: #808183;
	font-weight: normal;
	margin: 0 0 20px 0;
	text-decoration: none;
	text-align: right;
}
#topNav a
{
	font-size: 12px;
	color: #808183;
	font-weight: normal;
	padding: 0px 8px;
	text-decoration: none;
}
#topNav a:hover, #topNav a.selected
{
	color: #B99E27;
	text-decoration: none;
}



#mainText
{
	font-weight: normal;
	margin: 30px 20px;
	text-align: left;
}

#copyright
{
	font-weight: normal;
	color: #D0D1D3;
	font-size: 10px;
	margin: 10px 20px;
	text-align: center;
}



/* Logoworks link back */
#linkback, #linkback a
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #949A9E;
	font-weight: normal;
	padding: 0px 0px;
	margin: 0px 0px;
	text-decoration: none;
	text-align: center;
}

