
 /* Eric Meyer's CSS Reset */
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%;

	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-type:circle;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
	
}
ul {font-family:Calibri;font-size:15px; line-height:17px; list-style-type:disc; margin-left:50px;}
ul2 {font-family:Calibri;font-size:15px; line-height:17px; list-style-type:disc; margin-left:50px;}

h1 {font-family:Lucida Sans; font-size:15px;}
h2 {font-family:Lucida Sans;font-size:20px;color:#FFFFFF;}
h3 {font-family:Lucida Sans;font-size:15px;color:#000000;}
h4 {font-family:Calibri;font-size:25px;color:#000000;}
h5{font-family:Calibri; text-decoration:none; font-size:15px; line-height:20px;}
h6{font-family:Calibri; text-decoration:underline; font-size:15px; line-height:20px;}



a {text-decoration:none;font-family:Calibri; font-size:15px; color:#e58920; line-height:17px;}
p {font-family:Calibri; font-size:15px; color:black; line-height:17px;}
br {font-size:12px}

a:link {color:#aaaaaa;}      /* unvisited link */
  a:hover {color:#878787;}  /* mouse over link */
 a:active {color:#AA0037;}  /* selected link */ 



