BODY, TD, P, LI { 
   font-family: verdana,arial,sans-serif;
   font-size: 12px;
   color: #000000;
   }

table.dashed {
	border-width: 3px;
	border-spacing: ;
	border-style: dashed;
	border-color: blue;
	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.dotted td {
	border-width: 0px;
	padding: 5px;
	border-style: dotted;
	border-color: blue;
	background-color: white;
	-moz-border-radius: ;
   }

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: Black;
   }

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:link {
   color:#000080;
   text-decoration: none} 

A:visited {
   color:#000080; 
   text-decoration: none}

A:active {
   color:#000080; 
   text-decoration: none
   }

A:hover {
   color:#4040ff; 
   text-decoration;
   }
