/* common */

* {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

body {
	background-color: #21321b;
	background-image: url(../images/background.gif);
	background-repeat: repeat;
	background-position: center top;
}

/* header */

td.header {
	background-image: url(../images/header/background.gif);
	background-position: center top;
	background-repeat: repeat-x;
	height: 380px;
}

input.header_newsletter {
	background-color: #ffffff;
	border: 1px solid #bbbbbb;
	width: 90px;
	padding: 2px;
	font-size: 11px;
	color: #989998;
	margin: 0 4px 0 12px;
}

/* intro */

.intro_left_subtitle {
	font-size: 11px;
	font-weight: bold;
	color: #fff9c9;
	margin: 0 0 0 38px;
	line-height: 11px;
}

.intro_left {
	margin: 0 0 0 54px;
}

.intro_left_text {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 16px;
	padding: 10px 2px 2px 2px;
}

.intro_left_text a {
	color: #bd4700;
	text-decoration: underline;
}

.intro_left_text a:hover {
	color: #bd4700;
	text-decoration: none;
}

.intro_right_subtitle {
	font-size: 11px;
	font-weight: bold;
	color: #fff9c9;
	margin: 0 0 0 24px;
	line-height: 11px;
}

.intro_right {
	margin: 0 0 0 39px;
}

.intro_right_text {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 16px;
	padding: 10px 2px 2px 2px;
}

.intro_right_text a {
	color: #bd4700;
	text-decoration: underline;
}

.intro_right_text a:hover {
	color: #bd4700;
	text-decoration: none;
}

/* faq */

.faq_text {
	margin: 5px 63px 0 38px;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
}

.faq_text h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 2px 0;
}

/* footer */

.footer {
	padding: 15px 0 15px 0;
}

.footer a {
	background-image: url(../images/footer/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
	font-weight: bold;
	color: #fff9c9;
	text-decoration: underline;
	padding: 0 0 0 10px;
	margin: 0 10px 0 10px;
}

.footer a:hover {
	background-image: url(../images/footer/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
	font-weight: bold;
	color: #fff9c9;
	text-decoration: none;
	padding: 0 0 0 10px;
	margin: 0 10px 0 10px;
}