body {
	margin: 0px;
}

body, td {
	font-family: Tahoma, Arial, Verdana;
	font-size: 8pt;	
}

.bg_light {
	background-color: #ffecdf;
}

.bg_middle {
	background-color: #ffcfaf;
}

.bg_dark {
	background-color: #ffa467;
}

.bg_darkest {
	background-color: #ff8e42;
}

.bg_content {
	background-color: #efefef;
	padding: 8px;	
}

.bg_footer {
	background-image: url(/images/bg_footer.gif);
	background-repeat: repeat-x;
}

.bg_menu {
	background-color: #ffcfaf;
	padding-left: 8px;	
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #ff8e42;
}

.bg_menu_active {
	background-color: #ff8e42;
	padding-left: 8px;	
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #ff8e42;
	color: #ffffff;
}

.bd_out {
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

a, a.selected {
	color: #888888;
	font-weight: bold;
}

a:hover {
	color: #FF6600;
	text-decoration: overline underline;
}

.fnt_title {
	color: #000000;
	font-weight: bold;
	font-size: 10pt;	
}

.fnt_small {
	color: #000000;
	font-weight: normal;
	font-size: 8pt;	
}

.fnt_bold {
	color: #000000;
	font-weight: bold;
	font-size: 9pt;	
}

.fnt_menu {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	height: 100%;
	width: 100%;
}

.fnt_menu:hover {
	color: #ffffff;
	text-decoration: none;
}

.fnt_footer {
	color: #80746c;
	font-size: 8pt;
	padding-top: 4px;	
	padding-right: 4px;	
}

