/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
    margin: 0; 
    padding: 0; 
    border: 0; 
}
/* hide from IE mac \*/
html {
    min-height: 100%;
    margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
}
/* Begin Layout Home Page */
body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/Back_Main.jpg);
	background-attachment:fixed;
	background-position:top center;
}

/*Email Signup Style */
.bordersignup {
	border: 1px solid #000099;
}

.buttonsignup {
	background-color:#000099;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*End Email Signup Style */

a:link { color:#000099; text-decoration: underline}
a:visited { color:#000099; text-decoration: underline}
a:hover { color: #666666; text-decoration:none; cursor:hand}
a:active { color:#000099; text-decoration: underline}