.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #868686;

}
.legalinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #B6B6B6;
	text-decoration: none;

}
a:link {
	text-decoration: none;

}
a:visited {
	text-decoration: none;

}
a:hover {
	color: #e60000;
}

body {
	background : #ffffff;
	scrollbar-face-color: #f2f2f2;
	scrolbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #e5e5e5;
	scrollbar-3dlight-color: #e5e5e5;
	scrollbar-arrow-color: #999999;
	scrollbar-track-color: #fbfbfb;
	scrollbar-darkshadow-color: #e5e5e5;
	overflow: auto;
}

.rightmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #CE0000;
	text-decoration: none;
}
.linktext {
	font-size: 8pt;
	color: #e60000;
}
.menutext {
	font-size: 8pt;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.menutext2 {

	font-size: 8pt;
	font-weight: normal;
	color: #969696;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


//New

body {
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#ffffff;
	BACKGROUND-POSITION: left top;
	background-repeat: repeat-x;
    scrollbar-arrow-color: #cccccc; scrollbar-track-color: #ffffff; 
	scrollbar-face-color: #ffffff; scrollbar-highlight-color: #cccccc; 
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff; scrollbar-shadow-color: #cccccc;
}

.content01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;

}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

.content02 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333
}

.bullet1 {
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-position: outside;
}

.formtxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	text-decoration: underline;
}

/* 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 */
.mcDropdownMenu {
	position:absolute;
	overflow:hidden;
	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 */
.mcDropdownMenu .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 */
.mcDropdownMenu .items {
	position:relative;
	left:0px; top:0px;
	border:1px solid #CCCCCC;
	z-index:2;
	}

.mcDropdownMenu.top .items {
	border-top:none;
	}

/* each TR.item is one menu item */
.mcDropdownMenu .item {
    color:#4A4B4B;
    font-size:10px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;
	}

/* 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 */
.mcDropdownMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.8;
	filter:alpha(opacity=85);
	}

/* 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 */
.mcDropdownMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.2;
	filter:alpha(opacity=20);
	}

/* 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 */
.mcDropdownMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.2;
	filter:alpha(opacity=20);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.mcDropdownMenu .item.hover {
	background:#f4f4f4;
		color:#446495;
	}

/* 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 */
.mcDropdownMenu .item img {
	margin-left:10px;
	}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
