@charset "utf-8";
body {
	background-image: url(/imagessupported/all-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #B1BEC7;
}
.bottom-bg {
	background-image: url(/imagessupported/bottom-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom bottom;
	padding-top: 40px;
	padding-left: 450px;
	padding-right: 30px;
}
.search-td {
	background-image: url(/imagessupported/search-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.formfield {
	font-family: Tahoma;
	font-size: 11px;
	color: #333;
	margin: 0px !important;
	padding: 0px !important;
	border: 1px solid #FFF !important;
	width: 94%;
}
.white-text {
	color: #FFF;
}
.login-bg {
	background-image: url(/imagessupported/login-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.lost {
	padding-left: 130px;
}

.lost a{
	font-size: 10px;
	color: #FFF;
}

.lost a:hover{
	color: #000;
	text-decoration: underline;
}

.main-bg {
	background-image: url(/imagessupported/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
td {
	font-family: Tahoma;
	font-size: 11px;
	color: #333;
}
.mainmenu ul{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.mainmenu ul li{
	float: left;
}

.cmenu {
	display: block;
	margin-right: 6px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.cmenu a {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	display: block;
	padding-top: 6px;
	padding-bottom: 25px;
	padding-right: 10px;
	padding-left: 0px;
}

.cmenu a:hover {
	color: #FFF;
	text-decoration: underline;
}

.cmenu2 {
	display: block;
	margin-right: 6px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(/imagessupported/menu-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.cmenu2 a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	display: block;
	background-image: url(/imagessupported/menu-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 6px;
	padding-bottom: 25px;
	padding-right: 10px;
	padding-left: 0px;
}

.cmenu2 a:hover {
	color: #C9D937;
	text-decoration: underline;
}


h1 {
	font-family: "Arial Narrow";
	color: #2E3943;
	font-weight: normal;
	font-size: 21px;
	margin: 0px;
	padding: 0px;
}
a {
	color: #060;
	text-decoration: underline;
}
a:hover {
	color: #036;
	text-decoration: underline;
}
.partners {
	padding-left: 30px;
}
h2 {
	font-family: "Arial Narrow";
	font-size: 18px;
	color: #586167;
	font-weight: bold;
}
ul {
	list-style-image: url(/imagessupported/li.gif);
	margin-left: 10px;
	padding-left: 10px;
}
li {
	margin-bottom: 4px;
}