	a:link.footLink {
	 	font-family:"Arial"; font-size:10px; color:#606366; text-decoration:none; }
	a:hover.footLink {
	 	font-family:"Arial"; font-size:10px; color:#606366; text-decoration:underline; }
	a:active.footLink {
	 	font-family:"Arial"; font-size:10px; color:#606366; text-decoration:none; }
	a:visited.footLink {
	 	font-family:"Arial"; font-size:10px; color:#606366; text-decoration:none; }


	a:link.headlink {
	 	text-decoration:underline; font-family:"Arial"; font-size:10px; color:#8D9296; }
	a:hover.headlink {
	 	text-decoration:none; font-family:"Arial"; font-size:10px; color:#233F55; }
	a:visited.headlink {
		text-decoration:underline; font-family:"Arial"; font-size:10px; color:#8D9296; }
	a:active.headlink {
		text-decoration:underline; font-family:"Arial"; font-size:10px; color:#8D9296; }


	a:link.blueLink {
		text-decoration:underline; font-family:"Arial"; font-size:11px; color:#055EB8; font-weight:bold; }
	a:hover.blueLink {
		text-decoration:none; font-family:"Arial"; font-size:11px; color:#055EB8; font-weight:bold; }
	a:visited.blueLink {
		text-decoration:underline; font-family:"Arial"; font-size:11px; color:#055EB8; font-weight:bold; }
	a:active.blueLink {
		text-decoration:underline; font-family:"Arial"; font-size:11px; color:#055EB8; font-weight:bold; }


	a:link.innerlink
	 {text-decoration:none; font-family:"Arial"; font-size:11px; color:#2F3C53; font-weight:bold; }
	a:hover.innerlink
	 {text-decoration:underline; font-family:"Arial"; font-size:11px; color:#2F3C53; font-weight:bold; }
	a:visited.innerlink
	 {text-decoration:none; font-family:"Arial"; font-size:11px; color:#2F3C53; font-weight:bold; }
	a:active.innerlink
	 {text-decoration:none; font-family:"Arial"; font-size:11px; color:#2F3C53; font-weight:bold; }


	a:link.homelink
	 {text-decoration:none; font-family:"Arial"; font-size:10px; color:#2F3C53; font-weight:bold; }
	a:hover.homelink
	 {text-decoration:underline; font-family:"Arial"; font-size:10px; color:#2F3C53; font-weight:bold; }
	a:visited.homelink
	 {text-decoration:none; font-family:"Arial"; font-size:10px; color:#2F3C53; font-weight:bold; }
	a:active.homelink
	 {text-decoration:none; font-family:"Arial"; font-size:10px; color:#2F3C53; font-weight:bold; }


	a:link
	 {
	 	text-decoration:none;
		font-family:"Arial";
		font-size:12px;
		color:#555555;
		font-weight:bold;
	 }
	 
	a:visited
	 {
	 	text-decoration:none;
		font-family:"Arial";
		font-size:12px;
		color:#555555;
		font-weight:bold;
	 }

	a:hover
	 {
	 	text-decoration:underline;
		font-family:"Arial";
		font-size:12px;
		color:#DF0000;
		font-weight:bold;
	 }
	 
	a:active
	 {
	 	text-decoration:none;
		font-family:"Arial";
		font-size:12px;
		color:#555555;
		font-weight:bold;
	 }

	.homeText {
		font-family:"Arial";
		color:#6F7887;
		font-size:10px;
	}
	
	.innerText {
		font-family:"Arial";
		color:#000000;
		font-size:11px;
	}
	
	.innerHeads {
		font-family:"Arial";
		color:#df0000;
		font-size:11px;
		font-weight:bold;
	}
	
	input {
	
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: 000000;
		background-color: #F7F7FC;
		border: 1px solid #CFD3D4;
		height:inherit;
		line-height:normal;
		width:auto;
		
	}
	
	textarea {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: 000000;
		background-color: #F7F7FC;
		border: 1px solid #CFD3D4;
		height:inherit;
		line-height:normal;
		width:auto;
		scrollbar-face-color: DCDED0;
		scrollbar-track-color: F0F2E6;
		scrollbar-arrow-color: 1C6280;
		scrollbar-3dlight-color: f0f0f0;
		scrollbar-highlight-color: 1c6280;
		scrollbar-darkshadow-color: f0f2e6;

		
	}
		
		
