.imenu a:link,.imenu a:active,.imenu a:visited{
	color: white;
	font-weight: bold;
	cursor: hand;
	font-family: Comic Sans MS,JasmineUPC,IrisUPC;
	font-size: 140%;
}
.imenu a:hover{
	color: red;
	font-weight: bold;
	cursor: hand;
	font-family: Comic Sans MS,JasmineUPC,IrisUPC;
	font-size: 140%;
}
/*=========== Start basic a href =============*/
a:link,a:active,a:visited{
	color: blue;
	font-weight: normal;
	cursor: hand;
	font-family: Tahoma;
	font-size: 100%;
}

a:hover{
	color: red;
	font-weight: normal;
	cursor: hand;
	font-family: Tahoma;
	font-size: 100%;
}
/*=========== End basic a href =============*/
.statusmessage {
	position:absolute;
	border-color: #F32B14;
	background-color: #FEF8D6;
	font-size: 14px;
	font-family: "Times New Roman";
	font-weight: bold;
	FILTER:alpha(opacity=70);
	moz-opacity: 0.7;
	opacity: 0.7;
}
.statusmessage TD{
	border-width: 0 0 0 0;
	color: #E76814;
}

