ul {
	display:block;
	margin-top:0px;
	margin-left:17px;
}

div.members {
	font-family: verdana, arial;
	font-size: 11px;
}

div.members .title {
	color:#D38C3D;
	font-family: Georgia, Times;
	font-size:13px;
	font-weight: bold;
	margin-bottom: 4px;
}

div.members .rev_title {
	color:#FFFFFF;
	font-family: Georgia, Times;
	font-size:13px;
	font-weight: bold;
	margin-bottom: 4px;
}

p {
	margin: 10px, 0, 0, 0;
}

.label {
	font-size:13px;
}

h2 {
	font-size:12px;
	color:#336600;
	margin: 10px, 0, 6px, 0;
}

h3 {
	font-size:15px;
	color:#336600;
	margin: 10px, 0, 6px, 0;
}


.board h1 {
	font-family: georgia;
	font-size:20px;
	color:#006; 
	margin:0px;
}

.board h2 {
	font-family: georgia;
	font-size:14px;
	color:#006; 
	margin:0px;
}

.board h3 {
	font-family: verdana, arial;
	font-size:12px;
	color:#111; 
	margin:0px;
	display:inline;
}


div.content {
	color:#555;
	font-size:11px;
	font-family: verdana, arial;
	margin: 10px, 0, 6px, 0;
}

div.content .date {
	color: #CC6600;
}

div.content a, div.members a {
	color: #CC6600;
	font-weight:bold;
	text-decoration:none;
}

div.content a:hover, div.members a:hover  {
	color: #CC6600;
	font-weight:bold;
	text-decoration:underline;
}

.menu, .menu a {
	font-family: Georgia, Times;
	font-size:12px;
	font-weight: bold;
	margin: 3px, 0, 3px, 0;
	color: #ffffff;
	text-decoration: none;
}

.menu a:hover {
	text-decoration: underline;
	color: #ffffcc;
}

.req {
	color:#c00;
}

th { 
	text-align:left;
	font-family: arial, verdana;
	font-size:12px;
}


/*	form -----------------------------------------------------------------  */

div.row {
	clear: both;
	padding-top: 2px;
}

div.row span.label {
	float: left;
	width: 100px;
	text-align: right;
	font-size: 12px;
}

div.row span.formw {
	float: right;
	width: 400px;
	text-align: left;
}

div.row span.formempty {
	text-align: left;
	padding-left: 8px;
}

div.row span.formw .box {
	border-top: 1px solid $ddd;
	border-left: 1px solid $ddd;
	border-bottom: 1px solid $ddd;
	border-right: 1px solid $ddd;
	font-size: 12px;
	width: 200px;
	height:18px;
}

div.row span.formw .button {
	border-top: 1px solid $ddd;
	border-left: 1px solid $ddd;
	border-bottom: 1px solid $ddd;
	border-right: 1px solid $ddd;
	background-color: #E6E6E6;
}


