/* --- general ------------ */
body {
	font-family: Arial;
	background-color: #5e3619;
	font-size: 10pt;
	color: #ffffff;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
	color: #ffffff;
	margin: 0;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #ffffff;
	margin: 0;
}

td {
	color: #ffffff;
	font-size: 10pt;
}


/* --- fonts ------------*/
.maintext {
	color: #ffffff;
	font-size: 10pt;
}


/* --- backgrounds ------------ */
.bg_gradient {
	width: 100%;
	height: 468;
}
	
.white {
	background-color: #ffffff;
}


/* --- links ------------ */
a:link, a:visited {
	color: #e9b41a;
	font-size: 10pt;
	font-weight: none;
	text-decoration: none;
}

a:active, a:hover {
	color: #ffffff;
	font-weight: none;
	text-decoration: none;
}

a.bold:link, a.bold:visited {
	color: #e9b41a;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

a.bold:active, a.bold:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a.menu:link, a.menu:visited {
	color: #ffffff;
	font-size: 9pt;
	font-weight: none;
	text-decoration: none;
}

a.menu:active, a.menu:hover {
	color: #e9b41a;
	font-weight: none;
	text-decoration: none;
}

a.whitesmall:link, a.whitesmall:visited {
	color: #ffffff;
	font-size: 7pt;
	font-weight: none;
	text-decoration: none;
}

a.whitesmall:active, a.whitesmall:hover {
	color: #e9b41a;
	font-weight: none;
	text-decoration: none;
}

a.brownsmall:link, a.brownsmall:visited {
	color: #5e3619;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

a.brownsmall:active, a.brownsmall:hover {
	color: #e9b41a;
	font-weight: bold;
	text-decoration: none;
}

a.fs:link, a.fs:visited {
	color: #e9b41a;
	font-size: 8pt;
	font-weight: none;
	text-decoration: none;
}

a.fs:active, a.fs:hover {
	color: #ffffff;
	font-weight: none;
	text-decoration: none;
}
