body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #B8CBBC;
	background-image: url(bg.png);
	background-repeat: repeat-x;
	background-position: top;
}

td {
	LINE-HEIGHT: 15px;
	TEXT-ALIGN: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

p	{
	margin-top: 4px;
	margin-left: 11px;
	margin-right: 20px;
}

li {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(arrow.gif);
}

a:link {
	color: #74B624;
	text-decoration: none;

}

a:visited {
	color: #74B624;
	text-decoration: underline;

}

a:hover {
	color: #FF6600;
	text-decoration: underline;

}

#under {
	TEXT-DECORATION: underline
}
a.menuitems:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	COLOR: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	padding: 3px 4px;
}
a.menuitems:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	padding: 3px 4px;
	text-decoration: none;

}
a.menuitems:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	COLOR: #333333;
	font-size: 10px;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 3px 4px;
}

a.menuitems:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	COLOR: #333333;
	font-size: 10px;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 3px 4px;
}

.text_box {
	color: #000000;
	margin: 5px 10px 10px;
}

.text_box_small {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10px;
	color: #000000;
	margin: 5px 10px 10px;
}

.news {
	COLOR: #004677;
	font-style: italic;
}
.title {
	font-WEIGHT: bold;
	font-SIZE: 14px;
	COLOR: #74B624;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

.p_title {
	font-WEIGHT: bold;
	font-SIZE: 12px;
	COLOR: #74B624;
	font-family: Arial, Helvetica, sans-serif;
}
.sub_title {
	font-WEIGHT: bold;
	font-SIZE: 11px;
	COLOR: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
}

.smallfont {
	font-family: Arial, Helvetica, sans-serif;
	color: #74B624;
	text-decoration: none;
	font-size: 10px;
}

.text_field {
	border-top: #d2d2d2 1px solid;
	border-right: #d2d2d2 1px solid;
	border-left: #d2d2d2 1px solid;
	border-bottom: #d2d2d2 1px solid;
	height: 18px
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.buttons {
	cursor: hand;
}

/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.mtDropdownMenu {
	overflow: hidden;
	position: absolute;
	left: -1000px;
	top: -1000px;
}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.mtDropdownMenu .content {
	position: absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.mtDropdownMenu .items {
	color: #FFFFFF;
	border: 1px solid #74B624;
	position: relative;
	z-index: 2;
	left: 0px;
	top: 0px;
	cursor: hand;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.mtDropdownMenu .background {
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 0px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.mtDropdownMenu .shadowRight {
	z-index: 3;
	position: absolute;
	width: 2px;
	top: 3px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.mtDropdownMenu .shadowBottom {
	z-index: 1;
	position: absolute;
	height: 2px;
	left: 3px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.mtDropdownMenu .hover {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.mtDropdownMenu .item img {
	margin-left:10px;
}
.m_divider {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.bground {
	background-image: url(bottombow.png);
	background-repeat: no-repeat;
	background-position: 150px 600px;
}
.exec_list {
	line-height: 20px;	
}
