/* CSS Document */

body {  font-family: Arial, Helvetica, sans-serif;}
h1   {  font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold;}
h2   {  font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold;}
h3   {  font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold;}


td, div {
	font-family: Arial,sans-serif;
	font-size: 12px;
}

.toolbar {
	color: #3F758C;
	font-size: 11px;
	padding-right: 5px;
	text-align: right;
}


.newstitle {
	font-family: Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
} 

.news {
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #000000;
}

/* link */

a { 
	text-decoration: none; 
}

a:link, a:visited {
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	font-weight: normal; 
	text-decoration: underline; 
}

a:active {
	font-weight: normal; 
	text-decoration: none;
}

