BODY  {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.title {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	color: black;
	font-weight: bold;
}

.bluetext {
	color: #0F1D55;
	text-align: center;
}

A.menuitem_off, A.menuitem_off:visited {
	font-size : 8pt;	
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;	
	text-decoration : none;
	color: black;
	font-weight: bold;
	display: block;
	cursor: hand;
	width: 150px;
	height: 30px;
	padding-left: 20px;
	padding-top: 4px;
}

A.menuitem_off:hover, A.menuitem_off:active 
{
	color: #172C7D;
}

A.menuitem_on, A.menuitem_on:visited, A.menuitem_on:active, A.menuitem_on:hover {
	font-size : 8pt;
	text-decoration : none;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;	
	color: #172C7D;
	font-weight: bold;
	display: block;
	cursor: hand;
	width: 150px;
	height: 30px;
	padding-left: 20px;
	padding-top: 4px;
}
 
.default-td {
	BACKGROUND: url(images/graphics/buttonbg.gif) no-repeat;	
}

A, A:Visited, {
	color: #223FB6;
	text-decoration: none;
}

A:Active, A:Hover  {
	color: black;
}


