#navlist {
}

#navlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
}

#navlist a {
	/*/*/display: block;
	width: 110px;
	height: 30px;
	background-image:  url(button_up.jpg); /* */
	color: #FFF;
	font-family: Times New Roman, serif;
	font-size: 16px;
	font-weight: normal;
	padding: 3px 0px 0px 0px;
}

#navlist a:link, #navlist a:visited {
	text-decoration: none; /* */
}

#navlist a:hover {
	background-image:  url(button_down.jpg);
	padding: 3px 0px 0px 0px;
}

H1 {
  color: #FFFFFF;
  font-family: Times New Roman, serif;
  font-size: 24pt;
  font-weight: normal;
}


H2 {
  color: #FFFFFF;
  font-family: Times New Roman, serif;
  font-size: 20pt;
  font-weight: normal;
}

H3 {
  color: #FFFFFF;
  font-family: Times New Roman, serif;
  font-size: 14pt;
  font-weight: normal;
}

H4 {
  color: #FFFFFF;
  font-family: Times New Roman, serif;
  font-size: 12pt;
  font-weight: normal;
}

.title  {
  color: #FFFFFF;
  font-family: Times New Roman, serif;
  font-size: 28pt;
  padding-top: 5px;
  padding-bottom: 5px;
}

P {
  color: #FFFFFF;
  font-family: Times New Roman, serif;
  font-size: 11pt;
  font-weight: normal;
}

TD {
  color: #FFFFFF;
  font-family: Times New Roman, serif;
  font-size: 11pt;
  font-weight: normal;
}

B {
  font-weight: bold;
}

I {
  font-style: italic;
}

.headline {
  font-family: Times New Roman, serif;
  font-size: 14pt;
  font-weight: bold;
}

.headline a {
  color: #F2B6B3;
  font-size: 14pt;
}

.headline a:hover {
  color: #FFFFFF;
  font-size: 14pt;
  background-color: #820000;
}

.headline a:visited {
  font-size: 14pt;
}

A {
	color: #F2B6B3;
	font-family: Times New Roman, serif;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
}

A:visited {
	color: #E8635B;
	font-family: Times New Roman, serif;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
}

A:active {
	color: #FF0000;
	font-family: Times New Roman, serif;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	color: #FFFFFF;
	font-family: Times New Roman, serif;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	background-color: #820000;
}

body { 
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
background-color: #820000;
background-image: url(brownleather.jpg);
scrollbar-face-color: #820000;
scrollbar-shadow-color: #000000; 
scrollbar-highlight-color: #E8635B; 
scrollbar-3dlight-color: #FF0000; 
scrollbar-darkshadow-color: #000000; 
scrollbar-track-color: #5E473F; 
scrollbar-arrow-color: #FFFFFF; 
}

