.text_normal {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
}
.form_text {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	color: #000000;
}
.menu_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
}
.menu_text a:link {
	color: #ffffff;
	text-decoration: none;
}
.menu_text a:visited {
	color: #ffffff;
	text-decoration: none;
}
.menu_text a:active {
	color: #000000;
	background-color:#ffffff;
	text-decoration: underline;
}
.menu_text a:hover {
	color: #000000;
	background-color:#ffffff;
	text-decoration: underline;
}

#content_div {
	position:absolute;
	left:385px;
	top:265px;
	width:639px;
	/* height:448px; */
	z-index:2;
	background-image: url(media/images/trans.png);
	overflow:auto;
}

#content_div_faq {
	position:absolute;
	left:385px;
	top:265px;
	width:639px;
	/* height:448px; */
	z-index:2;
	background-color:#999999;
	overflow:auto;
}


#header_div {
	position:absolute;
	left:385px;
	top:161px;
	width:595px;
	height:96px;
	z-index:3;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
#form {
	position:absolute;
	left:138px;
	top:217px;
	width:190px;
	height:222px;
	z-index:1;
}
A:link {
	color: #FFCD02;
	text-decoration:none;
	background-color: #000000;
}
A:visited {
	color: #FFCD02;
	text-decoration:none;
	background-color: #000000;
}
A:active {
	background-color:#000000;
	color: #ffffff;
	text-decoration:none;
}
A:hover {
	background-color:#000000;
	color: #ffffff;
	text-decoration:none;
}
.text_white{
	color:#FFFFFF;
}