html 
{
	overflow-x: hidden;
	overflow-y: auto;
} 

body 
	{
	  background-color:           #FFFFFF;
		margin:                     5px;
		
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #666666;

	}

td
{
	vertical-align:top;
	font-family: inherit;
	font-size: inherit;
}

a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: inherit;
	text-decoration: none;
	color:#666666;
	
}

a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: inherit;
	text-decoration: underline;
	color: #0000CC;
}

.headline
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#990033;
}

.headline:hover
{
  color: #0000CC;
 
}

.text10Bold
	{
		font-size: 10px;
		font-weight: bold;
		color: black;
	}
	
.text10Italic
	{
	font-size: 10px;
	font-weight: normal;
	color: black;
	font-style: italic;
	}	

.text12Bold
	{
		font-size: 12px;
		font-weight: bold;
		color: black;
	}
	
.text12Italic
	{
	font-size: 12px;
	font-weight: normal;
	color: black;
	font-style: italic;
	}	
