@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;

	margin: 8px 0px 0px 0px;
	
	background-color: #570002;
	background-image:url(../images/template/body_background.gif);
	background-repeat:repeat-y;
	background-position: center;
}

p {
	line-height: 1.5em;
	margin: 4px 0px 16px 0px;
}

h1 {
	font-family: "Century Gothic";
	font-weight: normal;
	font-size: 17px;
	color: #570002;

	padding: 0px 0px 0px 16px;
	margin: 0px 0px 4px 0px;

	background-image:url(../images/template/h1_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

h2 {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #570002;
}

h3 {
	font-size: 11px;
}

a {
	color: #570002;
}


ul li {
	line-height: 1.5em;
	list-style: square;
}

table { font-size: 11px }
th, td { vertical-align: top }
img { border: none; vertical-align: bottom }