#topBanner {
	position : relative;
	top : 16px;
	left : 0px;
	height : 96px;
	width : 630px;
	border : 1px solid BLACK;
	background-color : BLACK;
	vertical-align : middle;
	color:white;
}

#botBanner {
	border : 1px solid BLACK;
	width : 630px;
	background-color : BLACK;
	color : #FFFFCC;
	font-family : Tahoma,Arial,sans-serif;
	font-size : 8pt;
	text-align : center;
	vertical-align : middle;
	left : 0px;
	position : relative;
	top : 0px;
}

#contents {
	padding : 6px;
}

#main {
	border : 1px solid BLACK;~

	height : 115px;
	width : 630px;
	background-color : #EBB90B;
	text-align : center;
	left : 0px;
	position : relative;
	top : 0px;
}

#menuBar {
	margin : 0px;
	padding : 3px;
	width : 99%;
	background-color : #990000;
	color : white;
	font-family : Arial,Helvetica,Geneva,sans-serif;
	font-size : 9pt;
	font-weight : bold;
	left : 0;
	position : relative;
	top : 4px;
	text-align: left;
}

#scrollMar {
	width : 98%;
	font-family : Tahoma,Arial,Helvetica,Geneva,sans-serif;
	font-size : 8pt;
	font-weight : bold;
	left : 0px;
	position : relative;
	top : 4px;
}

a {
	color : #FFFFCC;
	text-decoration : none;
}

a: hover {
	background-color : #FFFFCC;
	color : #990000;
}


a.lnk {color: #FF0000; text-decoration:none; font-weight:normal}

a.lnk:hover {color: #FFCC00}

table.dataList {
	border: 3px outset White;
}

.dataList thead {
	background-color: #990000;
	font-family: Verdana,sans-serif;
	font-size:11pt;
	font-weight : bold;
	text-align: center;
	cursor : default;
	color : White;
}

.dataList tbody {
	background-color: #E1E1E1;
}

.dataList td {
	font-family: Tahoma,Arial,sans-serif;
	font-size: 10pt;
}
.dataList tr {
	cursor:hand;
}

.dataList caption {
	font-size:8pt;
	font-family: arial;
}

table.prodList {
	border: 1px none White;
}

.prodList p {
	margin:0px;
	color: #800000;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

.prodList div {
	color: #000080;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 8pt;	
}

h1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : large;
	text-transform : uppercase;
	letter-spacing : 2pt;
}

h2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : medium;
}

hr {
	color: white;
}

ul {
	text-align:left;
}