/* general CSS stuff */

.style10 {
	font-weight: bold;
	color: Black;
	font-family: Arial;
	font-size: 14px;
	}

.style20 {
	font-size: 10px;
	font-style: italic;
}

table.th{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
/*	BORDER-RIGHT: #23559C 1px solid;
	BORDER-LEFT: #23559C 1px solid;
	BORDER-TOP: #23559C 1px solid;
	BORDER-BOTTOM: #23559C 1px solid; */	
	}

/* Link*/
a.mainnav {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}

a.mainnav:hover {
	color : #0000FF;
	font-weight: bold;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}

a.mainlevel:visited {
	color : #333333;
	font-weight: bold;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}

a.seclevel {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color : Black;
	text-decoration : none;
}

a.seclevel:hover {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color : Red;
	text-decoration : none;
}


