/* ADD CSS Document */

.style1 {color: #CCCCCC;}
.style2 {font-weight: bold;}
.style3 {color: #FF3300;}

#main_cover{
background-image:url(images/addbackimage.gif);
background-repeat:no-repeat;
height:90px;
}


h1.add_text{
	font-size:10px;
	font-weight:600;
	margin:4px 0;
	text-align:right;
	color:#FFFFFF;
	z-index:1000;
	height:10px;
	width:800px;
	background-color:#000099;
}

p.add_text{
	color:#000066;
	font-size:10px;
	margin:0;
	text-align:center;
}


div.add_text2{
	font-size:10px;
	color: #FF3300;
	margin-top:10px;
	line-height: 11pt;
}



