/* base styles */
/* reset */

html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, ins, kbd, q, s, samp,
small, strike, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details,  
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;
	font-family: Calibri,Arial,Verdana,sans-serif;
}

h6#h01 {
	color: #CC0000; 
	font-weight: bolder;
}

h1 { color: #CC0000; font-weight: bolder}
h2 { color: #0000CC; font-weight: bold}
h4 { color: #CC0000; font-weight: bolder}

h2,h3,h5,h6 {font-weight: strong}
h3,h5,h6,p,strong  { color: #000000; }h6 { font-weight: bolder; }
h1,h2,h3,h4,h5,h6 { font-family: Calibri,Arial,Verdana,sans-serif; }
h1 		{ line-height: 40px; }
h2 		{ line-height: 25px; }
h3 		{ line-height: 21px; }
h4 		{ line-height: 25px; }
h5	 	{ line-height: 16px; }
h6 		{ line-height: 21px; }

h1,h2,h3,h4,h5,h6 { 	margin-top: 12px;
						margin-bottom: 12px; 
						margin-left: 50px;
						margin-right: 50px}
					
h1 { font-size: 38px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 24px; }
h5 { font-size: 14px; }
h6 { font-size: 20px; }

h1,h2,h3,h4,h5 {
	text-align: center;
	}	
	
	
p { font-family: Calibri,Arial,Verdana,sans-serif;
	font-size: 20px; }
p {	margin-top:10px;
	margin-bottom:10px;
	line-height: 22px;
	margin-left: 50px;
	margin-right: 50px;
						}
