body {
	background: url(images/BG2.jpg) repeat-x;
	background-color:#FFFFFF;
	margin-top: 0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}
a:link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #DE0029;
	text-decoration: none;
}
a:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a:active {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #DE0029;
	text-decoration: none;
}

li {
	list-style-position: inside;
}
b {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
h1 {
	font-size:18px; 
	font-weight:bold; 
	color:#DE0029;
}
h2{
	font-size:14px; 
	font-weight:bold; 
	color:#DE0029;
	}
.sub {font-size:14px; 
	font-weight:bold; 
	color:#DE0029;
	}
form
{
	margin:0 20px 5px 0;
	display:block;
}
.input
{
	height:14px;
	vertical-align:middle;
	border:none;
	background:#FFFFFF;
	width:123px;
	color:#9C9C9C;
	font-size:11px;
	padding:4px 2px 2px 5px;
	display:inline-block;
}
.login
{
	width:75px;
	height:14px;
	font-size:11px;
	vertical-align:middle;
}
.submit
{
	border:none;
	background:url(images/buttonBG.png) top left no-repeat;
	width:48px;
	height:18px;
	font-size:10px;
	color:#FFFFFF;
	vertical-align:middle;
	padding:0;
}
.txt
{
	display:inline;
	margin:0 5px 0 0;
}

/* watermark positioning container */
.updnWatermark
{
	position: relative;	/* positioning container */
	width: 0;
	vertical-align: middle;
}
/* IE7/6 hasLayout hack */
.updnWatermark
{
	*zoom: 1;
}
/* watermark label styling */
.updnWatermark label
{
	position: absolute;
	left: 0;
	top: -7px;
	white-space: nowrap;
	color: #999;
	padding-left: 4px;
	vertical-align: middle;
}
label
{
	vertical-align: middle;
}
