.hometopbg {
	background-image: url(graphics/homepage_graphics/yellow_spacer.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	background-color: #CCCC66;
}
.homebottombg {
	background-color: #666633;
}
td,body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 5mm;
}
.whitetext {
	color: #FFFFFF;
}
a whitetext:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a whitetext:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a whitetext:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a whitetext:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.TextBoxStyle {
	color : #000000;
	font-size : 11px;
}ul {
	list-style-type: square;
}
.CaseStudyTitle {
	font-size: 12px;
	text-transform: uppercase;
	color: #666633;
}
.searchbg {
	background-image: url(graphics/secondary_graphics/searchbox.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.copyright {
	font-size: 10px;
	color: #666666;
}
a copyright:hover {
	color: #CCCC66;
}
.normallink {
	color: #339999;
}
a normallink:hover {
	color: #CCCC66;
}
.innerpagebg {
	background-image: url(graphics/secondary_graphics/background.gif);
	background-repeat: repeat-x;
}
.TitleText {
	color: #666633;
}
.TitleTextLarge {
	color: #666633;
	font-size: 13px;

}
.popupbg {
	background-image: url(graphics/popup_graphics/popup_background.gif);
	background-repeat: repeat-x;
}
.sagebgcolor {
	background-color: #CCCC66;
}
.calcbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 50px;
}
.greenbox {
	border: 1px solid #CCCC66;
	padding: 10px;
}
/*******************************/
table.thintable {
	border-width: 2px;
	border-spacing:1px ;
	border-style: solid;
	border-color: #8b7b67;
	border-collapse: collapse;
	background-color: white;
}
table.thintable th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: #8b7b67;
	background-color: white;
	-moz-border-radius:0px ;
}
table.thintable td {
	border-width: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 2px;
	padding-left: 4px;
	border-style: inset;
	border-color: #8b7b67;
	background-color: white;
	-moz-border-radius:0px ;
}

