.menubg {
	background-image: url(../images/green_menu_bg.gif);
	background-repeat: repeat-x;
}
.loginbg {
	background-image: url(../images/loginbox.gif);
	background-repeat: no-repeat;
}
.formtext {
	border: 1px solid #999999;
	color: #005481;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.leftshadow {
	background-image: url(../images/left_shadow_bg.gif);
	background-repeat: repeat-y;
}
.rightshadow {
	background-image: url(../images/right_shadow_bg.gif);
	background-repeat: repeat-y;
}
.graident {
	background-image: url(../images/gradient_bg.gif);
	background-repeat: repeat-x;
}
.graybox {
	background-color: #f4f4f4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #d9d9d9;
	border-right-color: #d9d9d9;
	border-bottom-color: #d9d9d9;
	border-left-color: #d9d9d9;
}


.forget {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #005481;
	font-size: 10px;
}
.grayline {

	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #d9d9d9;
	border-right-color: #d9d9d9;
	border-bottom-color: #d9d9d9;
	border-left-color: #d9d9d9;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.dots {
	background-image: url(../images/right_dots.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.labtext {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.labtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #005481;
	text-decoration: underline;
	font-weight: bold;
}
.formheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #005481;
	text-decoration: none;
	font-weight: bold;
}
.labfaq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005481;
	font-weight: bold;
}
.labfaqred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #B60000;
	font-weight: bold;
}
.labblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.specbox {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d9d9d9;
	border-right-color: #d9d9d9;
	border-bottom-color: #d9d9d9;
	border-left-color: #d9d9d9;
}
.textgrndot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url(../images/green_ball.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 14px;
	padding: 1px;
}

.greenloginLBG {
	background-image: url(../images/boxes/login_left_side.gif);
	background-repeat: repeat-y;
}
.greenloginRBG {
	background-image: url(../images/boxes/login_right_side.gif);
	background-repeat: repeat-y;
}
.greenlogintopBG {
	background-image: url(../images/boxes/login_top.gif);
	background-repeat: repeat-x;
}
.greenloginbotBG {
	background-image: url(../images/boxes/login_bot.gif);
	background-repeat: repeat-x;
}
.okBGTop {
	background-image: url(../images/boxes/ok_top.gif);
	background-repeat: repeat-x;
}
.okBGLeft {
	background-image: url(../images/boxes/ok_left.gif);
	background-repeat: repeat-y;
}
.okBGBot {
	background-image: url(../images/boxes/ok_bot.gif);
	background-repeat: repeat-x;
}
.okBGRight {
	background-image: url(../images/boxes/ok_right.gif);
	background-repeat: repeat-y;
}
.noBGTop {
	background-image: url(../images/boxes/no_top.gif);
	background-repeat: repeat-x;
}
.noBGLeft {
	background-image: url(../images/boxes/no_left.gif);
	background-repeat: repeat-y;
}
.noBGBot {
	background-image: url(../images/boxes/no_bot.gif);
	background-repeat: repeat-x;
}
.noBGRight {
	background-image: url(../images/boxes/no_right.gif);
	background-repeat: repeat-y;
}
