body { 

	background: #FFFFFF;
	margin: 0;
	padding: 0;
}


td { 

	font-family: "Verdana", "Arial", "Tahoma"; 
	font-size: 8pt; 
	line-height: 140%; 
	color: #000000; 
}


A:link {

	color: #1E5AAB; 
	text-decoration:none;
}



A:visited {

	color: #1E5AAB; 
	text-decoration:none;
}



A:hover {

	color: #FF7200;
	text-decoration:underline;
}


A:link.global {

	color: #FFFFFF;
	font-weight: bold; 
	text-decoration:none;
}



A:visited.global {

	color: #FFFFFF;
	font-weight: bold; 
	text-decoration:none;
}



A:hover.global {

	color: #FF0000;
	font-weight: bold;
	text-decoration:none;
}

.blank {

	font-size: 1pt;
}



.gmenu {

	padding-left:20px;
	padding-right:20px;
}		



.banner {

	font-size: 12pt;
	color: #FF3C00;
	font-weight:bold;
}



.img_border {

	border-style: solid; 
	border-color: #D6D6D6;
}

#menu {

	clear: left;
	float: left;
	width: 180px;
	margin: 0;
	padding: 0;
	background: url(images/menu_h_bar.gif);
}

#menu ul {	

	list-style-type: none;
	width: 168px;
	margin: 0;
	padding: 10px 6px 0 6px;
	font-size: 9pt;
}	

#menu li {

	margin-bottom: 22px;
}

#menu li a {

	font-weight: bold;
	text-decoration: none;
	color: #FF5B01;
	padding: 0 0 0 15px;
	background: url(images/menu_off.gif) no-repeat;
}	
	
#menu li a:hover {

	background: url(images/menu_on.gif) no-repeat;
	color: #FFF601;
}