/* Title. */
A.menulink {
	display: block;
	width: 110px;
	text-align: center;
	text-decoration: none;
	font-family:arial;
	font-weight: bold;
	font-size:12px;
	color: #ffffff;
	background-color:#545454;
	padding: 1px;
	border-right: 2px solid #9b9b9b;
	border-bottom: 2px solid #9b9b9b;
}
A.menulink:hover {
	background-color:orange;
	font-size:12px;
	font-weight: bold;
	color: #000000;
}
A.menulink:active {
	background-color:orange;
	font-size:12px;
	font-weight: bold;
	color: #000000;

}
body {
	background-color: #000000;
	color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: normal;
}
a, a:link, a:hover, a:active, a:visited {
	color: #ffffff;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: orange;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
}
.navPan1 {
	margin: 0px 0px 0px 88px;
}
.navPan2 {
	margin: 0px 0px 0px 93px;
}
.navPan3 {
	margin: 0px 0px 0px 93px;
}
.navPan4 {
	margin: 0px 0px 0px 89px;
}
.navPan5 {
	margin: 0px 0px 0px 82px;
}
.navPan6 {
	margin: 0px 0px 0px 70px;
}
.title {
	color: #ffffff;
	font-family: Times New Roman;
	font-size: 18px;
	font-weight: normal;
	line-height: normal;
}
.subtitle {
	color: #ffffff;
	font-family: Times New Roman;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
}