@charset "utf-8";




.white_small {
	color: #FFFFFF;
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.newsletter {
	overflow: hidden;
	height: 130px;
	width: 237px;
}

.styles   {
	height: 165px;
	width: 167px;
	white-space: normal;
	overflow: auto;
	visibility: visible;
}
.center {
	overflow: hidden;
	height: 343px;
	width: 317px;
}



.quickinfo {
	overflow: hidden;
	height: 61px;
	width: 169px;
	color: #FFFFFF;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	white-space: normal;
	padding-left: 1px;
}
a:link {
	color:  #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #00FF00;
}
.customizedpartyform {
	overflow: auto;
	height: 340px;
}
