body
{
    background-color: #FFFFFF;
    background-image: url('images/background.jpg');
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #92B4DA;
}


A:link	{	
	text-decoration: none;
	font-size: 12px;
  font-weight: normal;
	color:	#92B4DA;
	}	
		
A:visited	{	
	text-decoration: none;
	font-size: 12px;
  font-weight: normal;	
	color:	#92B4DA;
	}	
		
A:active	{	
	text-decoration: none;
	font-size: 12px;
  font-weight: normal;	
	color:	#92B4DA;
	}	
		
A:hover	{	
	text-decoration: underline;
	font-size: 12px;
  font-weight: normal;
	color:	#92B4DA;
	}

A.white:link	{	
	text-decoration: none;
	font-size: 12px;
  font-weight: bold;
	color:	#FFFFFF;
	}	
		
A.white:visited	{	
	text-decoration: none;
	font-size: 12px;
  font-weight: bold;	
	color:	#FFFFFF;
	}	
		
A.white:active	{	
	text-decoration: none;
	font-size: 12px;
  font-weight: bold;	
	color:	#FFFFFF;
	}	
		
A.white:hover	{	
	text-decoration: underline;
	font-size: 12px;
  font-weight: bold;
	color:	#FFFFFF;
	}

table
{
    background-image: url('images/whiteground.gif');
}

td.normaltext
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #92B4DA;
}

td.blue
{
		background-color: #92B4DA;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}

 hr {
  border: 0;
  width: 100%;
  color: #92B4DA;
  background-color: #92B4DA;
  height: 1px;
}
