<style type="text/css">
	<!--
/* FSL APPLICATION (common throughout the FSL) */	
			
	/* LINK styles */	
	a:link{color: 1c5ba2; text-decoration: none;} /*royal blue*/
	a:visited{color: 1c5ba2; text-decoration: none;} /*royal blue*/
	a:hover{color: 1c5ba2; text-decoration: underline;} /*royal blue*/
	
	/* DEFAULT text */
	.default {font-size: 12px; font-family: verdana, arial, helvetica, sans-serif;}
	.captiontxt{font-size: 10px; font-family: verdana, arial, helvetica, sans-serif;color:1c5ba2}
	/* INPUT buttons */
	.FrmSlct {
		font-family: verdana, arial, helvetica, sans-serif;
    	font-size: 11px;
		font-weight: normal;
		color: #000000;
		background: #ffffff;
}	 

	.FrmInput {
		font-family: verdana, arial, helvetica, sans-serif;
    	font-size: 12px;
		font-weight: normal;
		color: #000000;
		background: #ffffff;
}


.FrmSbmt {
		font-family: verdana, arial, helvetica, sans-serif;
    	font-size: 11px;
		font-weight: normal;
		color: #000000;
}	

	

	
/* EDIT PAGES */			
	
	.noticetxt{color:993300;font-size:10px; font-family: verdana, arial, helvetica, sans-serif;}
	.edit_sectiontop {
		font-family: verdana, arial, helvetica, sans-serif;
     	font-size: 13px;
     	font-weight: bold;
	 	color: ffffff;
	 	background: #999999;
	 	border-top: 5px solid #ffffff;
	 	border-bottom: 5px solid #ffffff;
}

	.edit_sectionsubtop {
		font-family: verdana, arial, helvetica, sans-serif;
    	font-size: 10px;
		font-weight: bold;
		color: 000000;
	 	background: #cccccc;
	 	border-bottom: 1px solid #ffffff;
}
	.edit_firstcol {
		font-family: verdana, arial, helvetica, sans-serif;
    	font-size: 10px;
		font-weight: bold;
		color: 000000;
		text-align: right;
		background: #cccccc;
		border-right: 5px solid #ffffff;
		padding-right:8px;
		padding-left:3px;
		padding-top:5px;
		padding-bottom:5px;
}

	.edit_secondcol {
		font-family: verdana, arial, helvetica, sans-serif;
    	font-size: 11px;
		font-weight: normal;
		color: 000000;
		background: #eeeeee;
		padding-right:10px;
		padding-left:10px;
		padding-top:5px;
		padding-bottom:5px;
}

	.edit_sectionbtm {
		background: #999999;
	 	border-top: 5px solid #ffffff;
	 	border-bottom: 5px solid #ffffff;
	 	height:40px;
		vertical-align:middle;
}	 

	.editFrmSbmt {
		font-family: verdana, arial, helvetica, sans-serif;
    	font-size: 9px;
		font-weight: normal;
		color: #ffffff;
		background-color:black;
		cursor:pointer;
		cursor:hand;
}



	-->
</style>	


