body {
	background-color: #C8DCE7;
	margin: 0;
	background-image: url(../../images/interface/body_bg.jpg);
	background-repeat: repeat-x;
	}

body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	vertical-align: top;
	line-height: 150%;
	}

a:link {
	color: #666666;
	text-decoration: underline;
	}
	a:hover {
		color: #000000;
		text-decoration: underline;
		}
	a:active {
		color: #666666;
		text-decoration: underline;
		}
	a:visited {
		color: #666666;
		text-decoration: underline;
		}
	a:visited:hover {
		color: #000000;
		text-decoration: underline;
		}

ul {
	list-style-image: url(/images/bullet.gif);
	margin-top: 5px;

	}

form {
	margin: 0px;
	}
h1 {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, sans-serif;
	font-size: 24px;
	color: #999999;
	font-weight: bold;
	line-height: 50%;

	}

h2 {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, sans-serif;
	line-height: 90%;
	font-size: 20px;
	color: #CC0000;
	font-weight: bold;
	padding: 0px;
	margin: 5px 0px;
	}

p {
	margin-top: 0px;
	margin-bottom: 20px;
	}
li {
	margin-bottom: 5px;
	}
	li li {
		margin: 0px;
		font-size: 9px;
		}
h4 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
