body, table, td, tr, th, p, h1, h2, h3, h4, h5, h6, h7 {
	padding: 0;
	margin: 0;
	font-family: "Calibri", "Verdana";
	font-size: 13pt;
	color: #1A4769;
}

body {
	background: #34A8FF;
}

input, select, textarea {
	font-family: "Calibri", "Verdana";
	border: 1px solid #E0E5E8;
	background: #F7F7F7;
}

input:hover, select:hover, textarea:hover {
	font-family: "Calibri", "Verdana";
	border: 1px solid #C0C4C6;
	background: #F7F7F7;
}

#container {
	margin: 0px auto; /* align center */
	width: 700px;
	border: 0px solid #FFFFFF;
	overflow: hidden;
}

a, a:active, a:visited {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
}

#content a, #content a:active, #content a:visited {
	color: #2FA6FF;
	font-weight: bold;
}

#footer a, #footer a:active, #footer a:visited {
	color: #FFFFFF;
}

a img {
	border: 0;
}

img {
	border: 0px;
}

#header {
	
}

#header h1 {
	font-size: 36pt;
	font-style: italic;
	color: #FFFFFF;
	position: relative;
	top: 15px;
	left: 20px;
}

#header h2 {
	font-size: 24pt;
	font-style: italic;
	color: #1A4769;
	position: relative;
	top: -84px;
	left: 380px;
}

#header h3 {
	font-size: 24pt;
	font-style: italic;
	color: #1A4769;
	position: relative;
	top: -42px;
	left: 240px;
}

#header h4 {
	font-size: 12pt;
	font-style: italic;
	color: #CBE6FA;
	position: relative;
	top: -108px;
	left: 20px;
}

#content {
	background-color: #FFFFFF;
	padding: 8px;
	position: relative;
	top: -90px;
}

#content p {
	text-align: justify;
}

#content h1 {
	font-size: 24pt;
	font-style: italic;
	color: #1A4769;
}

#content h2 {
	font-size: 18pt;
	font-style: italic;
	color: #1A4769;
}

#footer {
	font-size: 10pt;
	position: relative;
	top: -80px;
	text-align: center;
}