@charset "UTF-8";
/* CSS Document */


body {
	font-size:12px;
	font-family: Arial, Trebuchet MS;
	line-height:13pt;
	}
h1 {
	font-size:18px;
	color:#000000;
	}
h2 {
	font-size:14px;
	color:#333333;
	}
h3 {
	font-size:12px;
	color:#666666;
	}

A:link, A:visited {
	color:#0000FF;
	text-decoration:none;
}
A:hover {
	color:#0000FF;
	text-decoration:underline;
}
.navItem {
	text-align:center;
	font-size:11px;
	font-family:Arial, Trebuchet MS;
	width:100px;
	height:25px;
	padding:6px;
	cursor:pointer;
	border-bottom:1px solid #DEDEDE;
	border-top:1px solid #333333;
	border-right:1px solid #DEDEDE;
	border-left:1px solid #DEDEDE;
}
.navTitle {
	font-weight:bold;
	text-align:center;
	font-size:11px;
	font-family:Arial, Trebuchet MS;
	width:100px;
	height:30px;
	padding:10px;
}
A:link.none, A:visited.none, A:hover.none {
	color:#000000;
	text-decoration:none;
}