/* CSS Document */
A:active {
	text-decoration: none;
}
A:link {
	color: #F26522;
	text-decoration: none;
	font-weight: normal;
}
//A:visited {
	color: #F5821F;
	text-decoration: none;
	font-weight: bold;
}
A:visited {
	color: #F26522;
	text-decoration: none;
	font-weight: normal;
}
A:hover  {
	color: #3777BE;
	text-decoration: underline;
	font-weight: normal;
}
.blkborder {
	border: 1px solid #000000;
}
.imageborder {
	margin: 5px;
	border: 1px solid #000000;
	padding: 5px;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	text-align: justify;
	color: #333333;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #333333;
}
.cellbg {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(images/whitebg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.verticalblkbrdr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.shadert {
	background-attachment: scroll;
	background-image: url(images/shadow_rt.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.shadedown {
	background-attachment: scroll;
	background-image: url(images/shadow_bottom.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.shadelft {
	background-attachment: scroll;
	background-image: url(images/shadow_lft.gif);
	background-repeat: repeat-y;
	background-position: right top;
}.dotteddivide {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.rows {
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 1px solid #D1DCD1;
	border-left: 1px none;
}
.horiborders {
	border-top: 1px solid #DFE6DF;
	border-right: 1px none;
	border-bottom: 1px solid #DFE6DF;
	border-left: 1px none;
}
.topic {
	font-size: 12pt;
	line-height: 13pt;
	font-family: "Arial Narrow";

}
.greenbg {
	background-attachment: scroll;
	background-image: url(images/greenbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

select { 
     font-family: Verdana, Arial, Helvetica, sans-serif; 
     font-size: 9px; 
	 background-color: #F2F2DB; 
	 color: #333300; 
	 border: 1px solid #FF9900}
