@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	margin: 0px;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0px;
}


a:link {color: #707070; text-decoration:none;}     /* unvisited link */
a:visited {color: #707070; text-decoration:none;}  /* visited link */
a:hover {color: #707070; text-decoration:underline;}   /* mouse over link */
a:active {color: #f57202F; text-decoration:underline;}   /* selected link */


a.footer:link {color: #d56301; text-decoration:none;}     /* unvisited link */
a.footer:visited {color: #d56301; text-decoration:none;}  /* visited link */
a.footer:hover {color: #d56301; text-decoration:underline;}   /* mouse over link */
a.footer:active {color: #d56301; text-decoration:underline;}   /* selected link */
