body {
	margin: 0px;
}
.cellBlackCaption {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}
.cellOrange {
	background-color: #FF8800;
}
.cellPaleOrange {
	background-color: #FFEEBB;
	font-size: 11px;
	font-family: Tahoma, Arial, sans-serif;
	line-height: 14px;
}
.cellInfoHeader {
  	background-image:url(../images/layout/info_background.gif);
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	height: 40px;
	vertical-align: top;
}

a:link { color: #FF8800; text-decoration: none; }
a:visited { color: #FF8800; text-decoration: none; }
a:hover { color: #FF8800; text-decoration: underline; }
a:active { color: #FF8800; text-decoration: none; }

a.linkBlack:link { color: #000000; text-decoration: none; }
a.linkBlack:visited { color: #000000; text-decoration: none; }
a.linkBlack:hover { color: #000000; text-decoration: underline; }
a.linkBlack:active { color: #000000; text-decoration: none; }

.layerPaleOrange {
	background-color: #FFEEBB;
  visibility: visible;
 	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}
.textBody {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.textBodySmall {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
}
.textHeader {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 24px;
	line-height: 32px;
}
.textOrange {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #FF8800;
	font-weight: bold;
}
.textGrey {
	color: #777777;
}
.tableImageHolder {
	background-color: #FFEEBB;
	color: #000000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	border: 0px;
	line-height: 14px;
}
.tableNoBorder {
	margin: 0px;
	padding: 0px;
	border-top: 0px none;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
}
.tableList {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	border: 1px solid #FF8800;
}
.textSubHeader {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
}
.textInfoHeader {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
}
.tableListLarge {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	border: 1px solid #FF8800;
}
.cellPaleOrangeLarge {

	background-color: #FFEEBB;
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	line-height: 16px;
}
form {
	margin: 0px;
}
table {
	text-align: left;
}
.shadowLeft {
	background-image:url(../images/layout/shadow_left.gif);
}
.shadowRight {
	background-image:url(../images/layout/shadow_right.gif);
}