@charset "utf-8";
/* CSS Document */

body{
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	}
.bottom_nav{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}
.bottom_nav a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}
.bottom_nav a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}
.bottom_nav a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FAED24;
	font-weight:bold;
	text-decoration:underline;
	}
.bottom_nav a:active{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}
.bodyCopy{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	}
.greenCopy{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#35b44a;
	font-style:italic;
	font-weight:bold;
	}