.bdrTB
{
	border-top: #7b39c6 2px solid; 
	border-bottom: #7b39c6 2px solid;
}
.bdrRT
{
	border-right: #7B39C6 2px solid;
	border-top: #7B39C6 2px solid;
}

.bdrLR 
{
	border-right: #7B39C6 2px solid;
	border-left: #7B39C6 2px solid;
	
}
.bdrRLB 
{
	border-left: #7B39C6 2px solid; 
	border-right: #7B39C6 2px solid; 
	border-bottom: #7B39C6 2px solid;
}
.bdrLTB
{
	border-left: #7B39C6 2px solid; 
	border-top: #7B39C6 2px solid; 
	border-bottom: #7B39C6 2px solid;
}
.sectionHdr
{
	border-top: #808080 2px solid;
	border-bottom: #808080 2px solid;
	border-right: #808080 2px solid;
	border-left: #808080 2px solid;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Arial;
	font-variant: small-caps;
	font-style: oblique;
	font-weight: bold;
}
.sectionBody
{
	padding-top: 8px;
	font-family: Arial;
	font-size: 13px;
	padding-left:5px;
	padding-right: 5px;
		
}
body
{
	font-family:Arial;
	font-size: 10px;
}

A:link  {
	text-decoration:    none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
      color:#5A00BD;
	font-weight: normal;

}

A:visited   {
	text-decoration:    none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
      color:#5A00BD;
	font-weight: normal;

}

A:active    {
	text-decoration:    none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
      color:#5A00BD;

}

A:hover {
	text-decoration:    underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#5A00BD;

}
li 
{ 
	list-style-image: url(/Images/ABullet.gif); 
}
.smalltext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
      color:#5A00BD;
	font-weight: normal;
}

.commentBorder 
{
	border:1px solid #808080
}
.commentHeader {
  padding: 0.2em 0.5em;
  border:1px solid #808080;
  color:#808080;
  font-size:90%;
  text-align:right;
}