@charset "utf-8";
/* 
	global_stylesheet.css
	
	Project: Project Name
	
*/



/*------ global elements------*/ 

body {font:12px Helvetica, Arial, Verdana, sans-serif; color:#222;}

img{border:0;}

p{padding:0 0 15px 0; line-height:18px; margin:0; }

ul, ol {padding:0; line-height:18px; margin-left: 30px; margin-bottom: 10px;}

/*------ typography ------*/

/* global links */
a {color:#770d29; text-decoration: none;}
a:hover {text-decoration: underline; }

/* headings reset */
h1,h2,h3,h4,h5,h6 {padding:0; margin-top:10px; font-weight:normal;}

h1 {font-size:24px; margin-bottom: 10px; color:#20476b;}
h2 {font-size:14px; margin-bottom: 10px; color:#20476b;}
h3 {font-size:12px; margin-bottom: 8px; color:#666;}
h4 {font-size:10px; margin-bottom: 6px; color:#aaa; font-weight:bold;}
h5 {font-size:16px; margin-bottom: 10px; color:#770d29;}

hr {width:100%; height:0px; border: 0px; border-top: 1px solid #CCC;}

.alternate { font-size: 10px; color:#AAA; }
