body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

body {
	background-image: url(../images/s_background.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: DBDBDB;
	margin: 0px;
}


a:link {
	color: #AA171B;
	text-decoration: none;
}

a:visited {
	color: #AA171B;
	text-decoration: none;
}

a:hover {
	color: #AA171B;
	text-decoration: none;
	background-color: #EFEFEF;
}

a:active {
	color: #AA171B;
	text-decoration: none;
}



.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #999999;
}
.main_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #87060B;
	margin-bottom: -7px;
}
.body ul {
}
.body-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #8D0A0B;
}




/*  ----- NEW CODE ----- */


.login-text-box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FDFDFD;
	color: #333333;
	font-size: 11px;
	background-image: url(../images/input-back.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	height: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #848484;
	width: 140px;
	margin: 3px;
	padding: 5px;
}


.submit-btn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 60px;
	height: 22px;
	background-image: url(../images/180_top.jpg);
	background-position: center top;
	background-repeat: repeat;
	color: #414142;
}
