	
	/* body styles including scrollbars, bg color, and margins */
	body	{		MARGIN:8px;
					PADDING:0px;
					MARGIN-TOP:20;
					line-height:15px;
					BACKGROUND-COLOR:#FFFFFF;}
					
td,div,p	{	    COLOR:#091F5B; 
					FONT-FAMILY:Verdana, Arial, Helvetica, sans-serif; 
					FONT-SIZE:10px;
					FONT-WEIGHT: NORMAL } /* default text class */
					
.header  {	        COLOR:#FD1912; 
					FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
					FONT-SIZE:10px;
					line-height:15px; 
					FONT-WEIGHT: Normal } /* all quotes */
					
.header2  {	        COLOR:#091F5B; 
					FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
					FONT-SIZE:10px;
					line-height:15px; 
					FONT-WEIGHT: Normal } /* all quote attributes */
	
	/* default link settings */
	a			{	COLOR: #091F5B;
	                FONT-WEIGHT: normal;
					TEXT-DECORATION: underline;}	
	a:hover		{	COLOR: #00539F;
	                FONT-WEIGHT: normal;
					TEXT-DECORATION: none;}
					
	/* used for unordered lists, mainly on admin page */
	ul			{ margin: 5px 0px 0px 10px; padding:0px 0px 0px 16px; } 
	li			{ margin: 0px 0px 0px 0px; padding:0px 20px 5px 0px; line-height:15px; }
	
	
	/* square box style, used in personal links section of the SearchBar */
	.sbarbox	{	BACKGROUND-COLOR: #DBE1E5;FONT-SIZE:9px;width:23px;height:23px; }
	
	
	/* form button style */
	.fbutton	{	BACKGROUND-COLOR: #FFFFFF;  
					COLOR: #003366; 
					PADDING:1px;
					margin-bottom: 2px;
					FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
					FONT-SIZE: 11px;
					BORDER: 0px; }
	
	/* form textarea style */
	.ftext		{	BACKGROUND-COLOR: #FFFFFF;  
					COLOR: #24211D; 
					FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
					FONT-SIZE: 10px;
					OVERFLOW: auto; }
	
	/* form input field style */
	.fstandard	{	BACKGROUND-COLOR: #FFFFFF;  
					COLOR: #003366; 
					FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
					FONT-SIZE: 10px; }

	/* font settings */
	body { COLOR:#333333; 
					FONT-FAMILY:Verdana, Arial, Helvetica, sans-serif; 
					FONT-SIZE:10px;  } 
					
					
h1, h2, h3 {
		margin: 0px;
	    padding: 0px;
		COLOR:#091F5B; 
		FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif; 
		FONT-WEIGHT: BOLD}
		
		
.featureheadline { font-family:arial, helvetica, sans-serif; 
                   font-size:16px; 
				   line-height:20px; 
				   FONT-WEIGHT: Normal; 
				   color: #003366}
				   
.fstandardbold {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color: #003366; font-weight: bold}
.fstandardboldcross {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; text-decoration: line-through; font-weight: bold}
.biography {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; line-height: normal; color: #FFFFFF}
.biographygray {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; font-weight: normal; color: #666666}

hr {
	border-top: thin solid #A5ACB2;
	border-right: thin none #A5ACB2;
	border-bottom: thin none #A5ACB2;
	border-left: thin none #A5ACB2;
	height: 1px;
}

