body{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
#header {
	background-color: #3C3B3C;
	background-image: url(../images/logo.gif);
	background-position: 15px top;
	background-repeat: no-repeat;
	height: 90px;
	font-size:44px;
	color: #EFEFEF;
	padding-top: 20px;
	padding-left: 250px;
	margin: 0px;
}


.headertable{
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #333;
	background-color: #E6E6E6;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	
}

.headertable2 {
	font-size: 15px;
	color: #000000;
	background-color:#DFEEDD;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}

.subrow {
	font-size: 14px;
	color: #000000;
	background-color:#E7E6F0;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}


a {
	text-decoration: underline;
	color:#000;
}

h1 {
	font-size:26px;
	color: #000000;
	margin: 2px;
}

h2 {
	font-size:22px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin-left: 4px;
}

h3 {
	font-size:18px;
	font-weight:bold;
	margin-left: 4px;
}

img {
	border:0px;
}

#commenting{
	border: 1px solid #139a68;
	padding: 10px;
	margin:3px;
	float: left;
	width: 100%;
	background-image: url(../images/blq_green.png);
}

p {
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 4px;
}

table{
	width: 100%;
	border: 1px dashed #CCC;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}

table td{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	font-size: 14px;
	
}
table td p{
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 18px;
}
#generaltext {
	color: #666;
	font-size: 14px;
	line-height: 22px;
}
#generaltext a{
	color: #096;
	font-size: 14px;
}
ol{
	display: block;
	background-color: #FFC;
}
li{
	color: #063;
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 5px;
}
.gogreen{
	color: #139A68;
}
.horse{
	color: #F60;
	font-weight: bold;
}
