.bg-body {
	margin: 0px;
	background-image: url(../images/bg-body2.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #FFFFFF;
}
table {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
TD {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	line-height: 15px;
        
}
.Head { /* used in HBanner */
	font-family: Verdana;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #ffffff;
}
.title { /* used for any title */
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #2b135e;
	margin-top: 6px;
	margin-bottom: 5px;

}
.title2 { /* used for big title */
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #2b135e;
	line-height: 20px;
}
a,a:link,a:visited,a:active { /* used for any link by defult */
	font-family: Verdana;
	font-size: 11px;
	color: #681370;
	text-decoration:none;
}
a:hover { /* used for any link by defult */
	text-decoration: underline;
	color: #681370;
}
a.login,a.login:link,a.login:visited,a.login:active { /* used for any link by defult */
	font-family: Verdana;
	font-size: 11px;
	color: #4A6676;
	text-decoration:none;
}
a.login:hover { /* used for any link by defult */
	text-decoration: underline;
	color: #4A6676;
}
a.search1,a.search1:link,a.search1:visited,a.search1:active { /* used for any link by defult */
	font-family: Verdana;
	font-size: 12px;
	color: #191981;
	text-decoration:none;
}
a.search1:hover { /* used for any link by defult */
	color: #000000;
}
a.footer1,a.footer1:link,a.footer1:visited,a.footer1:active { /* used for any link by defult */
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	text-decoration:none;
}
a.footer1:hover { /* used for any link by defult */
	text-decoration: underline;
	color: #4A6676;
}
a.footer2,a.footer2:link,a.footer2:visited,a.footer2:active { /* used for any link by defult */
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	text-decoration:none;
}
a.footer2:hover { /* used for any link by defult */
	text-decoration: underline;
	color: #ffffff;
}

.bg-footer {
	background-image: url(images/bg-footer.gif);
	font-family: Verdana;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #FFFFFF;
}
.hr1 { /* light violet line */
	color:#D5C9DA;
	height:1px;
	margin: 0px;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration:underline;
}
.indent1 {
	margin-top: 10px;
}
input.login { /* used in login pages */
	border:1px solid #C1FD8B;
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	margin: 0px;
	padding: 2px;
}
.bg-leftLogin {
	background-image: url(../images/bg-white.gif);
	background-repeat: repeat-y;
	background-position: right top;
        text-align: Left;
}
.bg-rightLogin {
	background-image: url(../images/bg-white.gif);
	background-repeat: repeat-y;
	background-position: left top;
        text-align: Left;
}
.login3 { /* used in login pages */
	border:1px solid #ff9E00;
	height: 21px;
	font-family: Verdana;
	font-size: 13px;
	color: #FFFFFF;
	background-color: transparent;
	width: 256px;
	padding: 1px;
}
select.login {
	border:1px solid #ff9E00;
	height:21px;
	background-color:#FFFFFF;
	width:256px;
	font-family: Verdana;
	font-size: 12px;
	color: #681370;	
}

.loginTitle { /* used in login page */
	font-family: Verdana;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 21px;
}
.loginFind { /* used in login pages */
	font-family: Verdana;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 15px;
}
.alert1 {
	color: #CC0000;
	margin-left: 2px;
	margin-top: 5px;
}
p{
    margin-bottom:5px;
    margin-top:5px;
}
.bg-footer1 {
	background-image: url(../images/bg-footer1.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.bg-footer2 {
	background-image: url(../images/bg-footer2.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.footer2 {
	color:#FFFFFF;
{