.bodytextWhiteJustified {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EEEEEE;
	text-align: justify;
}
a.whiteLink {
	color: #FFFFFF;
	text-decoration: none;
}

a.whiteLink:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.tableText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}

a.tableLink {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #555555;
}

a.tableLink:hover { 
	color: #000000;
	text-decoration: none;
	background-color: #AAAAAA;
}

.nonAlignedBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.pageTitle {
	font-family: "Courier New", Courier, mono;
	font-size: 18pt;
	font-weight: bolder;
	font-variant: small-caps;
	color: #EEEEEE;
	text-align: left;
	text-indent: 10px;
}
.rightJustifiedWhite {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EEEEEE;
	text-align: right;
}

.searchField {
	background-color : #CACACA;
	color:#000000;
	font : 11px verdana, sans-serif;
	padding-bottom:1px;
	padding-top:2px;
	padding-left:4px;
	padding-right:4px;
	text-align: left;
	margin-top: 1px;
	margin-bottom: 1px;
	border-top-color: #999999;
	border-bottom-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	height: 16px;
}

.searchField:focus {
	background-color : #FFFFFF;
	color:#000000;
	font : 11px verdana, sans-serif;
}

.listBox {
	background-color : #CACACA;
	color:#000000;
	font : 11px verdana, sans-serif;
	border-top-color: #999999;
	border-bottom-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	height: 18px;
}

.listBox:focus {
	background-color : #FFFFFF;
	color:#000000;
	font : 11px verdana, sans-serif;
}

.textBox {
	background-color : #CACACA;
	color:#000000;
	font : 11px verdana, sans-serif;
	border-top-color: #999999;
	border-bottom-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.textBox:focus {
	background-color : #FFFFFF;
	color:#000000;
	font : 11px verdana, sans-serif;
}