/* CSS Document */
/* chlctemp1.css */
/*********************************/ 

body{
	font-family: Arial,san-serif;
	color:#333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
} 
a:link, a:visited, a:hover {
	text-decoration:none;
	color: #006699;
}
a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered link */
.style1 {
	font-family: Arial, sans-serif;
	font-weight: bold;
}
.style2 {
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #009900;
}
.style3 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.style4 {color: #FFFFFF}
.style5 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	}
.style 6 {
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #009900;
	}
.style 7 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.style 8 {
	color: #FFFFFF;
}

.style9 {color: #33CC00}
.style10 {
	color: #999999;
	font-family:Arial, sans-serif;
	font-weight: normal;
	font-size: 10px
}



div#flashContainer1 {
width:900px;
height:150PX;
position:relative; /*This won't change its position*/
}

div#flashContainer1 object,
div#flashContainer1 img {
width:900px;
height:150px;
position:absolute;
top:0; /*0px from top of container */
left:0; /*0px from left of container */
}	

div#flashContainer1 object {
z-index:100; /*large to make sure it appears on top */
}

div#flashContainer1 img {
z-index:1; /*small to make sure it does not appear on top */
}


