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

.blue-box{
	background: rgb(200,250,255);
	color: black;
	border-width: 1px;
	border-color: red;
	border-style: solid;
	padding: 2px;
}

td.news-header{
	font: bold 14px verdana, arial, helvetica, sans-serif;
	background: rgb(100,100,210);
	color: white;
	border-width: 1px;
	border-color: rgb(200,150,150);
	border-style: solid;
	padding: 5px;
}

td.news-body{
	font: 14px verdana, arial, helvetica, sans-serif;
	background: rgb(255,255,230); 
	color: black;
	border-width: 0px 1px 1px 1px;
	border-color: rgb(200,150,150);
	border-style: none solid solid solid;
	text-align: left;
	vertical-align: top;
}

td.news-spacer{
	margin-top: 10px;
	margin-bottom: 0px;
	color: black;
	background: white;
}

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

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

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

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

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

h1.web-title{
	font: bold 24px verdana, arial, helvetica, sans-serif;
	margin-top: 16px;
	margin-bottom: 0px;
	color: rgb(0,0,170);
	background: white;
	text-decoration: none;
	border-width: 0px 0px 2px 0px;
	border-color: rgb(200,200,255);
	border-style: solid;
}


h1 {
	font: bold 22px verdana, Times, sans-serif;
	margin-top: 10px; 
	margin-bottom: 5px; 
	color: rgb(0,0,200); 
	background: white;
	text-decoration: none;
	border-width: 0px 0px 2px 0px;
	border-color: rgb(200,200,255);
	border-style: solid;
}

.web-subtitle{
	font: bold 16px arial, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	color: rgb(0,170,0);
	background: white;
	text-decoration: none;
}


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

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

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

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