form { padding: 0; margin: 0; }
img { border-width: 0; }
html, body
{
    margin: 0px;
    padding: 0;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #717073;
	background-color: #FFFFFF; 
}

#page
{
	margin: 0 auto;
	text-align: left;
	width: 1024px;
}

a           
{
    text-decoration: none;
    color: #00AEEF;
    font-weight: normal;
}
a:hover { text-decoration: underline; } 

.vertLine { background: #717073; }

#topNav
{
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin: 20px 11px 0px 0;
	text-decoration: none;
	text-align: right;
}
#topNav a
{
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	padding: 0px 9px;
	text-decoration: none;
}
#topNav a:hover, #topNav a.selected
{
	color: #00AEEF;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6
{
	font-size: 18px;
	color: #0055A4;	
	font-weight: bold;
	margin: 10px 0px;
	text-align: left;
}

.mainText
{
	font-weight: normal;
	margin: 10px 45px;
	text-align: left;
}

.rightText
{
	font-weight: normal;
	margin: 10px 70px;
	text-align: left;
}

#copyright
{
	font-weight: normal;
	color: #717073;
	font-size: 12px;
	margin: 20px 45px;
	text-align: left;
}



/* 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;
}

