@charset "utf-8";

a:link, a:active, a:visited {
	font-family: Tahoma, Arial;
	color: #FF6100;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma, Arial;
	color: #FF6100;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}
BODY {
	font-weight: normal;
	background-color: #FFFFFF;
}
TD {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #536675;
}
.px10 {
	font-size: 10px;
}

.underline {
	text-decoration: underline;
}

.uppercase {
	text-transform: uppercase;
}
.white {
	color: #FFFFFF;
}
.blue {
	color: #2F81BB;
}
.red {
	color: #BC0E0E;
}
.px11 {
	font-size: 11px;
}
.px12 {
	font-size: 12px;
	color: #FF6100;
	text-align: center;
}
.grey {
	color: #8B8B8B;
}
.green {
	color: #70A022;
}
.orange {
	color: #F35100;
}
.yellow {
	color: #FFB200;
}
.style7 {color: #A62F34; font-size: 14px; font-weight: bold;}

.style8 {
	font-family: Tahoma, Arial;
	font-size: 13px;
	color: #536675;
}

.style9 {color: #A62F34; font-size: 16px; font-weight: bold;}

.bg { width: 100%; height: 100%; position: fixed; top: 0; left: 0;}

div#bmenu {
	color: #555;
	font-size: 9px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: #bbb;
	text-align: left;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 18px;
	z-index: 3;
}

