a:link {
	font-family: tahoma;
	font-size: 8pt;
	color: #ba952d;
	text-decoration:none;
}
a:visited {
	color: #ba952d;
	text-decoration:none;
}
a:hover {
	color: #f9bd15;
	text-decoration:none;
}
a:active {
	color: #ba952d;
	text-decoration:none;
}

.nav:link {
	font-family: tahoma;
	font-size: 10pt;
	color: #495c74;
	text-decoration:none;
}
.nav:visited {
	color: #495c74;
	text-decoration:none;
}
.nav:hover {
	color: #4885b8;
	text-decoration:none;
}
.nav:active {
	color: #495c74;
	text-decoration:none;
}
body{
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
tr,td{
	font-family:tahoma;
	font-size:8pt;
	color:#797d7d;
}
input,select,textarea{
	border: 1px solid #939393;
	font-family:tahoma;
	font-size:8pt;
	color:#797d7d;
}
.title{
	font-family:tahoma;
	font-size:8pt;
	color:#566b18;
	font-weight:bold;
}
.white{
	font-family:tahoma;
	font-size:8pt;
	color:#FFF;
}
.white10{
	font-family:tahoma;
	font-size:10pt;
	color:#FFF;
	font-weight:bold;
}

.gray{
	font-family:tahoma;
	font-size:8pt;
	color:#464646;
}
.gray10{
	font-family:tahoma;
	font-size:10pt;
	color:#464646;
	font-weight:bold;
}
.black{
	font-family:tahoma;
	font-size:8pt;
	color:#000;
}
.black10{
	font-family:tahoma;
	font-size:10pt;
	color:#000;
	font-weight:bold;
}

