body {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #475264;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.bgimg {
	background-image: url(../images/bg-img.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.botm-img {
	background-image: url(../images/botm-img.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.dark-blue 
{

	background-color: #475264;
}
.light-blue {
	background-color: #8b94a3;
}
.dark-blue-border {
	background-color: #475264;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #d9dbdc;
	border-right-color: #d9dbdc;
	border-left-color: #d9dbdc;
}
.border {
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #d9dbdc;
	border-bottom-color: #d9dbdc;
	border-left-color: #d9dbdc;
}
.text-wt {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.text-wt1 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight:bold;  
	/*color: #000000;*/
	text-decoration: none;
}
.text-blue14 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #475264;
	text-decoration: none;
}
.text-blue18 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: normal;
	color: #475264;
	text-decoration: none;
}
.text-blue36 {
	font-family: "Verdana";
	font-size: 36px;
	font-weight: normal;
	color: #475264;
	text-decoration: none;
}
.menuon {
	font-family: "Verdana";
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	cursor:pointer;
}
.menuoff {
	font-family: "Verdana";
	font-size: 14px;
	font-weight: normal;
	background-color:White;  /*#8B94A3*/
	cursor:pointer;
}
.header {
	font-family:"Verdana";
	font-size: 14px;
	/*color:#000000;*/
	cursor:pointer;
	/*background-color:#8194b2; */
	/*background-color:#e1e1e1; */
}
.input {
	width: 150px;
	padding-left: 5px;
	border: 1px solid #ababab;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #475264;
	text-decoration: none;
}
a.link {
	color: #475264;
	text-decoration: none;
}
a.link:hover {
	color: #BBC2CE;
	text-decoration: none;
}
a {
	color: #475264;
	text-decoration:underline;
}
.TextAsLabel
{
	border: none;
	background-color: Transparent;
	text-align:right;
}