@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #DACCBB;
	background-color: #000000;
}

p {
	margin: 0px 0px 0.75em 0px;
}

/* TABLES */
table.flat {border-width: 2px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #A4724F;}

/* IMAGES */
img.pic {border: 2px solid #A4724F; }

/* TEXT */
.title {
	font-family: "Arial Black", Arial;
	font-size: 14px;
	color: #B95721;
	font-style: normal;
}
	
.subtitle {
	font-family: "Arial Black", Arial;
	color: #DB8B43;
	font-style: normal;
}
	
.Emphasis {
	font-family: "Arial Black", Arial
}

/* LINKS */
a:link, a:visited {
	color: #DACCBB;	
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;	
	color: #db8b43;
}

a.subtitle:link, a.subtitle:visted {
	font-family: "Arial Black", Arial;
	color: #DB8B43;
	font-style: normal;
}
	
a.subtitle:hover, a.subtitle:active {
	color: #DACCBB;
}
	
a.menu:link, a.menu:visited {
	color: #DACCBB;
	display: block;
	float:left;
	width: 102px;
	padding: 3px 5px;
	text-decoration:none;
	text-align:left;
	background-image:url(images/spacer.gif);
	background-repeat:repeat-y;
	background-color:#000000;
	background-position:top left;
	font-family:"Arial Black", Arial;
	font-size: 8pt;
	font-weight:bold;
}
a.menu:hover, a.menu:active {
	text-decoration:none;
	background-image:url(images/menu_bg.gif);
	background-color:#b95721;
}