body {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #E1D2AA;
}

TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #52443B;
}

A {
	text-decoration: none;
	color: #98160C;
}
A:hover {
	text-decoration: none;
	color: #98160C;
}
A:visited {
	text-decoration: none;
	color: #98160C;
}
.OrangeBackground, .BeigeBackground, .GreyBackground, .PaleBackground {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.GreyBackground {
	color: #4D4030;
	background-color: #CFBFA5;
}
.BeigeBackground {
	color: #5F522F;
	background-color: #F0C581;
}
.OrangeBackground {
	color: #692F01;
	background-color: #efa913;
}
.PaleBackground {
	background-color: #E8E1C7;
}

.BrownTitleText, .BrownText, .BrownHeaderText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #52443B;
}
.BrownHeaderText {
	font-size: 11px;
}
.BrownText {
	font-size: 10px;
}
.BrownTitleText {
	font-size: 14px;
	text-transform: uppercase;
	padding: 2px;
	margin: 2px;
}


.RedTitleText, .RedText, .RedPagePath, .RedHeaderText {
	font-family: Arial, Helvetica, sans-serif;
	color: #98160C;
}
.RedPagePath {
	font-size: 11px;
	font-weight: bold;
}
.RedHeaderText {
	font-size: 12px;
	font-weight: bold;
}
.RedText {
	font-size: 11px;
}
.RedTitleText {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
}

.InputTextBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-style: solid;
	border-width: 1px;
	border-color: #98160C;
	margin: 1px;
	padding: 2px;
}
.InputSelect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-style: solid;
	border-width: 1px;
	border-color: #98160C;
	margin: 1px;
	padding: 2px;
}
.InputButton { 
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	border:1px solid;
	border-top-color: #98160C;
	border-left-color: #98160C;
	border-right-color:#000000;
	border-bottom-color:#000000;
	background-color:#ccf;
	margin: 1px;
	padding: 2px;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffff',EndColorStr='#98160C'); 
}
.InputOptionButton { 
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	border:1px solid;
	border-top-color: #98160C;
	border-left-color: #98160C;
	border-right-color:#000000;
	border-bottom-color:#000000;
	background-color:#ccf;
	margin: 1px;
	padding: 0px;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffff',EndColorStr='#98160C'); 
}
.GreyTitleText, .GreyText {
	font-family: Arial, Helvetica, sans-serif;
	color: #766454;
}
.GreyText {
	font-size: 10px;
}
.GreyTitleText {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
}

.imgSmall {
	border-width: 1px;
	border-style: groove;
	border-color:#000000;
	padding: 1px;
	background-color: #FFFFFF;
	margin: 1px;
}

.InfoBox {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	padding: 2px;
	background-color: #FFFF66;
	color: #000000;
}
.fieldLegend{
	color : #98160C;
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight: normal;
}
ul {
	list-style-image: url(/img/content/base/orange_arrow.gif);
	margin-left: 0px;
	padding-left: 0px;
}
.SideBarHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #52443B;
	font-size: 11px;
	cursor: pointer;
	background-color: #CFBFA5;
	text-align: left;
	margin: 1px;
	padding: 1px;
}
.sideBarLinks {
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 8px;
	border-left-width: 1px;
	border-left-color: ##FF0000;
	text-align: left;
}
.fieldHelpText {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	background-color: #FFFFCC;
	display: block;
	padding: 1px;
	font-size: 10px;
}
.invalidCol {
	background-color: #FF9999;
}