.smalltext {
font-family: Arial;
text-align: left;
font-size: 11px;
color: #000000;
line-height: 15px;
}

span.bold { 
font-weight: bold; }


span.bold_gray { 
font-weight: bold; 
color: #666666;
}

span.gray { 
color: #666666;
 }

span.ltgray { 
color: #999999;
 }

span.white { 
color: #ffffff;
 }
 
ul {
    margin-left: 25; 
    margin-bottom: 5;
    list-style-image: url('images/bullet_graysquare.gif');
    }

li {
    margin-bottom: 15;
    }

A:link  {
	text-decoration : none;
	color : #3333CC;
}

A:visited  {
	text-decoration : none;
	color : #3333CC;
}

A:active  {
	text-decoration : none;
	color : #F1A73C;
}

A:hover   {
	text-decoration : none;
	color: #F1A73C;
}

A:link.ltgray  {
	color : #999999;
}

A:visited.ltgray  {
	color : #999999;
}

A:active.ltgray  {
	color : #ffffff;
}

A:hover.ltgray  {
	color : #ffffff;
}

A:link.dkgray  {
	color : #666666;
}

A:visited.dkgray  {
	color : #666666;
}

A:active.dkgray  {
	color : #ffffff;
}

A:hover.dkgray  {
	color : #ffffff;
}