/* CSS Document */

<STYLE TYPE="text/css">

:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3366CC;
	text-decoration: none;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3366CC;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #339933;
	text-decoration: underline;
}

.bullet {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #333333; 
	text-decoration: none; 
	list-style-position: outside; 
	list-style-type: square;
	line-height: 18px;
	list-style-image: url(http://www.bostontechpartners.com/images/bullet2a.gif)

}

.subbullet {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #333333; 
	text-decoration: none;
	list-style-position: inside; 
	list-style-type: square;
	line-height: 18px;
	list-style-image: url(http://www.bostontechpartners.com/images/bullet2.gif)

}

.body { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	color: #333333
}

.bodyheader { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: bold; 
	color: #3399CC
}


TD.dottedblue {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	background-color: ##3366cc;
	border-bottom: thin solid #6699CC;
}

TD.dotted {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	background-color: #ffffff;
	border-right: thin dashed #6699CC;
}
	
TD.different {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	border-bottom: thin dashed #6699CC;
}
TD.plain {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
}

TD.solidbottom {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	background-color: #ffffff;
	border-bottom: thin solid #6699CC;
}

TD.solidbottomgray {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	border-bottom: thin solid #999999;
}

TD.solidtopgray {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	border-top: thin solid #999999;
	border-bottom: thin solid #999999;
}
</style>