/* -------------------general text-------------------------------- */
.regbodybold {
	TEXT-TRANSFORM: none; text-align: left;
	font-weight: bolder;
	font-size: 12px;
	color: #000000;
}		


.bluebody {
	TEXT-TRANSFORM: none; 
	text-align: left;
	color: #003366;
}	

.greybody {
	TEXT-TRANSFORM: none; 
	text-align: left;
	color: #666666;
}	

.body11bold {
	TEXT-TRANSFORM: none; 
	text-align: left;
	font-weight: bold;
	
}	
/* -------------------TITLE & SUBTITLE-------------------------------- */
.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 11pt;
    font-weight: bolder;
	text-align: left;
	}
		
.subtitle2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 9pt;
    font-weight: bolder;
	text-align: left;
	}

/* -------------BLUE LINE------------------ */   

	
/* --------------TEXT TABLES------------------- */	
/* --------------Table title------------------- */	
 .featureListHeader {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 3px;
	margin-top: 25px;
	margin-bottom: 3px;
	color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #003366;
	border-left-color: #003366;
	background-color: #003366;
	width: 100%;
    text-align: left;
        }       
/* --------------Table Subtitle------------------- */	
.featureListSubHeader {
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	padding: 3px;
	margin-top: -2px;
	margin-bottom: 3px;
	color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #336699;
	border-left-color: #336699;
	background-color: #336699;
	width: 100%;
    text-align: left;
        }
		
/* --------------Arrow with the blue line down------------------- */	
.featureListCategory {
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	margin-top: 7px;
	margin-bottom: 7px;
	padding-bottom: 7px;
	text-align: left;
       }	
		
/* --------------arrow with the blue line on the top------------------- */		   
.featCategLineUp {
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	border-top: 1px solid #003366;
	margin-top: 7px;
	margin-bottom: 7px;
	padding-top: 7px;
	text-align: left;
       }		
		

/* --------------arrow with the blue line on the top & bottom------------------- */		
.featLineUpBottom {
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-top: 1px solid #003366;
	border-bottom: 1px solid #003366;
	margin-top: 7px;
	margin-bottom: 7px;
	padding:  7px 0px 7px 18px;
	text-align: left;
    }
	
.featureListNoLine {
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	border-bottom-width: 1px;
	margin-top: 7px;
	margin-bottom: 7px;
	padding-bottom: 0px;
	text-align: left;
    }

/* --------------no arrow with line------------------- */		   
.featNoArrow {
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	border-bottom-width: 1px;
	margin-top: 7px;
	margin-bottom: 7px;
	padding-bottom: 0px;
	text-align: left;
	}
	   
	   
/* --------------margin left = 25 px with arrow------------------- */			   
.subFeature {
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	border-bottom-width: 1px;
	margin-left:25px;
	margin-top: 7px;
	margin-bottom: 7px;
	padding-bottom: 0px;
	text-align: left;
    }
	
/* --------------margin left = 25 px no arrow------------------- */	   
.featnoLineArrow {
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	background-position: left center;
	padding-left: 18px;
	border-bottom-width: 1px;
	margin-left:25px;
	margin-top: 7px;
	margin-bottom: 7px;
	padding-bottom: 0px;
	text-align: left;
	}

 /* --------------no margin, no arrow------------------- */
.featureS {
	font-size: 8pt;
	margin-top: 10px;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	padding-bottom: 10px;
    text-align: left;
    }
		
 /* --------------download pdfs------------------- */   
.download {
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	margin-top: 7px;
	margin-bottom: 7px;
	padding-bottom: 7px;
	text-align: left;
    }

.vendorListHeader {
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	padding: 3px;
	margin-top: 0px;
	margin-bottom: 3px;
	color: #000000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #99CCFF;
	border-left-color: #99CCFF;
	background-color: #99CCFF;
	width: 100%;
    text-align: left;
    }
		
.vendorListLink {
	font-size: 10px;
	font-weight: normal;
	padding: 3px;
	margin-top: -0px;
	margin-bottom: 3px;
	color: #000000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3399CC;
	border-left-color: #3399CC;
	background-color: #3399CC;
	width: 100%;
    text-align: center;
    }
	
/* --------------UP,TOP BOTTOM, ANCHOR------------------ */	   
.up {
	font-size: 6pt;
	font-weight: normal;
	color: #000000;
	text-align: right;
	}

.anchor {
	text-transform: none;
	color: #003366;
	font-size: 10pt;
    font-weight: bold;
	text-align: left;
	}
	
.top {
	color: #000000;
	font-size: 7pt;
    font-weight: normal;
	text-align: right;
	}

.bottom {
	color: #000000;
	font-size: 8pt;
    font-weight: normal;
	text-align: center;
	}