/* CSS Document */

/* CSS Document
This define the style for the side menus
If you want to use this for another menu with different styles
1. save this as a new file
2. change ALL the '.sidemenu' entries to the new class name
3. edit the attributes till your blue in the face
4. make sure your index likes to the new file.
 */

table.news{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
	font-size: 10pt;
	margin-bottom: 4px;
	padding-bottom: 4px;


}

table.news tr td {
	text-align : left;
	margin-left: 10px;
	padding-left: 10px;
	color: #000000;
	margin-bottom: 2px;
	padding-bottom: 2px;
}

table.news th{
	font-weight: bold;
	padding-left: 3px;
	text-align: left;

}

/* Don't change the order of these, active,link,visited,hover*/
a.news:active {

}
a.news:link {
	color:#000000;
	text-decoration: none;

}

a.news:visited {
	color:#000000;
	text-decoration: none;

}
a.news:hover {
	color:#FF0000;
}
