body
{ 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px; 
	
	line-height: 16px;
}
td
{ 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px; 
	
	line-height: 16px;
}


.dotted {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	line-height: 15px;
}
.dottedend {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	line-height: 15px;
}
.small {
	font-size: 9px;
	color: #999999;
}
.verdana12 {
	line-height: 18px;
}
.text {
	line-height: 16px;
}
.text2 {
	line-height: 20px;
}
a.dotted:visited { color: #003399;}
a.dotted:link { color: #003399;}
a.dotted:hover { color: green;}
a.dotted:active { color: #003399;}