body {
	margin: 0px;
	/*background-color:#e8ecf2;*/
	background: #FFF url(../images/c-bg2.png) top center repeat-y;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #000000;
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 20px;
}

.head, .subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-left: 25px;
	padding-top: 5px;
}
.subhead{
	font-size: 13px;
}
.logobg {
	background-image: url(../images/logobg.jpg);
}

.menubg {
	background-image: url(../images/mbg.jpg);
	background-repeat: repeat-x;
	height:30px;
	text-align:center !important
}

.strip {
	background-image: url(../images/strip.jpg);
	height: 19px;
}

.fbg {
	background-image: url(../images/fbg.jpg);
	height: 28px;
}

.password {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 400;
	color: #000000;
}

.lborder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ECE9D8;
	border-right-style: solid;
	border-top-color: #ECE9D8;
	border-right-color: #ECE9D8;
	border-bottom-color: #ECE9D8;
}

.click {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
}

.click:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0066FF;
	font-weight: bold;
}

.clientspeak {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}

.clients {
	background-image: url(../images/rightbg.gif);
	background-repeat: repeat-y;
}

.bodybg {
	background-image: url(../images/bodybg.gif);
	background-repeat: repeat-y;
	background-position: left;
}

.copyrights {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #000000;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 17px;
}
a.quotes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	line-height: 17px;
	padding-left: 20px;
}

a:hover.quotes{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #88aed2;
	line-height: 17px;
	padding-left: 20px;
}

/** 
MENU START
**/
#jsddm {
	margin: 0;
	padding: 0;
	padding-left:80px;	
}

#jsddm li {
	float: left;
	list-style: none;
	font: 12px Tahoma, Arial;
	font-weight: bold;

}

#jsddm li a {
	display: block;
	padding: 5px 12px;
	text-decoration: none;
	border-right: 1px solid white;
	width: 70px;
	color: #3e4346;
	white-space: nowrap;
	padding-right:40px;
	padding-left:40px;
	text-align:left;
}

#jsddm li a:hover {
	background: #3e4346;
	color: #fff;
	
}

#jsddm li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid white
}

#jsddm li ul li {
	float: none;
	display: inline;

}

#jsddm li ul li a {
	width: auto;
	background: #3e4346;
	color: #fff;
}

#jsddm li ul li a:hover {
	background: #e6e7e9;
	color:#000;
}
/** MENU Ends**/