@charset "utf-8";
/* CSS Document */

<style type="text/css">

#boxed1 
{
font-family: Arial;
font-size: 11px;
color: #7E7E7E;
text-decoration: none;

}

#boxed1 div
{
font-family: Arial;
font-size: 11px;
color: #7E7E7E;
text-decoration: none;
padding: 0px;
margin: 0px;

}

#boxed1 a
{
font-family: Arial;
font-size: 11px;
color: #0066FF;
text-decoration: none;
}

#boxed1 div a
{
font-family: Arial;
font-size: 11px;
color: #0066FF;
text-decoration: none;
padding: 0px 0px 5px 0px;
margin: 0px;
}


#boxed1 a:hover, #boxed1 a:focus{
color: #FF0000;;
text-decoration: underline;
}

/*-------------------------------------------------------------------------*/

#footer a 
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold;
	text-decoration: none;
	color: #aaaaaa;
	padding: 0px;
	
	
	
}
#footer a:hover{

text-decoration: underline;
color: #ffffff;


}


/*-------------------------------------------------------------------------*/

#box a 
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	padding: 10px;
	border-bottom: 1px dashed #E7DED8;
	width: 200px;
	
}
#box a:hover{

text-decoration: underline;
color: #CC0000;


}


/*-------------------------------------------------------------------------*/

#boxed ul li a 
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	padding: 10px;
	
	
}
#boxed ul li a:hover, #boxed ul li a:focus{

text-decoration: underline;
color: #CC0000;


}











</style>
