body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/site_top_shim.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
form {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	display: inline;
}
.tblTXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.tblTXT a {
	text-decoration: none;
}

.tblTXT a:hover 
{
	color:#CCCCCC;
	text-decoration: none;
}

.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #000066;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	background-color: #FFFFFF;
	border: 1px solid #000066;
	font-weight: bold;

}
.txt10 {
	font-size: 10px;
}
.txt11 {
	font-size: 11px;
}
.txt12 {
	font-size: 12px;
}
.txt14 {
	font-size: 14px;
}
.txt16 {
	font-size: 16px;
}
.txt18 {
	font-size: 18px;
}
.normal {
	font-weight:normal;
}
.bold {
	font-weight:bold;
}
.underlinefont {
	text-decoration: underline;
}
.italic {
	font-style: italic;
}
.none {
	display: none;
}
.clear {
	clear: both;
}
.leftfloat { 
	float: left;
	display: inline;
}
.rightfloat { 
	float: right;
	display: inline;
}
.centerfloat {
	text-align: center;
}
.txtleft {
	text-align: left;
	background-position: left;
	float: left;
}
.txtright {
	background-position: right;
	text-align: right;
}
.txtcenter {
	text-align: center;
	background-position: center;
}.txtwhite {
	color: #FFFFFF;
}
.txtgrey {
	color: #999999;
}
.txtblack {
	color: #000000;
}
a:link {
	color: #FFFFFF;
}
a:hover {
	color: #CCCCCC;
}
.ablue {
	color: #0000CC;
}
#bcrumbs {
	margin: 0px;
	clear: both;
	float: left;
	height: 20px;
	width: 548px;
	background-image: url(images/crumbsbg.gif);
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	text-align: left;
	font-size: 11px;
}
#bcrumbs ul {
	display: inline;
	padding-right: 4px;
	margin-left: 4px;
	text-align: left;
}
#bcrumbs li {
	display: inline;
	padding-right: 4px;
	margin-left: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	text-align: left;
}
#bcrumbs li.last {
	border: 0;
}
#bcrumbs a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#bcrumbs a:hover {
	color: #FFCC00;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

a.black:link, a.black:visited, a.black:active {
	color: #000000;
}
a.black:hover, a.black {
	color: #FFCC00;
}
a.blue:link, a.blue:visited, a.blue:active {
	color: #000099;
}
a.blue:hover, a.blue {
	color: #FFCC00;
}
