BODY {
	margin: 0px 0px 0px 0px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-weight : normal;
	font-variant : normal;
	scrollbar-3d-light-color : #43639E;
	scrollbar-arrow-color : #FFFFFF;
	scrollbar-base-color : #000000;
	scrollbar-dark-shadow-color : #002271;
	scrollbar-face-color : #000000;
	scrollbar-highlight-color : #43639E;
	scrollbar-shadow-color : #000000;
	text-decoration : none;
	text-align : left;
}
.background {
	position: absolute;
	z-index: 0;
	background: url("../images/nightsky.gif");
	background-repeat: repeat-x;
	top: 0px;
	left: 0px;
	height: 115px;
}
.cartbuffer {
	position: absolute;
	z-index: 1;
	background-repeat: repeat-x;
	top: 0px;
	height: 27px;
	width: 1068px;
}
.midground {
	position: absolute;
	z-index: 1;
	overflow:hidden;
	top: 86px;
	left: 0px;
	height: 27px;
}
.foreground {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
}

.blackcornertd {
	background: #000000;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	height: 10;
	vertical-align : middle;
	text-decoration : none;
	word-break : normal;
	word-wrap : normal;
	z-index: 3;
}
.topmenutd {
	background: #000000;
	font-size: 10px;
	color: #FFFFFF;
	height: 10;
	font-weight: normal;
	vertical-align : middle;
	text-align : center;
	text-decoration : none;
	word-break : normal;
	word-wrap : normal;
	z-index: 2;
}
.topmenutd_selected {
	background: #000000;
	font-size: 10px;
	color: #FFCC00;
	height: 10;
	font-weight: normal;
	vertical-align : middle;
	text-align : center;
	text-decoration : none;
	word-break : normal;
	word-wrap : normal;
	z-index: 2;
}
.leftmenutd {
	background: url("../images/stripes.gif");
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	height: 11;
	text-decoration : none;
	word-break : normal;
	word-wrap : normal;
	z-index: 2;
}
.leftmenutd_selected {
	background: url("../images/stripes.gif");
	font-size: 11px;
	color: #FFCC00;
	font-weight: bold;
	height: 11;
	text-decoration : none;
	word-break : normal;
	word-wrap : normal;
	z-index: 2;
}
.leftsidetd {
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	height: 10;
	text-decoration : none;
	word-break : normal;
	word-wrap : normal;
	z-index: 2;
}
.rightmenutd {
	background: #43639e;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	height: 10;
	text-decoration : none;
	word-break : normal;
	word-wrap : normal;
	z-index: 2;
}

.bottommenutd {
	background: #43639E;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px;
	height:26;
	vertical-align:bottom	
}

.heading {
	text-align: left;
	vertical-align: top;
	font-size: 22px;
	font-weight: normal;
	color: #002271;
	height: 39px;
}

.body {
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	height: 19px;
}
.bodysmall {
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	height: 19px;
}
.bodysmallright {
	text-align: right;
	vertical-align: top;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	height: 19px;
}
.bodysmallmiddle {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	height: 19px;
}
A.bodysmallmiddle {
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	height: 19px;
}

A:active {
	color: #ffcc00;	
}

A:hover {
	color: #ffcc00;
} 

.loginfields {
	border: 1px solid silver;
	font-size: 10px;
	width:70px;
	font-family: Arial;
}

.formfields {
	border: 1px solid gray;
	font-size: 11px;
	font-family: Arial;
}

.formbuttons {
	font-size: 11px;
	font-family: Arial;
}

.formlabels {
	font-size: 12px;
	font-family: Arial;
}

.formboldlabels {
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
}