@media screen

{
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
}
p { line-height: 18px; }
ul
  {
  margin-left: 0;
  padding-left: 1em;
  }
li
  {
  margin: 0;
  padding: 0;
  line-height: 18px;
  }

A.nav:link {
	color: #FFFFFF;
}
A.nav:visited {
	color: #FFFFFF;
}
.verdana_bold{
	font-family: Verdana;
	font-size: 80%;
	font-weight: bold;
	color: #FFFFFF;
}
.sans_serif{
	font-family: Arial,sans-serif;
	font-size: 11pt;
}
.verdana_normal{
	font-family: Verdana;
	font-size: 80%;
	color: #FFFFFF;
}
.verdana_normal2{
	font-family: Verdana;
	font-size: 11px;
	line-height:15px;
}
.comic_normal{
	font-family: 'Comic Sans MS';
	font-size: 15px;
	line-height:19px;
}
.verdana_8{
	font-family: Verdana;
	font-size: 8pt;
	line-height:14px;
}
.verdana_normal3{
	font-family: Verdana;
	font-size: 12px;
	line-height:16px;
}
.arial_normal{
	font-family: Arial;
	font-size: 12px;
	line-height:16px;
}
.arial_normal2{
	font-family: Arial;
	font-size: 14px;
	line-height:18px;
}
.arial_normal3{
	font-family: Arial;
	font-size: 13px;
	line-height:17px;
}
.verdana_black{
	font-family: Verdana;
	font-size: 80%;
}
.white_smallbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 86%;
	color: #FFFFFF;
	font-weight: bold;
}
.white_small {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 86%;
	color: #FFFFFF;
}
.yell_smallbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 86%;
	font-weight: bold;
	color: #FFFF33;
	text-align: center;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}
.bold_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 83%;
	font-weight: bold;
}
.big_boldcenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}
.med_boldcenter {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
}
.center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
}
.centersmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 88%;
	text-align: center;
}
.white_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
}
.bold_italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
}
.smblue_boldcenter {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 45%;
	text-align: center;
}

td.bg { 
	background: url(../images/fill1.jpg); 
}
td.bg1 { 
	background: url(../images/index02.jpg); 
}
td.bg2 { 
	background: url(../images/index05.jpg); 
}
td.bg3 { 
	background: url(../images/index08.jpg); 
}
}

@media print

{
body {
	font-family: Arial, Helvetica, sans-serif;
}
table {
     width: auto;
	 height: auto;
}
.white_smallbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 86%;
	color: #FFFFFF;
	font-weight: bold;
}
.white_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 86%;
	color: #FFFFFF;
}
.yell_smallbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 86%;
	font-weight: bold;
	color: #FFFF33;
	text-align: center;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}
.bold_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 83%;
	font-weight: bold;
}
.big_boldcenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}
.med_boldcenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
}
.center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
}
.centersmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 88%;
	text-align: center;
}
.white_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
}
.bold_italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
}
div#navtable {
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  display: none;
}
.smblue_boldcenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 45%;
	text-align: center;
}
}