body {
	background-color: #FFFFFF;
	margin: 0px;
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
.mainmenu {
}
.mbutton {
	background-image: url(images/mbuton.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 13px;
	padding-bottom: 8px;
}
.mbutton a, .mbutton a:hover, .mbutton a:visited, .mbutton a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.lmenu {
	background-color: #F9F8FA;
	background-repeat: no-repeat;
	background-position: left bottom;

}
.rmenu {
	background-color: #F9F8FA;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.smenuspacer {
	background-color: #F8F9FC;
	background-image: url(images/smenuspacer.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 1px;
}
.footer {
	background-image: url(images/footerbg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #675180;
	font-size: 11px;
}
.footer a {
	color: #675180;
	text-decoration: none
}
.legal {
	font-size: 10px;
	text-transform: none;
	color: #675180;
	line-height: 15px;
}
.legal a {
	color: #675180;
	text-decoration: none;
}
.login {
	font-size: 8px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000000;
	line-height: 15px;
	font-weight: bold;
	padding-left:10px;
}
.menu{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #675180;
	font-weight: bold;
}
.menu a {
	color: #675180;
	text-decoration: none;
}
.input_field {
	height: 20px;
	width: 130px;
	border: 1px solid #cccccc;
	color: #666666;
	font-size: 12px;
}
.input_area {
	width: 108px;
	border: 1px solid #cccccc;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.input_pln {
	border: 1px solid #cccccc;
	color: #666666;
	font-size: 12px;
}
.headerl{
	background-image: url(images/header_l.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.headerc{
	background-repeat: no-repeat;
	background-position: center;
}
.list{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 2px 5px 2px 5px;
 }

.list a, list a:hover, .list a:active, list a:visited{
	color: #675180;
	font-weight: bold;
	text-decoration: none
}


.empty{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #CC0000;
 }


h3 {
	color: #675180;
	font-size: 16px;
	margin: 0px 0px 5px;
}

hr {
	height: 1px;
	color: #C5C5DC;
	margin: 5px 0px 5px 0px;
}

.login_details{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #675180;
	font-weight: bold;
	padding-left:10px;
}

.menuDiv {
	padding-right: 12px;
}
.menuDivHeader {
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #675180;
	font-weight: bold;
	cursor: pointer;
}
.menuButBlank{
	margin-right: 6px;
}
.menuButPlus {
	background-image: url(images/menplus.gif);
	margin-right: 6px;
}
.menuButMinus {
	background-image: url(images/menminus.gif);
	margin-right: 6px;
	cursor: pointer;
}
.menuMarker {
	margin-right: 0px;
	cursor: pointer;
}
.subLinks, .subLinks a, .subLinks a:visited, .subLinks a:hover{
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 8px;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #675180;
	text-decoration: none
}

.showIt {
	display: block;
}
.hideIt {
	display: none;
}
.expBlank   { 
	display: none;
}
.expBlank2 { 
	display: none;
}
.expandIt { 
	background-image: url(images/expall.gif); 
	cursor: pointer; 
	display: block;
	background-repeat: no-repeat
}
.expandIt2 {
	background-image: url(images/closeall.gif);
	cursor: pointer;
	display: block;
	background-repeat: no-repeat
}
.controlP {
	margin-top: 0px; 
	margin-bottom: 0px;
}

.preview{
	position:absolute;
	z-index:1;
	background-color: #F8F9FC;
	layer-background-color: #000000;
	border: 1px solid #535389;
	top: 204;
	visibility: hidden;
}
