.margintext {
	padding: 0px 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.lightertext {
	padding: 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: lighter;
	color: #999999;
}
.background {
	background-repeat: repeat-x;
}
.margintext2 {
	padding: 10px;
}
.uppertabsTable {
	margin-top:0;
	margin-left:auto;

}
.searchForm {
	width:150px;
	height: 50px;
	position:fixed;
	margin-top:5px;
}
.logoBanner {
	margin-bottom: 10px;
}
.dkGreyBar {
	background-color:#333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.lightGreyBar {
	background-color:#EEE;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.dkTealSIDEBar {
	background-color:#66CCCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	margin:10px;

}
.lightGreyColumn {
	background-color:#f4f4f4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	margin:10px;
	border: thin solid #CCCCCC;
}
.whiteColumn {
	background-color:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	width:100%;

}
