@charset "UTF-8";


html, body
			{
				width: 100%; height: 100%; margin: 0; padding: 0; background-color: #EEEEEE; 
			}
			
		body, td, div, a
			{
				font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #777777; text-decoration: none;
			}
			
		#content1
			{
				/*background-image: url(images/cnt_background_01.gif); background-repeat: repeat-x;*/ background-color: #EEEEEE;
			}
			
		#content2
			{
				/*background-image: url(images/cnt_background_02.gif); background-repeat: repeat-x; */background-color: #F5F5F5;
			}
			
		#nav 
			{
				margin: 0 auto; width: 800px; height: 40px; background: #ccc; clear: both; background-image: url(../images/nav_background_01.gif); background-repeat: repeat-x; 
			}
			
		#nav ul 
			{
				margin: 0; padding: 0; font-size: 9px; font-weight: bold; list-style: none; line-height: 40px;
			}
		
		#nav li 
			{
				float: left;
			}
		
		#nav li a 
			{ 
				padding: 0px 20px 0px 20px; line-height: 40px; display: block; color: #C0C0C0; text-decoration: none; text-align: center;
			}
		
		#nav ul li a
			{
				background-image: url(images/nav_background_01.gif); background-repeat: repeat-x;
			}
		#nav ul li a:hover 
			{
				color: #C0C0C0; background: #000; background-image: url(../images/nav_background_02.gif); background-repeat: repeat-x;
			}
		
		li#seperator
			{
				width: 2px; padding: 0px 0px 0px 0px;
			}
			
		.navlink
			{
				font-size: 9px;
			}
			
	.sectiontitle
			{
				font-size: 18px; font-weight: bold; color: #d31212;
			}	
			
		.subsectiontitle
			{
				font-size: 10px; font-weight: bold; color: #d31212;
			}	
			
		.subsectionlink
			{
				font-size: 10px; font-weight: bold; color: #777777;
			}	
			
		.subsectionlink:hover
			{
				text-decoration: underline;
			}
			
		.subsectiongenlink
			{
				font-size: 10px; color: #777777; text-decoration: underline;
			}
			
		.subsectiongenlink:hover
			{
				color: #D31212;
			}	
			
			
		.subsectionactivelink
			{
				font-size: 10px; font-weight: bold; color: #d31212;
			}	
			
		.subsectionactivelink:hover
			{
				text-decoration: underline;
			}
				
		
		.subsectioncontent
			{
				font-size: 10px; color: #888888; text-align: justify;
			}	
			
		.genericcontent
			{	
				font-size: 12px; text-align: justify;
			}
			
		.emphasizedcontent
			{
				font-size: 12px; color: #CC0000;
			}
			
		.panelimage
			{
				border: 3px solid #C4C4C4;
			}
			
		.closelink
			{
				font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #990000; text-decoration: none;
			}
			
		.genericlink
			{
				color: #CC0000; font-weight: bold; text-decoration: none;
			}
			
		.genericlink:hover
			{
				text-decoration: underline;
			}
			
		.contentlink
			{
				font-size: 12px; color: #CC0000; text-decoration: none;
			}
			
		.contentlink:hover
			{
				text-decoration: underline;
			}
		
		.fwimage
			{
				border: solid 3px #CCCCCC;
			}
		
		.formlabel
			{
				color: #777777; font-weight: bold; text-decoration: none;
			}
			
		.forminput	
			{
				font-family: Arial, Helvetica, sans-serif;  color: #777777; width: 115px; border: solid 1px #C0C0C0;
			}
		
		.footercontent, .footerlink
			{
				font-size: 9px; font-weight: bold; color: #C0C0C0;
			}
						
		.footerlink:hover
			{
				text-decoration: underline;
			}