<style type="text/css">

	/* Standard Links */
	a 						{ text-decoration: none;color: Gold; }
	a:hover 				{ text-decoration: none;color: Yellow; }
	a:link  				{ text-decoration: none;color: Gold; }
	a:active 				{ text-decoration: none;color: Khaki; }
	a:visited				{ text-decoration: none;color: Yellow; }
					
	/* Menu Item Links */
	.menuText 				{ font-family: "Arial, Helvetica, Sans Serif";	font-size: 11px;	color: #545454; }

	a.menuText 				{ color: #545454; text-decoration: none; }
	a.menuText:hover 		{ color: DarkOrange; text-decoration: underline; }
	a.menuText:link			{ color: #545454; text-decoration: none; }
	a.menuText:active 		{ color: #545454; text-decoration: underline; }
	a.menuText:visited		{ color: #545454; text-decoration: none; }
	
	/* Button Links */
	.buttonElement			{ font-family: "Arial, Helvetica, Sans Serif"; font-size: 12px; z-index: 0; clip:  rect(   ); font-weight: bold; padding-top: 1px; padding-right: 1px; padding-bottom: 1px; padding-left: 1px; 	 	border: 1px White solid; 	background-color: LightSlateGray;	color: White;	}	
	input.buttonElement		{ font-family: "Arial, Helvetica, Sans Serif"; font-size: 12px; z-index: 0; clip:  rect(   ); font-weight: bold; margin-top: 1px; margin-right: 1px; margin-bottom: 1px; margin-left: 1px; 	 	border: 1px White solid; 	background-color: LightSlateGray;	color: White;	}	

	a.buttonElement			{ color: White;	text-decoration: none; }
	a.buttonElement:hover 	{ color: White; 	text-decoration: underline; }
	a.buttonElement:link	{ color: White;	text-decoration: none; }
	a.buttonElement:active 	{ color: White; 	text-decoration: underline; }
	
	.bodyText,p				{ color: #ECF1F6;    		font-family: "Arial, Helvetica, Sans Serif"; font-size: 13px; }
	.bodyTextJustified		{ color: #ECF1F6;    		font-family: "Arial, Helvetica, Sans Serif"; font-size: 13px; text-align: justify; }
	.bodyTextSmall		 	{ color: #ECF1F6; 		font-family: "Arial, Helvetica, Sans Serif"; font-size: 12px; }
	.bodyTextInvert 		{ color: #000000; 		font-family: "Arial, Helvetica, Sans Serif"; font-size: 13px; }
	.bodyTextSmallInvert 	{ color: #000000; 		font-family: "Arial, Helvetica, Sans Serif"; font-size: 12px; }
	
	.headingText,h1			{ color: #ECF1F6;    		font-family: "Arial, Helvetica, Sans Serif"; font-size: 16px; font-weight: bold; }
	.headingTextSmall,h2	{ color: #ECF1F6;    		font-family: "Arial, Helvetica, Sans Serif"; font-size: 15px; font-weight: bold; }
	
	.errorText				{ color: Yellow;    	font-family: "Arial, Helvetica, Sans Serif";  font-size: 13px; } 	
	
	.formElement			{ color: DarkSlateGray; 		font-family: "Arial, Helvetica, Sans Serif"; font-size: 13px; clip:  rect(   )}	}	
	.formElementSmall		{ color: DarkSlateGray; 		font-family: "Arial, Helvetica, Sans Serif"; font-size: 12px;  clip:  rect(   )}	}
	
	hr						{ background-color: #ECF1F6; height: 1px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; 	padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px }
		
	.tableStyle 			{
	background-color: LightSlateGray;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	border: 1px #ECF1F6 solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ECF1F6;  
							}	

	.rowStyle 				{ background-color: ; }
	.rowLimited				{ height: px; overflow: hidden; }
		
	/* Style for tree item text */
	.t0i 					{ font-family: "Arial, Helvetica, Sans Serif";	font-size: 12px;	color: #545454;	padding-left: 0px;			text-decoration: none;}
	
	/* Style for tree item image */
	.t0im 					{ border: 0px;	width: 19px; height: 16px; }
	
	.innerBox				{ color: #ECF1F6; font-family: "Arial, Helvetica, Sans Serif"; font-size: 11px; }

.LoginBoxes {
	font-family: "Arial, Helvetica, Sans Serif";
	font-size: 11px;
	color: #545454;
	border: 1px solid #476583;
	width:60px;
}
.LoginText {

	font-family: "Arial, Helvetica, Sans Serif";
	font-size: 10px;
	color: #545454;
	padding-left: 8px;	
}
.LoginButton {
	font-family: "Arial, Helvetica, Sans Serif";
	font-size: 10px;
	color: #545454;
	margin-left: 38px;

}
			

</style>