@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a {
	color: #FE9900;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5B3E1C;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #73BD1E;
}

.nav a {
	font-size: 20px;
	color: #5B3E1C;
}
.nav a:link {
	text-decoration: none;
}
.nav a:visited {
	text-decoration: none;
	color: #FE9900;

}
.nav a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.nav a:active {
	text-decoration: none;
	color: #73BD1E;
}
.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #5b3e1c;
	text-align: right;
}
.WebLabel
{
	font-family:Arial;
	font-size:14px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}

.WebGroupListHeader
{
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	color: #414554;
	background: #fe9900;
}

.WebGroupListItem
{
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	color: #766864;
	background: #ddccbd;
}


.WebGroupListAlternatingItem
{
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	color: #414554;
	background: #a49383;
}