@charset "UTF-8";
/* CSS Document */

#greenBox{
	background-color: #FFFFFF;
	border-left:1px solid #73BE1E;
	border-top:1px solid #73BE1E;
	border-right:1px solid #73BE1E;
	border-bottom:1px solid #73BE1E;                                     	
	padding-top: 0px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-top: 2px;
		}
	
#greenTopline{
	background-color: #FFFFFF;
	border-top:2px solid #73BE1E;
	border-bottom:2px solid #73BE1E;                                     	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	margin-top: 2px;
	margin-bottom: 10px;
		}
#greenLeftLine{
	background-color: #FFFFFF;
	border-left:2px solid #73BE1E;                                     	
	padding-top: 0px;
	padding-bottom: 3px;
	padding-right: 1px;
	padding-left: 10px;
	margin-top: 2px;
		}

#grnLnTop{
	background-color: #FFFFFF;
	border-top:1px solid #73BE1E;                                     	
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 3px;
	margin-top: 5px;
		}
#greyBox{
	background-color: #CCCCCC;
	width: 200px;
	padding-top: 14px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
		}

.Header_Blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #0099ff;
	line-height: 28px;
	padding-top: 5px;
	padding-left: 5px;
}
.blue_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.78em;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	color: #0099ff;
}
.Header_Pink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FF3399;
	line-height: 28px;
	padding-top: 5px;
	padding-left: 5px;
}

.Header_White {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
	padding-top: 0px;
	padding-left: 0px;
}
.Header_Green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #669900;
}
.grn_txt{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	color: #669900;
}

.grntxt_Bld{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color:  #006b6e;
	line-height: 18px;
}
.ulgreyCopy{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #707070;
	text-decoration: none;
	list-style-type: square;
	list-style-position: outside;	
	line-height: 2em;

}
.superscript{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #707070;
	text-decoration: none;
	vertical-align: text-top;
	top: 10px;
}
.superscriptBlue{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0099ff;
	text-decoration: none;
	vertical-align: text-top;
	top: 10px;
}
.superscriptPink{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF3399;
	text-decoration: none;
	vertical-align: text-top;
	top: 10px;
}

.ulWhite{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	list-style-type: square;
	list-style-position: outside;
	display: inline;
	text-align: left;
	text-indent: 15px;
	white-space: normal;
	left: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
.WhiteLInk{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: underline;
	display: inline;
	text-align: left;
	white-space: normal;
	padding-top: 5px;
	padding-left: 5px;
	
}
.checkBullet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	list-style-position: outside;
	list-style-type: none;
	text-indent: 0px;
	display: list-item;
	list-style-image: url(../images/checkMark.gif);
	text-align: left;
	vertical-align: text-top;
	left: 0px;
}
