body {
	font-family: Arial,Verdana,Tahoma;
	background-attachment: scroll;
	background-color: #CCCCCC;
}

h1,h2,h3,h4,h5,h6 {
	color: #333333;
	font-size: 22px;
	font-weight: bold;
	font-family: Tahoma;
	line-height: 32px;
}

h4 {
    color: #cc0033 !important;
    display: inline-block;
    float: none;
    font-size: 18px;
    padding: 0px 15px;
    text-shadow: 0 1px #FFFFFF;
    margin: 15px 30px 0;
}

h5 {
    color: #FC830E!important;
    display: inline-block;
    float: none;
    font-size: 20px;
    padding: 0px 15px;
    text-shadow: 0 1px #FFFFFF;
    margin: 15px 30px 0;
}

.blue {
	color: blue;
	font-size: 36px;
	line-height: 42px;
}

#box {
	width: 860px;
	box-shadow: 0 0 2px #AAAAAA;
	border: 1px solid #999999;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}
#content {
    text-align: center;
	width: 860px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 5px;
}

#cover {
	float: left;
	padding-left: 30px;
}

#arrow {
	float: right;
	width: 350px;
	font-size: 14px;
	padding-right: 40px;
}

#titles {
    clear: both;
    padding-top: 10px;
}

.red_titles {
	font-family: Tahoma;
	color: #F10000;
	font-weight: bold;
	font-size: 16px;
	margin: -10px;
	padding-right: 10px;
	padding-left: 10px;
}

.form_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	font-size: 14px;
	margin: -10px;
}


#hlist {
	color: #333333;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: normal;
	text-align: center;
	padding: 10px;
	width: 760px;
	border: 2px none #ACACAC;
}

#hlist1 {
	color: #333333;
	font-size: 12pt;
	font-weight: normal;
	letter-spacing: normal;
	text-align: justify;
	padding: 20px;
	width: auto;
	border: 2px none #ACACAC;
	line-height: 26px;
}

#sub_box {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #EFF4F8;
	border: 2px dashed #999999;
	padding: 15px;
	width: 800px;
	
}

#box_content {
	float: left;
	width: 380px;
	text-align: left;
}

#box_form {
	float: right;
	width: 340px;
	text-align: center;
}

ul.lists li {
	float: none;
	height: auto;
	margin-bottom: 0 !important;
	margin-left: 0;
	padding-bottom: 2px !important;
	padding-left: 2px !important;
	padding-top: 4px;
	text-align: left;
	width: auto;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../images/list1.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
	line-height: 26px;
	font-weight: normal;
}

ul.lists1 li {
	overflow:hidden;
	float: none;
	height: auto;
	margin-bottom: 0 !important;
	margin-left: 0;
	padding-bottom: 2px !important;
	padding-left: 2px !important;
	padding-top: 0px;
	text-align: left;
	width: auto;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../images/list1.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
	line-height: 26px;
	font-weight: normal;
}

#button {
	/* Legacy browsers */ 
	background: #58789E url("gradient-bg.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* Recent browsers */
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#839DBB),
		to(#58789E)
	);
	background: -webkit-linear-gradient(
		top,
		#839DBB,
		#58789E
	);
	background: -moz-linear-gradient(
		top,
		#839DBB,
		#58789E
	);
	background: -o-linear-gradient(
		top,
		#839DBB,
		#58789E
	);
	background: linear-gradient(
		top,
		#839DBB,
		#58789E
	);

    
    border: 1px solid;
    border-color: #839DBB #555555 #444444 #839DBB;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 1px #999999;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
    margin: 10px 7px 0;
    padding: 4px 13px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(55, 55, 55, 0.2);
    cursor: pointer;
}


#button:hover {
    opacity: 0.9;
}

.subscribeinput {
    border: 1px solid #666666;
    color: #666666;
    font-size: 14px;
    margin: 0;
    padding: 5px;
	width: 240px;
	height: 34px;
}

.style1 a{color:#666666;text-decoration:none;}
.style1 a:hover{color:#666666;text-decoration:underline;}
		
.style1 {
	font-family: Tahoma;
	font-size: 15px;
	color: #666666;
}