@charset "UTF-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
	color: #000000;
}
#nav li {
	display: inline;
	color: #000000;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
table {
	background-repeat: repeat-x;
}
.style1 {font-size: 9pt}
.style2 {
	color: #3C3766
}
.style1 a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}
.style1 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 10px;
}
li {
	display: block;
	color: #000000;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	list-style-type: disc;
	list-style-position: outside;
}

