.nv_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #d9ba6f;
	font-size: 12px;
	font-weight: bold;
}

.normal_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #313131;
}
.orange_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #d38101;
}
.black_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:CFCFCF;
}
a:link {
	color: #d9ba6f;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #d9ba6f;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}
/*GRAY PANEL*/
.graypanel{
	border:solid 1px #666666; background-color:#F7F7F7; padding:10px; margin:10px;
}
#contenttext{float:right; width:506px;}
#leftpanel{float:left; width:274px;
}
.style1 {font-size: 12px;
}
.smalltitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#CC0000;
}
.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#000000;
}
.smallredtext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
}
.bodytext {
	font: 0.7em Tahoma, sans-serif;
	color: #666666;
}