body {
	font-family:  verdana, Times New Roman;
      font-size: 10pt;
	color: #222222;	
	
p 	{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:10pt;  
	color: #333333
	}

ul 	{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:10pt;  
	color: #333333
	}

table.dashed { 
	border-width: 3px; 
	border-spacing: ; 
	border-style: dashed; 
	border-color: red; 
	border-collapse: separate; 
	background-color: white;
	}

table.dotted { border-width: 5px; 
	border-spacing: ; 
	border-style: dotted; 
	border-color: blue; 
	border-collapse: separate; 
	background-color: white;
	}

h1 	{ 
	font-family: Tahoma; 
	font-size:18pt; 
	color:#990000; 
	font-weight:bold; 
	margin-bottom: 0; 
	margin-top: 0;
	}

h2 	{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:14pt; color:#000000; 
	font-weight:bold; 
	font-weight:bold; 
	margin-bottom: 0; 
	margin-top: 0;
	}

h3 	{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12pt; 
	color:#CC9900; 
	font-weight:bold; 
	font-weight:bold; 
	margin-bottom: 0; 
	margin-top: 0;
	}
	
.top_nav	{
	text-decoration:none;
	font-size:12px;
	color:#FFFFFF;
	}		

.text { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:8pt; 
	color: #333333
	}

.test	{
	font-family: Georgia, verdana, "Courier New", Courier, mono;
	font-size: 16px;
	}

.test_title {
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
	color: #cc0000;
	text-align: center;
	margin: 5px 0px 15px 0px;
	}

.test_name {
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	margin-top: 5px;
	}