@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	margin-top:0px;
	}
	
/* Colors and typefaces of text */

h1 {
	font-size: 1.6em;
		font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#F00;
	margin-bottom:0px;
	padding-bottom:0px;
	}

h2 {
	font-size: 1.5em;	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#F00;
	margin-bottom:0px;
	padding-bottom:0px;
	}

h3 {
	font-size: 1.22em;	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#F00;
	margin-bottom:0px;
	padding-bottom:0px;
	}

h4 {
	font-size: 1.0em;	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#F00;
	margin-bottom:0px;
	padding-bottom:0px;
	}

a:link {
	text-decoration:underline;
	color:#ff0000;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
	color:#ff0000;
	font-weight:bold;
}

a:visited {
	text-decoration:underline;
	color:#ff0000;
	font-weight:bold;
}



.nav a {
	text-decoration:none;
	font-weight:bold;
	color:#F00;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

.nav a:hover {
	text-decoration:underline;
}

.nav a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#F00;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
	
hr {
	height:.025em;
	color:#031457;
	}
