@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	color: #616161;

	background-image:url(../images/template/body_background.gif);
}

table {
	font-size: 11px;
}

td, th {
	vertical-align: top;
}

h1 {
	margin: 2px 0px 16px 0px;
}

h1 {
	font-family: "Century Gothic";
	font-weight: normal;
	font-size: 17px;
}

h2 {
	font-family: "Century Gothic";
	font-size: 13px;
}

h3 {
	font-size: 11px;
}

p {
	line-height: 1.6em;
}

ul li {
	list-style: square;
	padding: 2px 0px 2px 0px;
}

a {
	font-weight: bold;
	color: #145695;
}

a:hover {
	color: #073868;
}