body {
	margin: 0;
	padding: 0;
	background: #fff;
}
.text-normal{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.text-normal-bold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.header-bg{
	background-image: url(header-bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height:80px;
}
.header-shadow{
	background-image: url(header-sh.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height:10px;
}
.logout{
	background-image: url(logout-bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height:24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
.height-80{
	height:80px;
}
img {
	border: none;
}

.pad-20{
	padding:20px;
}


/* TABS */
#tabsB {
	float:left;
	width:100%;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;

}
#tabsB ul {
	margin:0;
	padding:0 0 0 50px;
	list-style:none;
}
#tabsB li {
	display:inline;
	margin:0;
	padding:0;
}
#tabsB a {
	float:left;
	background:url("tableftB.gif") no-repeat left top;

	margin:5px;
	padding:0 0 0 9px;
	text-decoration:none;
	margin:0 7px 0 0;
}
#tabsB a span {
	float:left;
	display:block;
	background:url("tabrightB.gif") no-repeat right top;
	padding:13px 20px 12px 15px;
	margin:0;
	color:#8AC7E0;
}

#tabsB a span {float:none;}
/* End IE5-Mac hack */
#tabsB a:hover span {
	color:#fff;
}
#tabsB a:hover {
	background-position:0% -42px;
}
#tabsB a:hover span {
	background-position:100% -42px;
}

#tabsB #current a {
	background-position:0% -42px;
	color:#fff;
}
#tabsB #current a span {
	background-position:100% -42px;
	color:#fff;
}
/* TABS END */
/* Footer */
#footer-wrap {	position: fixed; bottom: 0;	left: 0; width: 100%;}
#footer-container {	height: 40px; background: url(footer-bg.gif) repeat-x left bottom;}
#footer {
	width: 940px;
	margin: 0 auto;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #424242;
	text-decoration: none;
	text-align:center;
	padding-top:17px;
}
/* Footer END */

#container {
	width: 100%;
	margin: 0 auto;
	font-size: 1.4em;
	overflow: auto;
	padding: 0px 0 40px 0;
}
#content {
	float: left;
	width: 100%;
}
/* Header */