body {
	font-size			: .75em;
	line-height         : 1.8em;
}

 * {
	font-family         : Verdana, Arial;
	padding				: 0px;
	margin				: 0px;
}


h1 {
	font-weight         : normal;
	font-family			: Times New Roman;
	font-size			: 1.8em;
	color				: #00692A;
	padding				: 0px 0px 15px 0px;
	position            : relative;
}

h2 {
	font-family			: Times New Roman;
	font-size			: 1.6em;
	color				: #00692A;
	padding				: 0px 0px 10px 0px;
}

h3 {
	font-family			: Times New Roman;
	font-size			: 1.4em;
	color				: #00692A;
	padding				: 0px 0px 5px 0px;
}

ul {
	margin              : 2px 10px 5px 20px;
	list-style-image	: url(../images/list_img.gif);
}

a {
	text-decoration		: underline;
	color				: #00692A;
}

a:hover {
	color				: #D63E30;
}

#content ul ul {
	font-size           : 1em;
}

#content hr {
	color				: #00692A;
	height				: 1px;
}

table {
	border				: 1px #00692A solid;
	margin				: 0px 0px 5px 0px;
}

table td {
	padding				: 12px 5px 5px 8px;
	vertical-align		: top;
}


#content .content a img{
/*	border				: 1px #3B3B3B solid;*/
}

li a img { border: 0px; }

