a:link {
	color: #009999;
	text-decoration: none;
}
a:hover {
	color: #009999;
	text-decoration: underline !important;
}
.BWtextonwhite {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #333333;
	background-color: #FFFFFF;
}
.padtable td {
    padding: 6px 6px 4px 6px !important;
}
.blacktextonwhite {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	background-color: #FFFFFF;
}
.biggertext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}
.redtext {
	color: #990000;
}
a:visited {
	color: #009999;
	text-decoration: none;
}
.bigtype {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #009999;
}
.textmoreleading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #666666;
}
.smallblacktext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #000000;
}
.mediumtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
}
.subhead {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}
.toggle {
	margin-top: 3px;
	margin-bottom: 3px;
}
.vertical_padding {
	margin-top: 8px;
	margin-bottom: 8px;
}
table#horizontal_rules td {
	border-bottom: 1px solid #999999;
}
.grayBorder {
    border-collapse:collapse; 
    margin-top:6px; 
}
.grayBorder td {
    border:1px solid #CCC;
}
.blackBorder {
    border-collapse:collapse; 
}
.blackBorder td {
    border:1px solid #000000;
    font-family: Tahoma;
    font-size:10px;
}
div.light_green_rounded {
	background-color: #d5e9e9;
	margin-left: 10px;
	margin-top: 4px;
	margin-right: 10px;
	padding: 4px;
	text-align: left;
	padding-left: 20px;
	border-radius: 8px;
	-moz-border-radius: 8px;
}
.rounded-box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
}
.box-headline {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #666666;
	padding-bottom: 4px;
	padding-left: 12px;
	padding-right: 12px;
}
.box-content {
	padding-top: 4px;
	padding-left: 12px;
	padding-right: 12px;
}
.top-row {
	width: inherit;
	background:url("BWimages/BW-light-rounded-box_02.gif") repeat-x bottom;
	background-color: #FFFFFF;
}
.top-left {
	background:url("BWimages/BW-light-rounded-box_01.gif") no-repeat left bottom;
}
.top-right {
	background:url("BWimages/BW-light-rounded-box_03.gif") no-repeat right bottom;
}
.green-row {
	width: inherit;
	background-color: #d5e9e9;
}
.green-left {
	background:url("BWimages/BW-light-rounded-box_04.gif") repeat-y left;
}
.green-right {
	background:url("BWimages/BW-light-rounded-box_06.gif") repeat-y right;
}
.white-row {
	width: inherit;
}
.white-left {
	background:url("BWimages/BW-light-rounded-box_10.gif") repeat-y left;
}
.white-right {
	background:url("BWimages/BW-light-rounded-box_12.gif") repeat-y right;
}
.bottom-row {
	width: inherit;
	background:url("BWimages/BW-light-rounded-box_14.gif") repeat-x;
}
.bottom-left {
	background:url("BWimages/BW-light-rounded-box_13.gif") no-repeat left top;
}
.bottom-right {
	background:url("BWimages/BW-light-rounded-box_15.gif") no-repeat right top;
}
.hide, .showAfterClick {
	display:none;
	height:0px !important;
}
.show, .hideAfterClick {
	display:default;
	height:default;
}
.arrowtext {
	text-indent: -15px;
	margin-left: 15px;
}
.arrowtext:before {
	content: "\25BA \00a0";
	color: #009999;
}
.green-button {
    color:#333333;
    background-color: #C8E5DC; 
    border: 1px solid #CCC; 
    border-radius: 3px;
    cursor: pointer;
}
.green-button:hover {
    color:#FFF;
    background-color: #339999; 
}
