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



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

table,
body {font:12px "Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#333; line-height: 18px;}

img{border:0; -ms-interpolation-mode:bicubic;}

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

ul, ol{padding:0 0 15px 0; margin:0 0 0 60px;}

hr{border:0; height:1px; background:#ccc; padding:0; margin:0 0 15px 0;}


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

/* global links */
a:link,
a:visited{color:#ccc; text-decoration:none; color: #2467ae;}
a:hover,
a:active{color:#ccc; text-decoration:none; color: #008068; color: #458ad3; text-decoration: none;} 
/* headings reset */
h1,h2,h3,h4,h5,h6 {padding:0; font-weight:normal;}

h1 {font-size:22px; margin-bottom:20px; margin-top: 20px; color: #90bf51;}
h2 {font-size:16px; font-weight: bold; margin-bottom:20px; margin-top: 5px; color:#90bf51;}
h3 {font-size:14px; margin-bottom:15px; color: #afd779;}
h4 {font-size:14px; margin-bottom:6px;}
h5 {font-size:12px; margin-bottom:5px;}
h6 {font-size:11px; margin-bottom:4px;}




