BODY, TD, P, LI { 
   font-family: verdana,arial,sans-serif;
   font-size: 12px;
   color: #000000;
   }

.tdcolors { 
      filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#3f7fbb', startColorstr='#6c9fcc', gradientType='0');
      background-color: #3f7fbb;
   }

table.dashed {
	border-width: 3px;
	border-spacing: ;
	border-style: dashed;
	border-color: blue;
	border-collapse: separate;
	background-color: white;
   }

table.reddashed {
	border-width: 3px;
	border-spacing: ;
	border-style: dashed;
	border-color: red;
	border-collapse: separate;
	background-color: white;
   }

table.dashed td {
	border-width: 0px;
	padding: 5px;
	border-style: dashed;
	border-color: blue;
	background-color: white;
	-moz-border-radius: ;
   }

table.dotted {
	border-width: 3px;
	border-spacing: ;
	border-style: dotted;
	border-color: blue;
	border-collapse: separate;
	background-color: white;
   }

table.reddotted {
	border-width: 3px;
	border-spacing: ;
	border-style: dotted;
	border-color: red;
	border-collapse: separate;
	background-color: white;
   }

table.dotted td {
	border-width: 0px;
	padding: 5px;
	border-style: dotted;
	border-color: blue;
	background-color: white;
	-moz-border-radius: ;
   }

table.display {
	width: 100%;
	border-width: 2px 2px 2px 2px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: #DDDDDD #DDDDDD #DDDDDD #DDDDDD;
	border-collapse: separate;
	background-color: #F7F7F7;
	}

table.display th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: #DDDDDD #DDDDDD #DDDDDD #DDDDDD;
	background-color: #DDDDDD;
	-moz-border-radius: 0px 0px 0px 0px;
	}

table.display td {
	border-width: 1px 1px 1px 1px;
	padding: 4px 4px 4px 4px;
	border-style: solid solid solid solid;
	border-color: #DDDDDD #DDDDDD #DDDDDD #DDDDDD;
	background-color: #F7F7F7;
	-moz-border-radius: 0px 0px 0px 0px;
	}  

table.display2 {
	width: 100%;
	border-width: 2px;
	border-spacing: 0px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	background-color: rgb(247, 247, 247);
}

table.display2 td {
	width: 50%;
	border-width: 2px;
	padding: 5px;
	border-style: solid;
	border-color: #DDDDDD;
	background-color: rgb(247, 247, 247);
}   

table.display2 th {
	font-size:12px;
	font-weight:normal;
	text-align: left;
	border-width: 2px;
	padding: 5px;
	border-style: solid;
	border-color: #DDDDDD;
	background-color: #CCCCCC;
}
  
.center table
	{ 
margin-left: auto;
margin-right: auto;
text-align: left;
	}  

BLOCKQUOTE { 
   font-family: verdana,arial,sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #000000;
   }

H1 {
   font-family: Arial;
   font-size: 24px;
   font-weight: bold;
   text-align: center;
   color: black;
   }

H2 {
   font-family: arial,verdana,sans-serif;
   font-size: 16px;
   font-weight: bold;
   text-align: left;
   color: black;
   }
   
H2. wh_title {
   font-family: arial,verdana,sans-serif;
   font-size: 12px;
   font-weight: bold;
   text-align: center;
   color: white;
   margin-top: 2px; 
   margin-bottom: 2px;
   }

H3 {
   font-family: arial,verdana,sans-serif;
   font-size: 16px;
   color: Navy;
   }

H4 {
   font-family: arial,verdana,sans-serif;
   font-size: 10px;
   color: #000000;
   text-align: center;
   }

IMG { 
   border-style: none
   }

A:active {
   color:#3F7FBB; 
   text-decoration;
   }

A:hover {
   color:#EF7171; 
   text-decoration: none;
   }