/* CSS Document */
.head{ 
font-family: Tahoma, sans-serif;
font-size: 17px;
font-weight:normal;
color:#FFFFFF;
}

.text {
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	font-weight: 500;
	color:#FFFFFF;;
}

A {    
text-decoration:none;   
}
A:hover {  
text-decoration: underline; 
}
.hoverRow {
background-color: #FF9933;
color: #FFFFFF; 
}
.clickedRow {
background-color: #FF9933;
color: #FFFFFF; 
}

div.gentitle {
	font-size: 16pt;
	margin: 5px;
}

a.yellow {
	color: #FFCC00 !important;
}

a.yellow:hover {
	color: #ffffff !important;

}
