@charset "utf-8";
.tablewhiteback {
	background-color: #FFFFFF;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;

}
a:link {
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #DDBE4D;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #DDBE4D;
	font-weight: bold;
}
.font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}


h1 {
	font-size: 16px;
	color: #333333;
}
h2 {
	font-size: 16px;
	color: #DDBE4D;
}
.backfooter {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
}
.backfaint {
	background-image: url(../images/back_faint.gif);
	background-repeat: repeat;
}
.picborder {
	border: 3px solid #ddbe4d;
}
