
#content {
	background-image: url(content_bg2.png);
	background-position: top center;
	background-repeat: repeat-y;
	padding: 0 px 20 px;
	width: 860 px;
	position: relative;
	z-index: 0;
}

#content4 {
	background-image: url(content_bg4a.png);
	background-position: top center;
	background-repeat: repeat-y;
	padding: 0 px 20 px;
	width: 710 px;
	position: relative;
	z-index: 0;
}


#special { color: #ffffff; background: transparent; text-decoration: none; font-weight:bold; font-size:20px;}
#special:visited { color: #ffffff; font-weight:bold; font-size:20px;}
#special:hover { color: #000000; text-decoration: underline; font-weight:bold; font-size:20px;}

H1 {
	font: bold 30px arial,helvetica,sans-serif;
	color:white;
}

H2 {
	font: bold 22px arial,helvetica,sans-serif;
	color:white;
}

H3 {
	font:  20px arial,helvetica,sans-serif;
	color:white;
}

H4 {
	font:  bold 24px arial,helvetica,sans-serif;
	color:black;
	margin-bottom: 5px;
}

.important{
	font:  bold 28px arial,helvetica,sans-serif;
	color:navy;
	text-align:center;

}

#fbborder {
	width:700px;
	margin: 0 auto;
	border-style:solid;
	background-color: white;
	border-color: #ec1b17;
	border-width:15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 20px;
	 behavior: url('border-radius.htc');
	 border-radius: 20px;
	-moz-box-shadow: 0 0 10px 10px black;
	-webkit-box-shadow: 0 0 5px 5px black;
box-shadow: 0 0 5px 5px black;
}

 .fb{
	font: bold 30px arial,helvetica,sans-serif;
	text-align:center;
	color:black;
}

.fb2 {
	font: bold 20px arial,helvetica,sans-serif;
	color:black;
}

p {
	font:  14px arial,helvetica,sans-serif;
}

.underline {
	text-decoration:underline;
}

#disclaimer {
	width:500;
	border: 1px dashed black;
	text-align:justified;
	text-justify:newspaper;
	font:  10px arial,helvetica,sans-serif;
	padding:10px;
	margin:0 auto;
	margin-top:30px;

}