@charset "utf-8";
/* 
	global_stylesheet.css
	
	Project: PowerRich Corporation
	
*/



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

body {font:12px Helvetica, Arial, sans-serif; color:#333; line-height:17px;}

img{border:0;}

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

ul.list{margin-bottom:15px; list-style:none; font-weight:bold;}
ul.reg{font-weight:normal;}
ul.list li{padding:3px 0 3px 12px; background:url(../images/bullet.png) -4px 3px no-repeat;}


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

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

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

h1 {font-size:18px; margin-bottom:10px; color:#8db53c;}
h2 {font-size:14px; margin-bottom:5px; color:#618538;}
h3 {font-size:12px; margin-bottom:3px; padding:0 0 0 12px; background:url(../images/bullet.png) -4px 0 no-repeat;}

/* alternate text */
.alternate{font-size:11px; font-style:italic;}

