body {
	background-color: #336633;
}

table {
	font-size: 13px;
	line-height: 18px;
	font-family: verdana,arial;
	color: #000000;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.divider {
	border-top: 1px #000000 solid;
}

.nav {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	font-family: verdana,arial;
	background-color: #000000;
	color: #DDDD66;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}

.nav a {
	color: #DDDD66;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
}
.nav a:hover {
	text-decoration: underline;
}	

.nav a.selected {
	color: #DDDDDD;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
}

.nav a.selected:hover {
	text-decoration: underline;
}

.error {
	color: #BB0000;
	font-weight: bold;
	text-align: center;
}

.overflow {
/*	text-align: justify; */
	padding: 5px;
   	left:50px;
   	top:108px;
   	width: 306px;

   	padding: 3px; 
   	background-color: #AADDAA;
   	border: 1px #000000 solid;
   	overflow:auto;    
  	scrollbar-face-color: #ceffce;
   	scrollbar-face-color: #C8F8E1;
   	scrollbar-darkshadow-color: ffffff;
   	scrollbar-shadow-color: ffffff;
   	scrollbar-arrow-color: #35AC62;
   	scrollbar-highlight-color: ffffff;
   	scrollbar-3dlight-color: ffffff;
   	scrollbar-track-color: #ffffff;
} 

/* PAGE TITLE */
.pt {
	text-align: center; 
	font-weight: bold; 
	font-size: 14px;
}

.text {
	font-size: 12px;
	line-height: 16px;
	font-family: verdana,arial;
	color: #000000;
}

table.text {
	background-color: #AADDAA;
	border: 1px #000000 solid;
}

.button {
	border: 1px #000000 solid;
	background-color: #EEEEBB;
	color: #000000;
	font-weight: bold;
	padding: 5px;
	cursor: pointer;
}

/* main table */
.mt {
	width: 600px;
	background-color: #000000;
	border: 0px;
}

/* Meeting Table */
.met {
	width: 100%;
	font-size: 12px;
	font-family: verdana,arial;
	color: #000000;
	border: 1px #000000 solid;
}

/* Meeting Label */
.ml {
	width: 100px;
	font-weight: bold;
	background-color: #EEEEBB;
	border-right: 1px #000000 solid;	
	padding-left: 5px;	
	text-align: right;
	vertical-align: top;
}

/* Meeting Info */
.mi {
	background-color: #DDDDDD;
	padding-left: 3px;
}

/* Directory Table */
.dt {
	width: 100%;
	font-size: 12px;
	font-family: verdana,arial;
	color: #000000;
	border: 1px #000000 solid;
}

/* Directory Label */
.dl {
	width: 10%;
	font-weight: bold;
	background-color: #EEEEBB;
	border-right: 1px #000000 solid;
	padding-left: 5px;
	text-align: right;
	vertical-align: top;
}

/* Directory Info */
.di {
	background-color: #DDDDDD;
	padding-left: 3px;
}

/* Field Label */
.fl {
	width: 10%;
	font-size: 12px;
	font-weight: bold;
	font-family: verdana,arial;
	color: #000000;
	text-align: right;
	padding: 5px;
}

/* Info Block Div Tag 1*/
div.ib1 {
	padding-top: 2px;
}

div.ib1 fieldset {
	position: relative;
	margin:0;
	padding: 0.5em;
	border: 1px #000000 solid;
	background-color: #AADDAA;
	font-size: 12px;
	font-family: Verdana, Arial;
}

/* Fieldset Legend*/
fieldset legend {
	position: absolute;
	top: -1em;
	padding: 2px 7px 2px 7px;
	margin: 0;
	border: 1px #000000 solid;
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial;
}

/* REQUIRED FIELD */
.required {
	color: #BB0000;
}
