@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5b798e;
	text-align: center;

	margin: 16px 0px 8px 0px;

	background-color: #1d3240;
	background-image: url(../images/template/body_background.jpg);
	background-repeat: repeat-x;
}

table {
	font-size: 11px;
}

td, th {
	vertical-align: top;
}

p {
	line-height: 1.5em;
	margin: 0px 0px 16px 0px;
}

h1, h2, h3 {
	color: #426279;
	margin: 0px 0px 4px 0px;
}

h1 {
	font-size: 21px;
	font-weight: normal;
}

h2 {
	font-size: 17px;
}

h3 {
	font-size: 11px;
}

img {
	border: none;
	vertical-align: bottom;
}

a {
	color: #5b798e;
}

a:hover {
	color: #365062;
}

ul li {
	list-style: none;
	line-height: 1.5em;
}

ol li {
	line-height: 1.5em;
}