@charset "UTF-8";
/* CSS Document */
#background{
background-image:url(images/background.png);
background-repeat:no-repeat;
background-color:#FFFFFF;

}
#top_button {
	background-image: url(images/menu_on.png);
	background-repeat: no-repeat;
	display: block;
}
#top_button:hover {
	background-image: url(images/menu_off.png);
	background-repeat: no-repeat;
	display: block;
}
.menu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-top: 4px;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	text-decoration: none;
}
.bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	color: #5f7499;	
	}
.form_titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.form_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0;
	}

li { background: url(images/bullet.png) left top no-repeat;
padding-left: 20px;
line-height:0px;
position: inherit;


 }
.form_titlesred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #5f7499;
	height: 25px;
	width: 50px;
}
.seolinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
.credita {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}
.bigq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #5f7499;
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #5f7499;
}
.titlesbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #5f7499;
	line-height: 22px;
}
.copylarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #333333;
	text-decoration: none;
}
