html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
pre, a, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
}

table, tr, th, td, img, a img, fieldset {
    border: 0px;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

table, td, th {
    vertical-align: middle;
	text-align: center;
}

:focus {
    outline: none;
}
html, body {
	min-height: 100%;
    _height: 100%;
	height: 100%;
}

body {
    background: url(../../../images/site/bg_03.jpg) repeat top left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #363636;
    font-weight: normal;
    line-height: 14px;
    text-align: center;
	position: relative;
}
.page {
	width: 100%;
	text-align: center;
}
a {
    color: #0072bc;
    text-decoration: underline;
}
p
{
	margin-bottom: 16px;
}
a:hover {
    text-decoration: none;
}
h1
{
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #363636;
}
h2
{
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 15px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	color: #6d6d6d;
}
h3
{
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 18px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	color: #363636;
}
h4
{
	font-size:14px;
	line-height: 16px;
	margin-bottom: 6px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h5
{
	font-size:12px;
	line-height: 14px;
	margin-bottom: 6px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #898989;
}
.clear
{
	height: 1px;
	overflow: hidden;
	//zoom: 1;
	clear: both;
}

ol
{
	display: block;
	padding: 10px 0px 20px 30px;
	list-style-position: outside;
}
ol li
{
	
}

