/***		 for all general links 			***/
A			 {
	/*text-decoration : none;*/
	font-family:Arial, Helvetica, sans-serif; 
	font-weight : normal;
	color: 333399;
	font-size : 11px;
}

/***		 for all general links 			***/
A:hover			 {
	text-decoration : underline;
	font-family:Arial, Helvetica, sans-serif; 
	font-weight : normal;
	color:FF9933;
	font-size : 11px;
}

/***		for dark blue headers and links		***/
A.header{
	font-weight: bold;
}

A:hover.header{
	font-weight: bold;
	color: #f79530;
}

/***		white links			***/ 
A.whiteLink		{
	text-decoration : underline;
	color: FFFFFF;
	line-height : 16px;
	font-family:Arial, Helvetica, sans-serif; 
	font-weight : normal;
	font-size : 11px;
}

/***		white links			***/ 
A.greenLink		{
	text-decoration : none;
	color: BCBA20;
	font-family:Arial, Helvetica, sans-serif; 
	font-weight : normal;
	font-size : 11px;
}

FIELDSET {
	background-color: white;
}

/***		 link Colored text			***/ 
.linkColor		{
	text-decoration : none;
	color: 333399;
	font-family:Arial, Helvetica, sans-serif; 
	font-weight : normal;
	font-size : 11px;
}



/***		ALL TEXT SPECIFICATIONS  ARE BELOW    	***/
/***		white text			***/ 
.white		{
	text-decoration : none;
	color: FFFFFF;
	font-family:Arial, Helvetica, sans-serif; 
	font-weight : normal;
	font-size : 11px;
}

/***		black text			***/ 
.black		{
	text-decoration : none;
	color: 000000;
	font-family:Arial, Helvetica, sans-serif; 
	font-weight : normal;
	font-size : 11px;
}

/***		red text			***/ 
.red		{
	text-decoration : none;
	color: FF0000;
	font-family:Arial, Helvetica, sans-serif; 
	font-weight : normal;
	font-size : 11px;
}

/***		for dark green headers and links		***/
.green{
	text-decoration : none;
	font-family:Arial, Helvetica, sans-serif; 
	color: BCBA20;
	font-weight : 800;
	font-size : 13px;
}

/***		for form step description text		***/
.tanGreen{
	text-decoration : none;
	font-family:Arial, Helvetica, sans-serif; 
	color: BCBA20;
	font-size : 11px;
}

/***		for dark blue headers and links		***/
.blue{
	text-decoration : none;
	font-family:Arial, Helvetica, sans-serif; 
	color: #804000;
	font-weight : 800;
	font-size : 16px;
}

/***		for step headers		***/
.smallBlue{
	text-decoration : none;
	font-family:Arial, Helvetica, sans-serif; 
	color: #0087CA;
	font-weight : 800;
	font-size : 11px;
}


/***		for orange text		***/
.orange{
	text-decoration : none;
	font-family:Arial, Helvetica, sans-serif; 
	color: #f79530;
	font-weight : 800;
	font-size : 11px;
}

/***		for small silver text		***/
.smallGray{
	text-decoration : none;
	font-family:Arial, Helvetica, sans-serif; 
	color: Gray;
	font-weight : 800;
	font-size : 9px;
}


/**** Header Styles

/***		white links			***/ 
.Hwhite		{
	text-decoration : none;
	color: FFFFFF;
	font-family:Arial, Helvetica, sans-serif; 
	font-weight : normal;
	font-size : 9px;
	line-height : 9px;
}




/***   TEXT STYLE ENDS HERE 	***/


/*** 		for the home page and services page boxes		***/
.BodyTable	  {
						font-size:11px;
						color:333399;
						font-family:Arial, Helvetica, sans-serif; 
						height: 20px;
						}
						
/***		for select menus		***/						
.SelectMenu	{
	font-size:11px;
	color:333399;
	font-family:Arial, Helvetica, sans-serif; 
	margin : 0px;
}

/***		for select menus		***/						
.TextBox{
	font-size:12px;
	color:333399;
	font-family:Arial, Helvetica, sans-serif; 
}

.togglelayer { visibility: hidden; display: none; }