@charset "UTF-8";
/* CSS Document */


html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form{
  margin:0px;
  padding:0px;
  border:0px;
  border-collapse:separate;
  border-spacing:0px;
}
input,select{
  margin:0;
  padding:0;
}

body {
	background-color: #000000;
}.header {
	height: 146px;
	width: 1009px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.bodybg {
	background-image: url(../images/frame_top_02.jpg);
	background-repeat: repeat-y;
	width: 1009px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.footer {
	background-image: url(../images/frame_top_03.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 1009px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.test {
	background-color: #000000;
	width: 1009px;
	margin-right: auto;
	margin-left: auto;
}
.dotted_line {
	border-top-width: medium;
	border-top-style: dotted;
	border-top-color: #333333;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	clip: rect(auto,auto,auto,auto);
}
.pricing_center {
	margin-right: auto;
	width: 900px;
	margin-left: auto;
}
.footer_nav {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.white_link:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.white_link:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.white_link:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.white_link:active {
	text-decoration: none;
	color: #999999;
	}