*
{
}

html, body, form, fieldset
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

body
{
	background-image: url(../images/bg-body.gif);
	background-repeat: repeat-x;
	background-color: #080e82;
	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: 12px;
}

h1.img
{
	margin: 0;
}

h2
{
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

h2.img
{
	margin: 0;
}

h2.img-partner
{
	margin: 0; float:left; padding-right: 10px; padding-bottom: 10px;
}

h3
{
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 8px;
}
h3.img
{
	margin: 0;
}

h1 a, 
h1 a:link,
h1 a:visited,
h1 a:active
{
	color: #000;
	text-decoration: none;
}
h1 a:hover
{
	text-decoration: underline;
}

h2 a, 
h2 a:link,
h2 a:visited,
h2 a:active
{
	color: #000;
	text-decoration: none;
}
h2 a:hover
{
	text-decoration: underline;
}

h3 a, 
h3 a:link,
h3 a:visited,
h3 a:active
{
	color: #000;
	text-decoration: none;
}
h3 a:hover
{
	text-decoration: underline;
}
a, 
a:link,
a:visited,
a:hover,
a:active
{
	color: #0053A0;
	text-decoration: underline;
}

p, ul, ol, dl
{
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 11px;
}

ul, ol
{
	margin-left: 22px;
}

table
{
	margin: 0;
}

table tr
{
}

table tr td
{
	vertical-align: top;
}

hr
{
color: #e3f3f9;
background-color: #e3f3f9;
padding-bottom: 0; 
margin-bottom: 10px; 
margin-top: 0px;
}
