BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	text-align: left;
    background-color: #EEEFF0;

    
}

a:link {
	text-decoration: none;
	font-weight: bolder;
	color: #FF3300 ;
}

a:hover {
	text-decoration: underline;
	font-weight: bolder;
	color: #FF3300;
}
a:active {
	text-decoration: none;
	font-size: 14px;
}
a:visited {
	 text-decoration: none;
	 font-weight: bolder;
}

H1 {
	FONT-WEIGHT: bold;
  FONT-SIZE: 100%;
  MARGIN: 0px;
  width: 220px;
  background-color: #F1FF15;
  COLOR: #000;
  FONT-FAMILY: arial, verdana, helvetica, sans-serif;
}
H2 {
	FONT-WEIGHT: bold;
  FONT-SIZE: 100%;
  MARGIN: 0px 0px 15px;
  COLOR: #000;
  FONT-FAMILY: arial, verdana, helvetica, sans-serif;
}
H3 {
	FONT-WEIGHT: bold;
  FONT-SIZE: 150%;
  MARGIN: 0px 0px 20px 0px;
  COLOR: #000;
  FONT-FAMILY: arial, verdana, helvetica, sans-serif;
}
img {
  border-style: solid; 
  border-width: 1px; 
  border-color: #000000; 
}
#header img  {
   border-width: 0px;
}



.PageContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	text-align: left;
}
.nav_bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	background-color: #ffffaa;
	text-align: center;
	padding: 5;
	white-space: normal;
	background-image: none;
	color: #660000;
	position: relative;
}

