body, tr,td, table {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.style1 {
	color: green;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bolder;
	font-size: 10pt;
}

.style2 {
	color: red;
	background-color: #dddddd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bolder;
	font-size: 12pt;
}

.onhover {
	background: #5992DF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bolder;
	font-size: 9pt;
}

.nohover {
	background: #C4E0FC;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bolder;
	font-size: 9pt;
}



.onhoversubmenu {
	background: #5992DF;
}

.nohoversubmenu {
	background: #DEEDFC;
}

A.submenu:link {
	text-decoration : none;
	color : #000000;
}

A.submenu:visited {
	text-decoration : none;
	color : #000000;
}

A.submenu:active {
	text-decoration : none;
	color : #000000;
}

A.submenu:hover {
	text-decoration : none;
	color : #000000;
}



.onhovertable {
	background: #CCFF99;
}

.nohovertable {
	background: #FFFFFF;
}

A.table:link {
	text-decoration : none;
	color : #000000;
}

A.table:visited {
	text-decoration : none;
	color : #000000;
}

A.table:active {
	text-decoration : none;
	color : #000000;
}

A.table:hover {
	text-decoration : none;
	color : #000000;
}


A:link {
	text-decoration : none;
	color : #000000;
}

A:visited {
	text-decoration : none;
	color : #000000;
}

A:active {
	text-decoration : none;
	color : #000000;
}

A:hover {
	text-decoration : none;
	color : #FF0000;
}