BODY {
	margin: 0px;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
}
H1{
	text-align:center;
}
#navCell {
	background-image: url(../images/sideBG.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	text-align: center;
	padding: 2px;
}
#contentCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding: 4px;
	padding-right: 38px;
}

/*=============NAVIGATION============*/
#navCell #nav {
	width: 110px;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration:none;
	background-color:#4D4E6A;
}
#navCell #nav a{
	width: 110px;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
	margin:4px;
}
#navCell #nav a.navDown{
	width: 110px;
	font-size: 10pt;
	font-weight: bold;
	color: #91AECC;
	text-decoration:none;
}
#navCell #nav .inputStyle{
	width: 60px;
	height:16px;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
	border:1px solid #91aecc;
	background-color:#FFFFFF;
	margin:2px;
}
#navCell #nav .submit{
	width: 60px;
	height:25px;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
	border:1px solid #91aecc;
	background-color:#91aecc;
	margin:2px;
}
/*===========TABLES===========*/
.listings{
	border:1px solid #000000;
	padding:4px;
}
.listings th{
	background-color:#4D4E6A;
	color:#FFFFFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	border:0px;
}
.listings a{
	color:#FFFFFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	border:0px;
}
.listOdd{
	background-color:#CCCCCC;
	color:#000000;
}
.listOdd a{
	color:#4D4E6A;
	background-color:#CCCCCC;
	text-decoration:underline;
	font-weight:normal;
}
.listEven{
	background-color:#FFFFFF;
	color:#000000;	
}
.listEven a{
	color:#4D4E6A;
	background-color:#FFFFFF;
	text-decoration:underline;
	font-weight:normal;
}
.style
{
    z-index: 1000;
}
