/* Local Styles */
#content_container {
	background: url(../images/bg_bottom.gif) no-repeat bottom ;
	background-color: #FFF;
}
#content_headline {
	font-size: 10pt;
	padding-bottom: 10px;
}

#content {
	color: #000;
	padding-bottom: 20px;
}

#content_contact {
	color: #333333;
}

#content_contact a {
	color: #333333;
	text-decoration: none;
}

#content_contact a:hover {
	color: #333333;
	text-decoration: underline;
}

#content p {
	padding: 0px;
	margin: 0px;
}

h1 {
    font-family: Arial, Verdana, Sans-serif;
	font-size: 14pt;
	color: #FF0000;
	margin-bottom: 0px;
	margin-top: 10px;
}

h1 .small {
	font-size: 10pt;
	font-weight: normal;
	color: #FF0000;
}

h2 {
	color: #000;
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: 10px;
}

ul {
	list-style-type: square;
	padding-left: 0px;
	margin-left: 15px;
	margin-top: 0px;
}

.small {
	font-size: 7pt;
	color: #999;
}

.red {
	color: #FF0000;;
}


