/* CSS Document */



/* WEBBASE ONLINE DOC STYLE */

body {
	
	padding: 0px;
	margin: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FBF7F0;
	
	}

.left_nav
	{ 
		position:relative;
		z-index:1;
		background-color:#FBF7F0;
	}
	
.top_nav
	{
		font-family: Arial, Helvetica, sans-serif;
		text-align:right;
		height:10px;
		right:10px;
		top:20px;
		position:absolute;
		z-index:2;		
		vertical-align:text-bottom;
		padding-left:200px;
		color:#E06F15;	
							
	}		
	
.top_nav a
	{
		font-size:14px;
		color:#E06F15;		
		
	}

.top_nav a:link
	{

		text-decoration:none;	


		
	}	

.top_nav a:hover
	{

		background-color:#F4B493;
		color:#E06F15;

	}	
	
.top_nav a:visited
	{

		color:#E06F15;
		text-decoration:none;	

	}	
	
.thebody 
	{
	position:relative;
	z-index:2;
	width: 95%;
	top:20px;
	min-width:1000px;
	
	margin-left: auto;
    margin-right: auto;
    
	


	background-color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;	
	padding-bottom:10px;
	}

/* IE Min Width FIX, KEEP SAME AS min-width for .thebody (above) */
.rule {
	width:800px;	
	margin:1em 0;

}

		
.line {
	background-color:#E06F15;
	left:50px;
	height:2px;
	width:100%;
}

.pageheader
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:18px;
		color:#632829;
		text-decoration:none;	
		vertical-align:text-bottom;
		border-bottom-color:#993366
	}


.documenttype
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #E06F15;
	background-color: ;
	margin: 0px;
	} 

.document
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	}
	
.document a:link  
	{								
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	color: #3366CC;
	background-color: ;
	margin: 0px;
	}
	 
.document a:link:hover  
    {								
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	color: #3366CC;
	background-color: #99CCFF;
	margin: 0px;
	} 
	
.document a:visited  
	{								
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	color: #3366CC;
	background-color: ;
	margin: 0px;
	} 
	
.documenttitle
   {
	font-weight: bold;
	font-style: normal;
	font-size:10pt;
	color: #632829;
	background-color: ;
	margin: 0px;	
   }
   
.documentdescription
	{	  	
	font-size: 8pt;	
	}  

.bodytext
	{	  	
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;	
	}  
	 
	 
.verysmall
	{	  	
	font-size: 1pt;	
	} 

.searchtitle  
	{
	font-family: Arial, Helvetica, sans-serif;
						font-size: 16px;
						font-weight: bold;
						font-style: normal;
						text-decoration: none;
						color: #E06F15;
						background-color: ;
						margin: 0px;
	} 	
	
.button
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	}
	
.button a:link  
	{								
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	color: #3366CC;
	background-color: ;
	margin: 0px;
	}
	 
.button a:link:hover  
    {								
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	color: #3366CC;
	background-color: #99CCFF;
	margin: 0px;
	} 
	
.button a:visited  
	{								
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	color: #3366CC;
	background-color: ;
	margin: 0px;
	} 	
	
.alert
{
font-family : Arial;
font-size	: 8pt;
color		: red;
font-weight		: bold;
}

.largerednote
{
font-family : Arial;
font-size	: 12pt;
color		: red;
font-weight		: bold;
}

/* WEBBASE ONLINE DOC STYLE */


