body
{
	margin: 10;
	padding: 0;
	font-family: Georgia,Times,serif;
	font-size: 12px;
	text-align: center;
	color: #333;
	background-color: #858585;
	background-image: url("../graphics/bg_body.jpg");
	background-repeat: repeat-x;
	background-attachment: fixed;
}

h1
{
	margin: 0;
	padding: 0.5em 0 0.5em 0;
	font-size: 1.8em;
	line-height: 1.2em;
	color: #C30;
	border-top: 1px solid #000;
	border-bottom: 3px solid #000;
}

h2
{
	margin: 1.4em 0 0.7em 0;
	padding: 0.5em 0 0.5em 0;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.2em;
	color: #C30;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

h3
{
	margin: 0;
	padding: 0.5em 0 0 0;
	font-size: 1.2em;
	line-height: 1em;
	color: #C30;
}

h4
{
	margin: 0;
	padding: 0.5em 0 0 0;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1em;
}

table
{
	width: 100%;
	border-collapse: collapse;
}

th
{
	padding: 0.3em 0 0.3em 0;
	font-weight: bold;
	text-align: left;
	background-color: #F9F9F9;
}

td
{
	line-height: 1.2em;
	vertical-align: top;
}

p
{
	padding: 0 1.2em 0 1.2em;
	line-height: 1.2em;
}

a
{
	font-weight: bold;
	text-decoration: underline;
	color: #369;
}

a:hover
{
	text-decoration: none;
	color: #369;
}

ul
{
	list-style-image: url("../graphics/list_bullet.gif");
}

dt
{
	margin: 1.2em 0 0 0;
	font-weight: bold;
}

dd
{
	font-style: italic;
}

img
{
	border: none;
}