/* main css*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url("../images/bg.jpg") no-repeat fixed;
}
.tdbackg {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url("../images/bgTD.jpg") no-repeat;
}
.mainfo {
	font: normal 11px Verdana;
	color: #665b58;
	line-height: 18px;
	text-decoration: none;
}
.mainfoLK {
	font: normal 11px Verdana;
	color: #01b7e3;
	line-height: 18px;
	text-decoration: none;
}
.hea1 {
	font: bold 13px Verdana;
	color: #01b7e3;
	line-height: 18px;
	text-decoration: none;
}
.smll{
	font: normal 9px Verdana;
	color: #01b7e3;
}
.footer{
	font: normal 9px Verdana;
	color: #665b58;
}
.TabRightBord {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dddddd;
}
.btn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background-color: #01b7e3;
	border-width:1px;
	border-color:#ecf5fc;
}

/*navigation css*/
ul#nav {
	list-style-type: none;
	padding: 5px;
	margin: 10px;
}
#nav a:link, #nav a:visited {
	display: block;
	width: 150px;
	padding: 0px 0px 5px 25px;
	margin: 5px 0px -10px 0px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #01b7e3;
	background: url("../images/eye_blue.gif") center left no-repeat;
	text-decoration: none;
}
#nav a:hover {
	background-position: 0 -69px;
	background: url("../images/eye_grey.gif") center left no-repeat;
	color: #717171;
}
#nav #current a {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #01b7e3;
	background-position: 0 -69px;
	background: url("../images/eye_grey.gif") center left no-repeat;
	color: #717171;
}
#nav #current a span {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #01b7e3;
	background-position: 0 -69px;
	background: url("../images/eye_grey.gif") center left no-repeat;
	color: #717171;
}
#nav #abt a {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #01b7e3;
	background-position: 0 -69px;
	background: url("../images/1pix.gif") center left no-repeat;
}
#nav #abt a span {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #717171;
	background-position: 0 -69px;
	background: url("../images/1pix.gif") center left no-repeat;
}
#nav #abt a:hover {
	background-position: 0 -69px;
	background: url("../images/1pix.gif") center left no-repeat;
	color: #717171;
}

/* hover css */
a.mainfoLK:hover {
	font: normal 11px Verdana;
	color: #665b58;
	line-height: 18px;
	text-decoration: none;
}
a.smll:active {
	font: normal 9px Verdana;
	color: #01b7e3;
	text-decoration: none;
}
a.smll:link {
	font: normal 9px Verdana;
	color: #01b7e3;
	text-decoration: none;
}
a.smll:visited {
	font: normal 9px Verdana;
	color: #01b7e3;
	text-decoration: none;
}
a.smll:hover {
	font: normal 9px Verdana;
	color: #717171;
	text-decoration: none;
}