body
{
background-color: #eeeeee;
}

 A:link		{	 color : #373ABE;	font-weight : normal;		 text-decoration : none;		}
 A:visited		{ 		color : #373ABE;	font-weight : normal;	 text-decoration : none;	}
	A:hover		{		color : #373ABE;	font-weight : normal;	 text-decoration : underline;		}

 A.linkdash:link		{	 color : #333333;	font-weight : normal;		 text-decoration : none;	 border-bottom : 1px dashed silver	}
 A.linkdash:visted		{ 		color : #333333;	font-weight : normal;	 text-decoration : none;	 border-bottom : 1px dashed silver}
 A.linkdash:hover 		{		color : #3333CC;	font-weight : normal;	 text-decoration : none;		border-bottom : 1px dashed silver}

ul
{
list-style-type: none;
padding: 0;
margin-left: 15;
}
li
{
background-image: url(images/boxbullet.gif);
background-repeat: no-repeat;
background-position:  0  6;
padding-left: 10;
}

.body
 {  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
line-height: 16px; 
color: #333333
}
.h1 
{ 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
line-height: 16px; 
color: #3333CC; 
font-weight: bold
}
.legal 
{ 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 9px; 
line-height: 14px; 
color: #999999
}
.h2 
{ 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
line-height: 16px; 
color: #666666; 
font-weight: bold 
}
