.topcolor {
 background-color:#FFE8CC;  //FF8C00
}
.menuborder {
background-color:#666666;
}
.softgrey {
background-color:#e6e6e6;
}

.menunavi {
	background-color:rgb(230,230,230);
	border-width:1px;
	border-color:rgb(230,230,230);
	border-style:solid;
	cursor:hand;
	}	

.menutext {
	font-size:11px;
	line-height:14px;
	color:rgb(0,0,0);
	font-family:Tahoma, Arial;
	}

a.menutext:link {
	text-decoration:none;
	color:rgb(0,0,0);
	}
a.menutext:visited {
	text-decoration:none;
	color:rgb(0,0,0);
	}
a.menutext:active {
	text-decoration:none;
	color:rgb(0,0,0);
	}
a.menutext:hover {
	text-decoration:none;
	color:rgb(0,0,0);
	}


.headertext {  font-family: tahoma, arial, helvetica, sans-serif; font-size: 14px; line-height: 18px; font-weight: bold}

.titletext {  font-family: Tahoma, Arial; font-size: 14px; line-height: 16px}

.maintext {  font-family: Tahoma, Arial; font-size: 11px; line-height: 14px}

a.maintext:link {
	text-decoration:underline;
	color:rgb(0,0,0);
	}
a.maintext:visited {
	text-decoration:underline;
	color:rgb(0,0,0);
	}
a.maintext:active {
	text-decoration:underline;
	color:rgb(0,0,0);
	}
a.maintext:hover {
	text-decoration:underline;
	color:rgb(0,0,0);
	}

