a:link {
	background-color : transparent;
	color: #333333;
	text-decoration : none;
	}
	
a:visited {
	background-color : transparent;
	color: #333333;
	text-decoration : none;
}
	
a:hover {
	background-color : transparent;
	color: #000000;
	text-decoration : none;
}

.cellwhite {
	background-color: #FFFFFF;
}

.cellwhite_over {
	background-color: #DDDDDD;
	cursor: pointer;
}

.cellgrey {
	background-color: #EFEFEF;
}

.cellgrey_over {
	background-color: #DDDDDD;
	cursor: pointer;
}



.cellwhitelight_over {
	background-color: #EFEFEF;
	cursor: pointer;
}

.celllightgrey {
	background-color: #EFEFEF;
}

.cellmediumgrey {
	background-color: #CDCDCD;
}



.cellgrey2 {
	background-color: #EFEFEF;
	cursor: pointer;
}

.cellwhite2 {
	background-color: #FFFFFF;
	cursor: pointer;
}

.cellmediumgrey2 {
	background-color: #CBCBCB;
	cursor: pointer;
}

.cellred {
	background-color: #FF0000;
	cursor: pointer;
}

.cellred_over {
	background-color: #CC0000;
	cursor: pointer;
}

.cellgradientsilver {
	background-image:url(../images/gradient_silver.png)
}

.red10 {
	color: #FF0000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.green10 {
	color: #009900;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.white10 {
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.black10 {
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

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

.black14 {
	color: #000000;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.black16 {
	color: #000000;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.darkgrey10 {
	color: #333333;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.mediumgrey10 {
	color: #999999;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* Styles for DHTML drop down menus */
#dropmenudiv{
position:absolute;
border:1px solid #999999;
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
color: #000000;
text-indent: 3px;
border-bottom: 1px solid #999999;
padding: 5px 0;
text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #CCCCCC;
}