@charset "UTF-8";
/* CSS Document */

body, html
{
	margin: 0;
	padding: 0;
	border: none;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	background-image:url(../images/bg.gif);
	background-color:#b2b2b2;
	font-size: 10.5px;
	line-height: 12.5pt
}

input {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;	
	font-size: 10.5px;
}

a:link { 
	color: #666666;
	text-decoration: underline;
	}
a:visited { 
	color: #666666;
	text-decoration: underline;
	}
a:hover { 
	color: #1c1c1c;
	text-decoration: underline;
	}
a:active { 
	color: #666666;
	text-decoration: none;
	}

.pagebody {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

.frontpage a:link { 
	color: #E40378;
	text-decoration: underline;
}
.frontpage a:visited { 
	color: #E40378;
	text-decoration: underline;
}
.frontpage a:hover { 
	color: #1c1c1c;
	text-decoration: underline;
}
.frontpage a:active { 
	color: #E40378;
	text-decoration: none;
}

.footerText {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}


