body {
	color: #000000;
	background-color:#FFFFFF;
	text-align:left;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
		}
		
/* Begin Site Wide A Tag Styles */

a 
{
	text-decoration:none;
	color: #000099;
}
a:hover  
{
	text-decoration:none;
}

a.button 
{
	text-decoration:none;
	color: #000099;
	background:#FFFFFF;
}
a.button:hover  
{
	text-decoration:none;
	color: #000099;
	background-color:#FFFFFF;
}

/* Begin Generic Selector Styles */

.floatright
{
	float:right;
}

img 
{
	border: 0;
}

h2
{
	font-weight:normal;
	font-size: medium;
	margin-bottom: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
}



h3  {
	color: #CCCCCC;
	padding: 3px;
  width: auto;
  text-align:left;
}

div.hr hr 
{
  display: none;
}

		
