
/*****************
	MAIN
******************/
* {
	font: normal 10px Arial, Helvetica, Verdana, sans-serif;
}

body {
	margin: 0 auto;
	padding: 0;
	font-size:10px;
	color:#000000;
}



/*****************
	TEXT STYLES
******************/
/*
a:link	{
	text-decoration:none;
	color:#FFFFFF;
}
a:visited {
	text-decoration:none;
	color:#FFFFFF;
}
a:active {
	text-decoration:underline;
	color:#FFFFFF;
}
a:hover {
	text-decoration:none;
	color:#8CC541;
}

.break {
	color: #666666;
}
*/
/*****************
	FOOTER STYLES
******************/

/*#frame_footer {width:778px;margin-right:auto;margin-left:auto;text-align:left;padding:15px 0 15px 0;}*/
#frame_footer {padding:0px 0px 0px 0px;}

/* top, right, bottom, left */

.footerlink {font-family:verdana;font-size:11px;color:#f97b40;text-decoration:none;font-weight:normal;}
.footerlink:hover {color:#f97b40;}
.footerlink2 {font-family:verdana;font-size:11px;color:#f97b40;text-decoration:none;font-weight:normal;}
.footerlink2:hover {color:#f97b40;}



