

.style1 {color: #FFFFFF}
.style2 {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style3 {color: #FFFFFF; font-weight: bold; }
.style4 {
	color: #000000;
	font-size: 16;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.style6 {color: #000000}
.style7 {color: #333333}
.style8 {color: #FE0000}


#main {
	border:2px solid #FF9900;
}


#VerticalStripe1 {	
	background-color: #FF9900;
}

/*named layers */

#LayerResult {
	position:absolute;
	left:177px;
	top:279px;
	width:584px;
	height:351px;
	/*background:green;*/
}


#Layerhome{
	position:absolute;
	left:176px;
	top:116px;
	width:584px;	
	z-index:9;
	/*border:1px solid blue;*/
	height:155xp;
}

#Layerhome-txt {
	position:relative;
	width:570px;
	height:135px;
	overflow:auto;
	text-align:left;
	color:black;
	/*border:1px solid red;*/
}



/* background tricks */

.stripebg {
	background-image: url(../images/holidays-backgr.jpg);
	height:20px;
	font-weight:bold;
}

.stripebg-left {
	background-image: url(../images/holidays-backgr.jpg);
	height:20px;
	text-align:left;
	padding-left:50px;
	font-weight:bold;
}

.hl {
background:#C2FF71;
}

.ll {
background:#FFC271;
}
