/*** HTML TAGS ***/
body, html { 
	width:						auto;  
	font-family:				Arial, Helvetica, sans-serif; 
	font-size:					12px; 
	letter-spacing:				0px;
	margin:						10 0 0 0; 
	scrollbar-arrow-color:		#464646; 
	scrollbar-face-color:		#F7B91F; 
	scrollbar-track-color:		#f0f1f1;
}
 
/*** CLASSES ***/
.holder { width:684px; margin-left:16px; margin-right:16px; }

#title { margin:0px; font-size:24px; color:#FFF; text-align:left; }
	
#text { width:350px; height:178px; max-height:276px; overflow-y:auto; line-height:14px; text-align:justify; padding-right:10px; }

#text2 { width:505px; height:275px; max-height:276px; overflow-y:auto; line-height:14px; text-align:justify; padding-right:10px; }

.rightImg { width:100%;	vertical-align:top;	text-align:right; }

.leftImg { vertical-align:bottom; text-align:left; }

.email{
	color:	#99A133;
	text-decoration:	none;
	}
	
.email:hover{
	color:	#99A133;
	text-decoration:	underline;
	}
