body, td {
	font-family : Arial, Verdana, sans-serif ;
	font-size : 9pt;
	color:#393939;
	
}

a:link{color: #006} 

a:visited {color: #006}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #21629a;
	margin-left: 15;
	margin-bottom: 0;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color:#5192ba;
	margin-left: 45;
	margin-top: 0;
	margin-bottom: 40;
}

H2.title4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#b7deff;
	margin-left: 0;
	margin-top: 10;
	margin-bottom: 20;
}

H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#393939;
}

#newslist {
	border-width: 6px;
	border-spacing: ;
	border-style: double;
	border-color: rgb(240, 240, 240);
	border-collapse: separate;
	background-color: white;
}
#newslist th {
	border-width: 1px;
	padding: 10px;
	border-style: dotted;
	border-color: rgb(170, 170, 170);
	background-color: white;
	-moz-border-radius: ;
}
#newslist td {
	border-width: 1px;
	padding: 1px;
	border-style: dotted;
	border-color: rgb(170, 170, 170);
	background-color: white;
	-moz-border-radius: ;
}
