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


/*
font-family: 'Alegreya', serif;
font-family: 'Dancing Script', cursive;
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*------ global elements------*/ 
html, *{line-height: 14px;}
body {font:12px Lucida Grande, Lucida Sans Unicode, Arial, sans-serif; color:#333;}

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

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

ul, ol{padding:0 0 10px 0; margin:0 0 0 40px;}

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


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

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

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

h1 {font-size:24px; line-height: 18px; margin-bottom:15px; color:#0054a4; font-weight: 700; font-family: Alegreya, Times New Roman, serif}
h2 {font-size:18px; line-height: 18px; margin-bottom:15px; font-weight: bold;}
h3 {font-size:14px; line-height: 18px; color:#333333; font-weight: 700; margin-bottom:10px;}
h4 {font-size:14px; margin-bottom:6px;}
h5 {font-size:20px; margin-bottom:6px; line-height: 18px; margin-bottom: 10px; font-weight: 700; font-family: Alegreya, Times New Roman, serif; color:#0054A4;}

small{color:#999; font-size: 12px; font-family: Alegreya, serif; font-variant: small-caps;}




