@CHARSET "UTF-8";

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul,
ol, li, dl, dt, dd, form, a, fieldset, th, td
{
	margin: 0; padding: 0; border: 0; outline: none;
	color: #1c3355;
	font-weight: normal;
	text-decoration: none;
}

h1, h1 a {
	font-size: 1.4em;
}

h2, h2 a {
	font-size: 1.3em;
}

h3, h3 a {
	font-size: 1.1em;
}

h4, h4 a {
	font-size: 1em;
}

h5, h5 a {
	font-size: 0.9em;
}

h6, h6 a {
	font-size: 0.8em;
}

div {
	font-size: 1em;
}

html {
	
	font-family: "Lucida Grande", Georgia, Calibri, “Lucida Sans Unicode”, sans-serif -p -t;
	/*Lucida Grande, “Lucida Sans”, Trebuchet MS, arial,sans-serif;*/
	font-size:90%;
	margin: 0;
	height: 100%;
	border: 0px #1E3457 solid;
}

body {
	border: 0px #1E3457 solid;
	height: 100%;
	text-align: center;
}

div {
	text-align: left;
}

a {
	color: #09264E;
	text-decoration: none;
}

a:hover {
	color: #09264E;
	text-decoration: underline;
}

p {
	font-size: 90%;
}

