	
		BODY
		{
			color: black;
			font-family: arial;
			background-color: white;
			background: white url(images/back3.gif) repeat-y fixed top right;
		}
		TD.OfficersTable 
		{ 
			background-color: Snow;
		 	border: 1px solid black; 
		}
		A.LinkButton
		{ 
			color: white;
			font-weight: bold;
			font-family: arial;
			font: 10px black bold arial;
			background-color: blue;
			text-decoration: none;
		 	border: 2px solid black; 
		}
		A.Link:hover
		{ 
			color: red;
			font-family: Arial;
			font-weight: bold;
			font-size: 12px;
			text-decoration: underline;
		}
		A.Link
		{ 
			color: black;
			font-family: Arial;
			font-weight: bold;
			font-size: 12px;
			text-decoration: none;
		}
		A.LinkButton:hover
		{ 
			color: white;
			font-weight: bold;
			font-family: arial;
			background-color: red;
			text-decoration: none;
		 	border: 2px solid black; 
		}
		A 
		{
			text-decoration: none;
			color: black;
			font-family: arial;
		}
		A:hover 
		{
			text-decoration: underline;
			color: red;
			font-family: arial;
		}
		.footer 
		{ 
			font-family: arial;
			font-size: 10px;
			background-color: SteelBlue;
			border: 2px solid black;  
			color: white;
		 }	
		 .leftNav
		 {
		 	background-color: LightSteelBlue; 
		 	border: 2px solid black;  
		}
		 .mainBody
		 {
		 	background-color: WhiteSmoke; 
		 	border: 2px solid black;  
		}
		
		.awardsHeader
		{  
			font-face: arial;
			font-size: 18px;
			font-weight: bold;
		}
		
		.award
		{  
			font-face: arial;
			font-size: 14px;
			font-weight: bold;
			align: left;
			text-decoration: underline;
		}
		
		.awardAge
		{  
			font-face: arial;
			font-size: 12px;
			font-weight: bold;
		}
		
		.awardItem
		{  
			font-face: arial;
			font-size: 12px;
			font-weight: normal;
		}
		
		.caption
		{  
			font-face: arial;
			font-size: 14px;
			font-weight: bold;
			background-color: LightSteelBlue;
		}
		
		.logoHeader
		{
			background-color: LightSteelBlue;
		}
		
		.links
		{
			font-face: arial;
			font-size: 12px;
			font-weight: normal;
		}
		
			
			
		