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

body { padding:0; margin:0; background-image:url(../images/bg.jpg); background-position:top center; background-repeat:no-repeat; background-color:#EBEBEB;}
.maintxt {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:13px; color:#3C3C3C; line-height:150%; text-align:left;}
.footer {font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#999;}
.mainhdtxt {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:16px; color:#000; line-height:150%; text-align:left; font-weight:bold;}
a:link {
	color: #3C3C3C;
	text-decoration:underline;
}
a:visited {
	text-decoration:underline;
	color: #3C3C3C;
}
a:hover {
	text-decoration: none;
	color: #454545;
}
a:active {
	text-decoration:underline;
	color: #3C3C3C;
}
a.footerlink:link {
	color: #999;
	text-decoration:none;
}
a.footerlink:visited {
	text-decoration:none;
	color: #999;
}
a.footerlink:hover {
	text-decoration: underline;
	color: #454545;
}
a.footerlink:active {
	text-decoration:none;
	color: #999;
}
a.mid:link {
	color:#900;
	text-decoration:underline;
}
a.mid:visited {
	text-decoration:underline;
	color: #900;
}
a.mid:hover {
	text-decoration: none;
	color: #000000;
}
a.mid:active {
	text-decoration:underline;
	color: #900;
}

