BODY
{
	background:#BDCCD9;
}

.body
{
 	font-family: verdana,arial,tahoma;
	font-size: 10pt;
	font-weight: normal;
	color: #1C406F;
}

.copyr 
{ 
	font-family: verdana,arial,tahoma;
	font-size: 8pt;
	font-weight: normal;
}

.hilite
{
 background-color: #BDCCD9;

}

.box
{ 
	
	border: 2px outset #3F6D93;
	padding-left: .1em;
	padding-right: .1em;
	margin: 4px;
	color: black;
	text-decoration: none;
	background-color:#BDCCD9;	font-weight: bolder; 	
	
}

.box:hover
{
  	border: 2px inset #3F6D93;
		padding-left: .1em;
		padding-right: .1em;
		margin: 4px;
		color: black;
		text-decoration: none;
		background-color: #3F6D93;	font-weight: bolder; 	

}

