body {
	background-image: url(images/bg.gif);
}

.welcome {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #880100;
}


.bluetitle {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #1B65FF;
}

.bluetitle a{
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #1B65FF;
}


.bluebody {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	color: #1B65FF;
}

.bluebody a {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	color: #1B65FF;
}


.longform {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	color: #880100;
}

.body {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	color: #880100;
}

.footer {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	color: #880100;
	font-weight: bold;
}

.footer a {
	color: #880100;
	font-weight: bold;
	text-decoration: none;
}

.footer a:hover{
	color: #880100;
	font-weight: bold;
	text-decoration: none;
	;
}

table.sub { border:1px dashed #337;  }
.sub td  { text-align:left; vertical-align:top; padding:4px 6px }
.sub th	{ 
  text-align:center; font-size: 14px;
  padding:6px 8px;
  background-color:#eef0f7;
  border-bottom:1px dashed #337
  }
th.first { text-align:left }
tr.even { background-color:#eef0f7 }
tr.odd {}
td.qty { text-align:center }
td.lbl, td.cur { text-align:right }
td.gtot { text-align:right; background-color:#eef0f7; font-weight:bold }
td.btns { text-align:center }
input.cur { text-align:right }
input.btn { 
	background-color:#336;
	color:#fff;
	margin:2px 0 
	}
