*
{
}

html, body, form, fieldset
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

body
{
	background-color: #fef7e7;
	text-align: center;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address
{
        margin: 0;
        padding: 0;
}

h1
{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 5px;
	color: #e21f30;
}

h2
{
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #e21f30;
}
h3
{
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}

h4
{
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 5px;
}

a, 
a:link,
a:visited,
a:hover,
a:active
{
	color: #0053A0;
	text-decoration: underline;
}

p, ul, ol, dl, address
{
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 11px;
}


sup
{
	font-size:90%;
	margin: 0;
	padding: 0;
	line-height: 0;
	
}

ul, ol
{
	margin-left: 22px;
}

table
{
	margin: 0;
}

table tr
{
}

table tr td
{
	vertical-align: top;
}

img
{
	border: 0;
}
