/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #727272;
	font-weight: normal;
	line-height: 150%;
}
h2 {
	font-size: 100%;
	font-weight: bold;
	color: #990000;
	margin-bottom: 5px;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:110%;
	color: #5C958F;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0px;
	
}


a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #B72818;
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
}

a.orangeheader  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B72818;
	text-decoration:none;
	}

a.orangeheader:hover {
	text-decoration: underline;
	}
	
a.yellowheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffdb23;
	text-decoration:none;
}

a.yellowheader:hover {
	text-decoration:underline;
}

a.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: bold;
	color: #B72818;
	text-decoration:none;
}

a.submenu:hover {
	text-decoration:underline;
}

.logo {
	font-family: Arial, Helvetica, sans-serif;
	color: #333366;
	text-decoration:none;
	font-size: 90%;
	font-weight: normal;
	line-height: 110%;
}
.table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #898989;
	font-weight: bold;
	line-height: 150%;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #FDA112;
	font-weight: bold;
	}
.blktext {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
}
.picture {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	font-size: 10px;	
}

.red {
	color: #821F02;
	font-weight: bold;
}

 p{
	margin-top: 2px;
	margin-bottom: 0px;
	
}
