a{	color:#007029;
  	text-decoration:none
 }
 a:hover{
 	color:#081C42;	
	text-decoration:underline
  }

.smallText
{
	font-size:8pt;
	color:#000000;
	font-family:verdana
}

.plainText
{
	font-size:9pt;
	color:#000000;
	font-family:verdana
}
.textBox
{
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    FONT-SIZE: 11px;
    BORDER-LEFT: #000000 1px solid;
    COLOR: black;
    BORDER-BOTTOM: #000000 1px solid;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: white
}
.border{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9E9E9E;
	border-left-color: #9E9E9E;
}
.hedding{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #084DA2;
	text-decoration: none;
}
.border_dashed{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
.link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}
.link a{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
	}
.link a:hover {
	color: #082D75;
	text-decoration: underline;
}
.subhedding{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #05286B;
	text-decoration: none;
}
.img_border{
	border: 1px solid #666666;
	padding: 2px;
	margin-left: 5px;
}