@charset "utf-8";
/* 
	global_stylesheet.css
	
	Project: Proforma Capital Group
	
*/



/*------ global elements------*/ 

body {font:13px Helvetica, Arial, Verdana, sans-serif; color:#171717; line-height:22px;}

img{border:0;}

p{padding:0 0 12px 0; margin:0;}

hr{border:0; height:1px; background-color:#e3e0d6;}

.hr{border-top:1px solid #D4CFBC;}


/*------ typography ------*/

/* global links */
a:link,
a:visited{color:#9E7411; text-decoration:underline;}
a:hover,
a:active{color:#9E7411; text-decoration:none;} 

/* headings reset */
h1,h2,h3,h4,h5,h6 {padding:0; font-weight:bold;}

h1 {font-size:22px; margin-bottom:14px; color:#171717; text-transform:uppercase;}
h2 {font-size:16px; margin-bottom:8px; color:#9e7411;}
h3 {font-size:14px; margin-bottom:5px;}

.light{color:#9e7411 !important; font-weight:bold;}
.alternate{color:#777; font-size:13px;}
.remove{padding:0; margin:0;}
.disclaimer {color:#888; font-size: 9px; line-height:17px;}




