body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	font-family: Times New Roman, Times, serif;
	color: #333333;
	font: 10pt/1.6em
}
table {
	background: #FFFFFF;
	border: none #CCCCCC;
	font: 10pt Times New Roman, Times, serif;
	font: 10pt/1.6em
}
a {
	font-family: Times New Roman, Times, serif;
	font-size: 10pt;
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color:#E10000;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Times New Roman, Times, serif;
}
h1 {
	color: #E10000;
}
h2 {
	color: #E10000;
}
h3 {
	color: #E10000;
}

#menu a {
	color:#333333;
	text-decoration:none;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	width: 120px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	background-color: #FFFFFF;
	position: static;
	white-space: normal;
}

#menu a:visited{
	color:#333333;
	text-decoration:none;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	width:120px;
	margin: 0px;
	padding: 0px;
	white-space: normal;
	display: block;
}

#menu a:active{
	color:#E10000;
	text-decoration:none;
	font-family: "Times New Roman", Times, serif; 
	font-size: 10pt;
	width:120px;
	margin: 0px;
	padding: 0px;
	white-space: normal;
	display: block;
}

#menu a:hover {
	color:#E10000;
	text-decoration:none;
	font-family: "Times New Roman", Times, serif;
	font-size:10pt;
	width:120px;
	margin: 0px;
	padding: 0px;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	white-space: normal;

}