/* Global Parameters  */

	body { background-color: #D76F08; }
	
	h1
		{ font-family: verdana, arial, helvetica; font-size: 10px; color: #D76F08; font-weight: bold; }

	h2
		{ font-family: verdana, arial, helvetica; font-size: 10px; color: #D76F08; font-weight: bold; }
    h3
        {  font-family: verdana, arial, helvetica; font-size: 10px; color: #D76F08; font-weight: bold; }


	ul, li, ol
		{ font-family: verdana, arial, helvetica; font-size: 12px; color: #FEDEBE; font-weight: normal; }
	
	
/* Document Links  */

	a:link, a:active
		{ font-family: verdana, arial, sans-serif; font-size: 12px; color: #FFCC00; text-decoration: underline; font-weight: normal; }
		
	a:hover
		{ font-family: verdana, arial, sans-serif; font-size: 12px; color: #FF6600; text-decoration: underline; font-weight: normal; }
		
	a:visited
		{ font-family: verdana, arial, sans-serif; font-size: 12px; color: #FFCC00; text-decoration: underline; font-weight: normal; }
				
		
	a.link-8pt:link, a.link-8pt:visited, a.link-8pt:active
		{ font-family: verdana, arial, sans-serif; font-size: 11px; color: #611D0B; text-decoration: underline; font-weight: normal; }
	a.link-8pt:hover
		{ font-family: verdana, arial, arial, sans-serif; font-size: 11px; color: #841C00; text-decoration: underline; font-weight: normal; }
		
	a.link-8ptwhite:link, a.link-8ptwhite:visited, a.link-8ptwhite:active
		{ font-family: verdana, arial, sans-serif; font-size: 11px; color: #FFFFFF; text-decoration: none; font-weight: normal; }
	a.link-8ptwhite:hover
		{ font-family: verdana, arial, sans-serif; font-size: 11px; color: #FF6600; text-decoration: none; font-weight: normal; }
		
	


/* Document Fonts  */

			
	.texts-8ptwhite
		{ font-family: verdana, arial, sans-serif; font-size: 11px; color: #FFFFFF; text-decoration: none; font-weight: bold; }
		
	.texts-8pt
		{ font-family: verdana, arial, sans-serif; font-size: 11px; color: #F6BD85; text-decoration: none; font-weight: normal; }
		
	.texts-8pt2
		{ font-family: arial, verdana, sans-serif; font-size: 12px; color: #000000; text-decoration: none; font-weight: normal; }
		
	.texts-10ptwhite
		{ font-family: verdana, arial, sans-serif; font-size: 12px; color: #FFFFFF; text-decoration: none; font-weight: bold; }
		
	.texts-10ptbrown
		{ font-family: verdana, arial, sans-serif; font-size: 12px; color: #A72A08; text-decoration: none; font-weight: bold; }
		

		
			
/* Document Tables  */

		
	.table-brown 
		{ background-color: #841C00; }
		
	.table-contentbrown 
		{ background-color: #491203; font-family: verdana, arial, helvetica; font-size: 12px; color: #F6BD85;}
		
	.table-content 
		{ background-color: #491203; font-family: verdana, arial, helvetica; font-size: 11px; color: #F6BD85; text-align: justify; padding-left:10px; padding-right:10px; padding-top:12px; padding-bottom:10px;}
		
	.table-content10pt 
		{ background-color: #491203; font-family: verdana, arial, helvetica; font-size: 12px; color: #F6BD85; text-align: justify; padding-left:30px; padding-right:30px; padding-top:66px; padding-bottom:26px;}
	

			
.MainContent table {
	background-color: #FDF3E9;
	width:100%;
	border:1px solid #841C00;
	border-collapse:collapse;
	padding:0px;	
	margin:0px 0px 50px 0px;
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	color: #660000;

	}
.MainContent table tr td {
	text-align:left;
	padding:4px;
	margin:0px;
	}
.MainContent table tr.cty {
	background-color:#B65555;
	font-weight:bold;
	color: #FFFFFF;
	}
.MainContent table tr.cat {
	background-color:#EFB983;
	font-weight:bold;
	color: #FFFFCC;
	}
.MainContent table tr.cty td {
	text-align:center;
	}
.MainContent table tr td.td1,
.MainContent table tr td.td3 {
	width:10%;
	text-align:center;
	}
.MainContent table tr td.td4 {
	width:10%;
	text-align:center;
	}
		
