BODY{
	font-family : Arial,Verdana,sans-serif;
	color : #000000;
	background-color : #FFFFFF;
	font-size: 10pt;
}

A {
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}

A:visited {
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

A:active {
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-decoration : none;
}

A:hover {
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

P,H1,H2,H3,H4,UL,OL,LI,DIV,TABLE,TD{
	font-family: arial, verdana, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
}

#menu-top{
	background:url(../images/menu-top.jpg) bottom center no-repeat;
	width:146px;
	height:9px;
	margin-top:10px;
}
#menu-btm{
	background:url(../images/menu-btm.jpg) top center no-repeat;
	width:146px;
	height:9px;
}
#menu-list{
	background:url(../images/menu-bg.jpg) top center repeat-y;
	margin:0px;
	padding:0px;
	width:146px;

}
	#menu-list li{
			list-style-type:none;
			display:inline;
	}
		#menu-list li.first a:link,#menu-list li.first a:visited{
			border-top:none;
			background:url(../images/menu-link.jpg) -1px -1px no-repeat #ededed;
		}
		#menu-list li.first a:hover{
			border-top:none;
			background:url(../images/menu-link-hover.jpg) -1px -1px no-repeat white;
			
		}
			#menu-list li.last a:link,#menu-list li.last a:visited{
			border-bottom:none;		
		}

	#menu-list li a:link,#menu-list li a:visited{
		background:url(../images/menu-link.jpg) top center no-repeat #ededed;
		text-align:left;
		display:block;
		border-top:1px solid white;
		border-bottom:1px solid #c4c4c4;
		padding: 5px 10px;
		margin-right:5px;
	}
	#menu-list li a:hover{
		background:url(../images/menu-link-hover.jpg) top center no-repeat white;
		
	
	}

