/* CSS Document */

.main {
		font-family: helvetica, arial, sans-serif;
		font-size: 10pt;
		color:#CCCCCC;
		line-height: 1.4;

		}

.heading {
		font-family: helvetica, arial, sans-serif;
		font-size: 10pt;
		font-weight: bold;	
		color: #C6B88B
		}

.heading2 {
		font-family: helvetica, arial, sans-serif;
		font-size: 12pt;
		color: #FEB737
		}		


.small {
			font-size: 8pt;
		  }		

a:link { 	
	text-decoration: underline;
	color: #ffffff;
	}
a:visited {
	text-decoration: underline;
	color: #FFFFCC;
	}
a:hover { 
	text-decoration: underline;
	color: #FFCC00;	
	}
a:active { 
	text-decoration: underline;
	color: #FFCC00;	
	} 















