body {
	background:#383838 url(beimg/body_bg_logo.jpg) no-repeat bottom left fixed;
	margin:0px;
	padding: 0px;
	height: 100%;
	font-family:  tahoma, "Century Gothic";
	font-size: 13px;
	color: #1D1D1D
}
A:link {
	COLOR: #000000;
	text-decoration: none;
}
A:visited {
	COLOR: #000000;
	text-decoration: none;
}
A:active {
	COLOR: #000000;
	text-decoration: none;
}
A:hover {
	COLOR: #000000;
	text-decoration: none;
	cursor: pointer;
}
#header {
	background: url('beimg/logo.png') no-repeat right center;
	height: 100px;
	font-size: 42px;
	color: #FFFFFF;
	padding: 10px 30px 10px 30px;
	cursor:default;
}
#header #slogan {
	font-size: 16px;
	color: #999999;
	display:inline;
}
.box {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	background-color: #eaf3fd;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	border: 1px solid #c6dff9;
	width:148px;
}
#footer {
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
	color: #CCCCCC;
	font-size:12px;
}

#footer a ,#footer a:visited,#footer a:active
{
	color: #CCCCCC;
	font-size:12px;
}
#content {

}
.table {
	margin: 5px;
	padding: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #029FDB;
}
.inlineTable {
	margin: 5px;
	padding: 5px;
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
 float: <?php echo $l ?>;
	display: inline;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #029FDB;
}
.tableIn {
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.this {
	background: #D7EBFF;
	cursor: pointer;
}
.upper {
	text-transform: uppercase;
}
.list {
	padding-left: 1px;
	padding-right: 1px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 2px;
	margin-right: 2px;
}
#newslist li {
	display: inline;
	list-style-type: none;
}
.small {
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.hint {
	padding: 5px;
	font-family: tahoma;
	font-size: 12px;
	color: #FF6600;
}
.banner {
	padding: 5px;
	font-family: Arial;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 22px;
}
.bannerX {
	font-family: Arial;
	font-size: 12px;
	color: #999999;
	text-decoration: line-through;
	font-weight: bold;
}
.button {
	font-family: tahoma;
	font-size: 12px;
	color: #003300;
	margin: 2px;
	padding: 1px 15px;
	font-weight: normal;
}
.input {
	margin: 2px;
	padding: 2px;
	border: 1px solid #999999;
	font-family: tahoma;
	font-size: 12px;
	color: #003300;
	font-weight: normal;
}
.inputError {
	margin: 2px;
	padding: 2px;
	border: 1px solid #FF3300;
	font-family: tahoma;
	font-size: 12px;
	color: #003300;
	font-weight: normal;
}
.inputthis {
	margin: 2px;
	padding: 2px;
	border: 1px solid #999999;
	font-family: tahoma;
	font-size: 12px;
	color: #003300;
	font-weight: normal;
	background: #D7EBFF;
}
.traninput {
	margin: 2px;
	padding: 2px;
	border: 1px solid #AECEFF;
	font-family: tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	background-color: transparent;
}
.thead {
	padding: 5px;
	font-family: tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	white-space: nowrap;
	background-color: #EBEBEB;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	cursor: default;
}
.tfoot {
	padding: 5px;
	font-family: tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	white-space: nowrap;
	background-color: #EBEBEB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	cursor: default;
}
.content {
	font-family: tahoma, arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	text-align: justify;
	cursor: default;
}
.Title {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 8px;
	font-family: arial, tahoma, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	color: #000033;
	cursor: default;
}