/* Main Styles */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-style: normal;
}


B	{
	font-weight: bold;
	font-size:10px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}


.FooterStyle {
	font-size: 10px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}





/* Link Styles */

a:link  {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
a:visited  {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
}
a:hover  {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	background: #99CCFF;
	font-size: 10px;
}
a:active  {
	color: #008080;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
}
ul {
	list-style-type: disc;
}

