/* CSS Document */

.mainlarge {  font-size: 14px; line-height:17px; color: #7A7A7A;  font-family: Arial,Helvetica, sans-serif}
.main {  font-size: 12px; line-height:18px; color: #7A7A7A;  font-family: Arial,Helvetica, sans-serif}
.mainsmall {  font-size: 11px; line-height:16px; color: #7A7A7A;  font-family: Arial,Helvetica, sans-serif}
.mainsmallred {  font-size: 11px; line-height:16px; color: #ED1B24;  font-family: Arial,Helvetica, sans-serif}
.mainsmallblack {  font-size: 11px; line-height:16px; color: black;  font-family: Arial,Helvetica, sans-serif}
.mainheader {  font-size: 16px; line-height:17px; color: black;  font-family: Arial,Helvetica, sans-serif}
.menu {  font-size: 11px; color: white; font-family: Arial, Verdana}

h1 {
        margin: 0 auto;
        padding:0;
        text-indent: -10000px;
}

body
{
	background: #010101 url(../images/background.jpg) repeat-y top center;
	text-align: center
	padding: 0; margin: 0; border: 0 }
	
/* Links */

a.link:link { color: white; text-decoration: none; }
a.link:visited { color: white; text-decoration: none; }
a.link:active { color: white; text-decoration: none; }
a.link:hover { color: white; text-decoration: underline }

a.grey:link {  color: #7A7A7A; text-decoration: none; background-color:#ECECEC;}
a.grey:visited { color: #7A7A7A; text-decoration: none; background-color:#ECECEC;}
a.grey:active { color: #7A7A7A; text-decoration: none; background-color:#ECECEC;}
a.grey:hover { color: #555555; text-decoration: none; background-color:#DDDDDD}

/* Hover */

	


