body {
    margin-top:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif; color: #333333; font-size: 14px
}

h1 {font-size: 14px; margin:5px;}
h2 {font-size: 12px; margin:5px;}
h3 {font-size: 10px;}
h4 {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #660000;
	font-style: italic;}
h5 {font-size: 10px;}
.style1 {font-family: Verdana, Arial, Helvetica, sans-serif; color: #333333; font-size: 14px}

.imgborder1 {border: 2px solid #666666; 
}

.imgborder {border: 3px solid #33ff00; 
}

.thinborder { border: 1px solid #ffff00; }

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

ul.list_one {outline: none;
  list-style-type:none; /* remove the bullets */
  margin:0; /* remove the automatic margin that some browsers use for the text-indent. */
  padding:0; /* remove the automatic padding that other browsers use for the text-indent. */
  width:200px; /* fix the width of the list items which would default to 100% */
  line-height:1.9; /* fix the height of the lines which would default to 1 */
}
ul.list_one a, ul.list_one a:visited, ul.list_one a:active {
  text-decoration:none; /* remove the default underline from the links */
  display:block; /* make each link into a block so that hovering over any area of the link will cause a change of background color */
  width:200px; /*set the width to be the same as the ul width */
  text-align:right;
  background:#999900; /* make the background color green */
  color:#fff; /* make the text color white */
  border-bottom:1px solid #ffff66; /* separate the links with a 1px wide yellow line */
}
ul.list_one a:hover {
  background:#ffff66; /* change the background to yellow on :hover */
  color:#000000; /* make the text color black */
}

ul.list_two {outline: none;
  list-style-type:none; /* remove the bullets */
  margin:0; /* remove the automatic margin that some browsers use for the text-indent. */
  padding:0; /* remove the automatic padding that other browsers use for the text-indent. */
  width:200px; /* fix the width of the list items which would default to 100% */
  line-height:1.9; /* fix the height of the lines which would default to 1 */
}
ul.list_two a, ul.list_two a:visited, ul.list_two a:active {
  font-size: 12px;
  text-decoration:none; /* remove the default underline from the links */
  display:block; /* make each link into a block so that hovering over any area of the link will cause a change of background color */
  width:200px; /*set the width to be the same as the ul width */
  text-align:left;
  background:#440001; /* make the background color green */
  color:#fff; /* make the text color white */
  border-bottom:1px solid #666666; /* separate the links with a 1px wide grey line */
}
ul.list_two a:hover {
  background:#666666; /* change the background to grey on :hover */
  color:#330000; /* make the text color burgundy */
}

.style1 a:link {color: #ffffff; text-decoration: none}
.style1 a:hover {color: #0000cc; text-decoration: underline}
.style1 a:visited {color: #FFFFFF; text-decoration: none}

.style2 a:link {color: #ffffff; text-decoration: none}
.style2 a:hover {color: #0000cc; text-decoration: underline}
.style2 a:visited {color: #FFFFFF; text-decoration: none}

.class1 a:link {color: #FFFFFF; text-decoration: none}
.class1 a:visited {color: #FFFFFF; text-decoration: none}
.class1 a:active {color: #FFFFFF; text-decoration: none}
.class1 a:hover {color: #F4BF00; text-decoration: underline}

.class2 a:link {color: #ffffff; text-decoration: none}
.class2 a:visited {color: #ffffff; text-decoration: none}
.class2 a:active {color: #ffffff; text-decoration: none}
.class2 a:hover {color: #660000; text-decoration: underline}

.class3 a:link {color: #cccccc; text-decoration: none}
.class3 a:visited {color: #cccccc; text-decoration: none}
.class3 a:active {color: #cccccc; text-decoration: none}
.class3 a:hover {color: #ffffff; text-decoration: underline}
.class3 {font-size: 10px;}

.class4 a:link {color: #cccccc; text-decoration: none}
.class4 a:visited {color: #cccccc; text-decoration: none}
.class4 a:active {color: #cccccc; text-decoration: none}
.class4 a:hover {color: #990000; text-decoration: underline}
.class4 {color: #333333;}