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;
  }

BLOCKQUOTE { 
   font-family: verdana,arial,sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #000000;
   }

H1 {
   font-family: Georgia;
   font-size: 24px;
   font-weight: bold;
   text-align: center;
   color: Navy;
   }

H2 {
   font-family: arial,verdana,sans-serif;
   font-size: 16px;
   font-weight: bold;
   text-align: left;
   color: Navy;
   }

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;
   }
