/* CSS Document */

html {
	overflow-x: hidden;
	overflow-y: auto;
}
body { 
	margin-top: 0px; 
	margin-left: 20px;
	float: center;
	background:#FFFFFF
}

.h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15.06px; 
		font-weight: bold;
		color: #999999; 	
}


.h2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13.25px; 
		font-weight: bold;
		color: #999999; 
		text-transform: uppercase;		
}

.title {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px; 
		font-weight:normal;
		color: #000000; 
		text-transform: uppercase;
}



h3 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px; 
		font-weight:normal;
		color: #909090; 
		line-height: 1.60;	
}


h4 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px; 
		font-weight:normal;
		color: #909090; 	
}

p  {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px; 
		font-weight:normal;
		color: #000000; 	
}

.description  {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px; 
		font-weight:normal;
		color: #000000; 
		line-height: 1.3em;	
}

.navdescription  {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px; 
		font-weight:normal;
		color: #000000; 
		line-height: 1.3em;	
}

.navdescription a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
     color: #000000;
	 text-decoration: underline; 

     }

.navdescription a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
     color: #000000;
	 text-decoration:underline; 

     }

.navdescription a:hover {
     color: #999999;
	 text-decoration:underline; 
     }

.navdescription a:active {
     color: #000000;
	 text-decoration:underline; 
	}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
     color: #000000;
	 text-decoration: underline; 

     }

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
     color: #000000;
	 text-decoration:underline; 

     }

a:hover {
     color: #999999;
	 text-decoration:underline; 
     }

a:active {
     color: #000000;
	 text-decoration:underline; 
	}