body {
	margin: 0;
	padding: 0;
	background-color: #181818;

	color: #FFFFFF;
	line-height: 150%;
	font-family: Arial;
	font-size: 13px;

	text-align: center; /* for IE */
}

h2 {
	color: #A000B8;
	font-weight: normal;
}

a, a:hover, a:visited, a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a img {
	border: 0;
}

a.focus {
	padding-left: 25px;
	background-image: URL(gfx/icon_focus.gif);
	background-repeat: no-repeat;
}

a.down {
	padding-left: 25px;
	background-image: URL(gfx/icon_down.gif);
	background-repeat: no-repeat;
}

a.ok {
	padding-left: 25px;
	background-image: URL(gfx/icon_ok.gif);
	background-repeat: no-repeat;
}

.nav {
	background-image: URL(gfx/nav_bg.gif);
	height: 49px;
	text-align: center;
}

.nav table {
	margin: 0 auto;
}

.nav td {
	margin: 0px;
	padding: 12px 10px 0 10px;
	height: 37px;
	float: left;
	font-size: 20px;
	font-weight: 100;
}

.nav a {
	display: block;
}

.header {
	background-image: URL(gfx/header_bg.gif);
	background-repeat: repeat-x;
	background-color: #000000;
}

.footer {
	background-image: URL(gfx/footer_bg.gif);
	background-repeat: repeat-x;
	height: 90px;
}

.footer_content {
	/*
	background-image: URL(gfx/footer_content.jpg);
	background-repeat: no-repeat;
	*/
	width: 600px;
	height: 90px;
	margin: 0 auto;
}

.footer_text {
	padding: 50px 0 0 0px;
}

.infotext_left {
	width: 300px;
	float: left;
	margin-left: 70px;
	text-align: left;
}

.infotext_right {
	width: 300px;
	float: right;
	margin-right: 70px;
	text-align: left;
}

.card {
	margin: 51px 0 0 238px;
}

.page_title {
	height: 60px;
	margin: 60px auto 10px auto;
	text-align: center;
}

.page_title h1 {
	line-height: 160%;
	font-size: 36px;
	font-family: Arial;
	font-weight: 100;
}

.box {
	border: 1px solid #4e116e;
	width: 579px;
	background-image: URL(gfx/box_bg.gif);
	background-repeat: repeat-x;
	background-color: #000000;
	margin: 0 auto;
	text-align: left; /* for IE */
}

.box_info_frame {
	height: 160px;
	padding: 25px;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.jslink {
	cursor: pointer;
}

.faq ul {
	margin-left:100px;
	padding:20px;
	text-align:left;
	width:600px;
}
.faq ul li {
	background-image:url(gfx/info.png);
	background-position:0 2px;
	background-repeat:no-repeat;
	list-style:none outside none;
	margin:0;
	padding-left:25px;
}

.faq ul li div {
	padding-left:15px;
}

.nav_active {
	background-image: URL(gfx/nav_active.gif);
}

.icon_ok {
	padding-right: 10px;
}

.ind_adv {
	font-size: 16px;
	background-image: URL(gfx/info.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 25px;
}

.cost table tr {
	height: 30px;
}

.cost table tr td {
	vertical-align: middle;
}
