@charset "utf-8";
/* CSS Document */
body {
	background-image: url(site-bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.heading-big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
.text-14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.text-sidebargold {
	font-size: 14px;
	color: #EBAE39;
	font-weight:bold;
}
.text-tiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
}

h1 {
	font-size: 18px;
}
h2 {
	font-size: 14px;
	color: #EBAE39;
}
h3 {
	font-size: 14px;
}
a:link {
	color:  #CD6502;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color:  #CD6502;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #74543c;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color:  #CD6502;
	text-decoration: none;
	font-weight: bold;
}

a.nav:link {
	color:  #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.nav:visited {
	color:  #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.nav:hover {
	color: #CD6502;
	text-decoration: underline;
	font-weight: bold;
}
a.nav:active {
	color:  #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.sidebar:link {
	color:  #000000;
	text-decoration:underline;
	font-weight:normal;
}
a.sidebar:visited {
	color:  #000000;
	text-decoration:underline;
	font-weight:normal;
}
a.sidebar:hover {
	color: #EBAE39;
	text-decoration: underline;
	font-weight:normal;
}
a.sidebar:active {
	color:  #000000;
	text-decoration:underline;
	font-weight:normal;
}

