body {
	margin: 0;
	padding: 0;
	background: #92C83E;
}

img {
	border: 0;
}

br.clearfloat {
	clear: both;
	font-size: 1px;
	height: 0;
	line-height: 0;
}

td {
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}

p, div, li, address {
	font-size: 14px;
}

	p.small {
		font-size: 12px;
	}
	
		p.small a {
			text-decoration: none;
		}
	
	
address {
	font-style: normal;
	margin-bottom: 15px;
}

h1 {
	font-size: 28px;
	color: #fff;
}

h2 {
	font-size: 20px;
	color: #fff;
}

hr {
	border: none;
	border-bottom: solid 1px #000;
	clear: both;
	height: 1px;
}

a {
	color: #000000;
}

a:hover {
//	text-decoration: none;
	color: #FFFFFF;
}
ul {
	padding: 0 0 0 20px;
	margin: 14px 0 14px 20px;
}
ul ul{
	margin-top: 0;
	margin-left: 0;
	list-style: none;
}

ul li{
	margin-bottom: 4px;
}

a.black-link {color: #000000; border-bottom: 1px dashed #000000;cursor: pointer;}
a.black-link:hover {color: #ffffff; border-bottom-color:#ffffff;}
.table_pad {padding-bottom: 5px;}

