body,p,ul,li {
	font: 14px verdana, arial, helvetica, sans-serif; 
	background: white;
	color: black;
}

pre{
	border-width: 2px;
	border-color: rgb(200,150,150);
	border-style: solid;
	color: black;
	background-color: rgb(250,250,230);
	padding: 2px;
}

td {
	font: 14px verdana, arial, helvetica,sans-serif;
	margin-top: 0px; 
	margin-bottom: 0px;
	background-color: transparent;
}

td.grpHeader {
   font: bold 14px verdana, arial, helvetica, sans-serif;
   margin-top: 1px;
   margin-bottom: 1px;
   color: rgb(255,255,0);
   background: rgb(51,153,204);
}

th { 
	font: bold 14px verdana, arial, helvetica,sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	color: rgb(204,0,0);
	text-align: left;
	background-color: transparent;
}

b {
	font: bold 14px verdana, arial, helvetica,sans-serif; 
	color: rgb(0,0,204);
	background-color: transparent;
}

a:link, a:visited, a:active {
	color: rgb(0,0,128);
	text-decoration: none; 
	font-weight: normal;
	background-color: transparent;
}

a:hover {
	color: rgb(0,0,230);
	text-decoration: none;
	font-weight: normal;
	background-color: transparent;
}

a.top:link, a.top:visited, a.top:active {
	color: rgb(0,0,128);
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
}

a.top:hover {
	color: rgb(0,0,230);
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
}

td.menu-item{
	color: rgb(0,0,100);
	text-decoration: none;
	font-weight: normal;
	border-width: 1px;
	border-color: black;
	border-style: none none solid solid;
	background-color: transparent;
}

td.menu-item:hover{
	font-weight: normal;
	border-width: 1px;
	border-color: rgb(100,100,200);
	border-style: none none solid solid;
	background-color: transparent;
}

h1 {
	font: 24px verdana, arial, helvetica,sans-serif;
	margin-top: 0px; 
	margin-bottom: 0px; 
	color: rgb(0,0,170); 
	text-decoration: none; 
	background-color: transparent;
}

h2 {
	font: bold 20px verdana, arial, helevetica,sans-serif;
	margin-top: 10px; 
	margin-bottom: 0px; 
	color: rgb(0,0,170);
	text-decoration: none;
	background-color: transparent;
}

h3 {	
	font: bold 16px helevetica, verdana, arial,sans-serif;
	margin-top: 5px;
	margin-bottom: 10px;
	color: rgb(0,0,170);
	text-decoration: none;
	background-color: transparent;
}

h4 {	
	font: bold 14px verdana, arial, helevetica,sans-serif;
	margin-top: 5px;
	margin-bottom: 8px;
	color: rgb(0,100,0);
	text-decoration: none;
	background-color: transparent;
}

h5 {     
	font: bold 12px helevetica, verdana, arial,sans-serif;
	margin-top: 0px;
	margin-bottom: 5px;
	color: red;
	background-color: transparent;
}
