body {
	background-color:#009900;
	color:white;
	text-align:center;
	background-attachment: fixed;
	background-image: url(assets/Back.jpg);
	background-repeat: repeat;
}
#list {list-style-image: url("assets/gavel.gif"); vertical-align:text-top}
.title {
	vertical-align:top;
	text-align:left;
	font-weight:bold;
	font-size:24px;
	text-decoration: underline overline;
}

.address1 {
	vertical-align:bottom;
	text-align:left;
	font-weight: bold;
}
.advertise {
	text-align:center;
	font-weight: bold;
}

.address2 {
	vertical-align:bottom;
	text-align:right;
	font-weight: bold;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #F79708;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #F79708;
	text-decoration: underline;
	font-weight: bold;
}
.disclose {
	font-weight: bold;
}

.cform {
	width: 500px;
	font-family: arial;
}
.cform_td {
	padding:4px;
	font-size:12px;
}
.cform p {
	padding:4px;
}
.cform label {
	padding:4px;
}
label {
	width: 100px;
}
.required {
 font-weight:bold;
}
.required_star {
 font-weight:bold;
 color:#F00;
}
.not-required {
 font-weight:normal
}
