html {
	font-size: 62.5%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, img, th, td, a {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
}

caption, th, td {
	text-align: left;
	vertical-align:baseline;
}

q:before,q:after {
	content:'';
	}
abbr,acronym { border: 0;
	}
	
	ul, li, ol {
		list-style-type: none;
	}
	
	/* end reset */
	/* begin global */

a:visited {
	text-decoration: none;
	color: #2876a6;
}
	
body {
	background-color: #eceade;
	color: #000000;
	margin: 0 auto;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}

em {
font-style: italic;
font-weight: inherit;
}

strong {
font-style: inherit;
font-weight: bold;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}


.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

.clear {
	clear: both;
}

.flushRight {
	float: right;
	margin: auto 0 auto 10px;
}

.flushLeft {
	float: left;
	margin: auto 10px auto 0;
}
div.center {
	display: block;
	margin: 0 auto;
}

.blockCenter {
	display: block;
	margin: 0 auto;
	float: left;
}
.skipToContent {
	position: absolute;
	left: 0;
	top: -3000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

ol li{
	list-style-type: decimal;
}

ul li{
	list-style-type: disc;
}
