.basictable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
.basictable th {
	vertical-align: top;
	padding: 4px;
}
.basictable td {
	vertical-align: top;
	padding: 4px;
}
.darkheader {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003399;
}
.basictable tr.color1 {
	background-color: #EFEFEF;
}
#quickform {
	background-color: #3366CC;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	width: 474px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#quickform td {
	vertical-align: top;
	text-align: left;
	width: 186px;
}
#quickform th {
	vertical-align: top;
	width: 48px;
}

#quickform img {
	margin: 3px;
	width: 40px;
	height: 56px;
	float: left;
}


#quickform a:link, #quickform a:visited {
	color: #FFCC33;
	font-weight: bold;
}
#quickform a:hover, #quickform a:active {
	color: #99FFCC;
}

#fixtable {
	width: 456px;
	color: #003399;
	background-color: #EFEFEF;
}
*html #fixtable {
	width: 440px;
}
/**Set the td width and let the th flex to fit **/
#fixtable th {
}
#fixtable td {
	width: 290px;
}
#formtable th {
	text-align: right;
	vertical-align: top;
	line-height: 20px;
}
#centeredcols {
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#centeredcols td {
	text-align: center;
}
.centered {
	text-align: center;
}
#centeredcolswbdr {
	border: 1px solid #CCCCCC;
}
#centeredcolswbdr td {
	text-align: center;
}

