/* This is the basic style sheet */


/*This is used body copy*/
	body{padding: 1em; background-color: #FFFFFF; font-family: arial, helvetica, sans-serif;color: black;/*align: justify;*/}
  

	a{text-decoration: none;}


/*This is used for navigational links*/
	a:hover{text-decoration: underline;}


/*This is used for first level headlines*/
	h1{font-family: bookman old style, helvetica, sans-sarif;color: #6666CC;font-size: 14pt;}
  

/*This is used for second level headlines*/
	h2{font-family: bookman old style, helvetica, sans-sarif;color: black;font-size: 12pt;}


/*This is used for links on top and bottom of every page*/
	.menu1{color: black;padding: 5px;}


/*This is the main navigation bar used thoughout website*/
	.menu2{font-family: bookman old style, helvetica, sans-sarif;color: #ffffff;font-size: 12pt;padding: 20px;}


/*This is used on the table 2nd from bottom*/
	.menu3{font-family: bookman old style, helvetica, sans-sarif;color: #ffffff;font-size: 12pt;padding: 20px;}


/*This is used on the left menu*/
	.menu_left{
		font-family: arial, bookman old style, helvetica, sans-sarif;
		color: #ffffff;
		font-size: 12px;
		line-height: 2;
	}


	.page_content{
		font-family: bookman old style, helvetica, sans-sarif;
	}
	
	.font_10{font-size: 10px;}
	.font_11{font-size: 11px;}
	.font_12{font-size: 12px;}
	.font_14{font-size: 14px;}
	.font_16{font-size: 16px;}
	.font_18{font-size: 18px;}
	.font_20{font-size: 20px;}
	.font_22{font-size: 22px;}
	.font_24{font-size: 24px;}
	.font_26{font-size: 26px;}