body
{
	background-color :White;
	font: 11px Helvetica, Arial, sans-serif;
}

textarea, select, input
{
	font: 11px Helvetica, Arial, sans-serif;
}

span
{
	font: 12px Helvetica, Arial, sans-serif;
	line-height: 1.5em;
}

td
{
	font: 11px Helvetica, Arial, sans-serif;
	line-height: 1.5em;
}

p
{
	line-height: 1.5em;
}

a, a:active, a:visited
{
	color: #000000;
	text-decoration: underline;
}

a:hover
{
	color: #505050;
	text-decoration: underline;
}

.bold
{
	font-weight: bold;
}

.sidebar-black
{
	font-size: 11px;
	line-height: 100%;
	/*color: #000000;*/
	padding: 3px 0 6px 4px;
}

.sidebar-black a, .sidebar-black a:visited
{
	color: #000000;
	text-decoration: underline;
}

.sidebar-white
{
	font-size: 11px;
	line-height: 100%;
	color: #ffffff;
	padding: 3px 0 6px 4px;
}

.sidebar-white a, .sidebar-white a:visited
{
	color: #ffffff;
	text-decoration: underline;
}

.sidebar-orange
{
	/*font-size: 11px;
	color: #ee7107;*/
	line-height: 100%;
	padding: 0 17px 12px 14px;
}

.cookietrail
{
	font-size: 11px;
	color: #9b9b9b;
}

.cookietrail a, .cookietrail a:visited
{
	color: #737373;
	text-decoration: underline;
}

.cookietrail a:hover
{
	color: #505050;
}

.footer
{
	font-size: 11px;
	color: #505050;
}

.footer a, .footer a:visited
{
	color: #9b9b9b;
	text-decoration: none;
}

.footer a:hover
{
	color: #2e2e2e;
}

.LeftNav
{
	background-color : #e8882e;
}

.BodyBackground
{
	background-color : #f1f1ef;
}

.SectionHeading
{
	font-size: 14px;
	color: #ea7612;
	line-height: 1.5em;
}

.ValidationMessages
{
	font-size: 11px;
	color: #e54135;
}

.TextBoxNormal
{
	width: 135px; /* 20 Digits Width */
}

.DisableTextBoxNormal
{
	background-color: lightgrey;
}

.DropDownNormal
{
	width: 135px; /* 20 Digits Width */
	text-transform: capitalize;
}

#ContainerTable
{
	background-color : white;
}

.SmallText
{
	font-size: 9px;
}

.strengthIndicator a 
{
	color: black;
	text-decoration: none;
}

.strengthInvalid 
{
	background-color: #EBEBEB;
}

.strengthWeak 
{
	background-color: #FFD35E;
}

.strengthStrong 
{
	background-color: #3ABB1C;
}

.SectionTitle, .naaFormSectionTitleTd
{
	color: #E8882E;
	font-weight: bold;
	text-transform: uppercase;
	border-top: 1px solid #E8882E;
	border-bottom: 1px solid #E8882E;
	vertical-align: middle;
	height: 20px;
}