@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #1c3e95;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1c3e95;
}
a:hover {
	text-decoration: underline;
	color: #1c3e95;
}
a:active {
	text-decoration: none;
	color: #1c3e95;
}
h1 {
	font-size: 18px;
	margin-top:68px;
	margin-left:10px;
	color:#1a4094;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 12px;
}

.menu-text{
color: #1c3e95;
font-weight:bold;
border-bottom-color:#FFFFFF;
border-bottom-style:solid;
border-bottom-width:1px;
cursor:pointer;
background-color:#ececec;
}

.menu-text:hover{
	background-color:#E8F2FD;
	text-decoration: none;
}

.submenu-text{
	color: #1c3e95;
	font-weight:bold;
	border-bottom-color:#FFFFFF;
	border-bottom-style:solid;
	border-bottom-width:1px;
	cursor:pointer;
	background-color:#F3F3EB;
}

.submenu-text:hover{
	background-color:#E8F2FD;
	text-decoration: none;
}

.cta{
	font-size: 14px;
	font-weight:bold;
	border-style:dashed;
	border-color:#993399;
	border-width:1px;
	background-color:#FFFFCC;
}

#customerLogin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	background-color:#E8F2FD;
}
#customerLogin input {
 	font-size: 10px;
 	background-color: #FFFFFF;
 	border: 1px solid #666666;
}

.customerLoginHeader {
	background-color:#E8F2FD;
	font-weight:bold;
}

.sysmsg{
	font-size: 12px; 
	font-weight:bold; 
	color:#FF0000;
}