body,td,th 
{
	SCROLLBAR-FACE-COLOR: #C57128; 
	SCROLLBAR-HIGHLIGHT-COLOR: cornsilk; 
	SCROLLBAR-SHADOW-COLOR: cornsilk; 
	SCROLLBAR-ARROW-COLOR: cornsilk; 
	SCROLLBAR-TRACK-COLOR: OldLace; 
	/*FONT-FAMILY: Arial;*/
	font: icon;
	SCROLLBAR-DARKSHADOW-COLOR: cornsilk;
		
}
.gradualshine{
filter:alpha(opacity=30);
-moz-opacity:0.3;
}
/*
SubNavLinkText
{
	font-size: 13px;
	color: #ECDED1;
}
*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: /*#C57128;OldLace*/ lightgray;
}
.style6 {color: #FFFFFF; font-size: 13px; }
.style11 {color: #FFFFFF; font-weight: bold; font-size: 13px; }
.style13 {color: #EECDAD; font-weight: bold; font-size: 13px; }
.style12{	font-size: 13px;background-color: #dfc4aa;}
form{margin:0px; padding:0px;
}
table.topNavDropDown
{
	border-right: black thin solid;
	border-right-width: 1px;
	border-top: black thin solid;
	border-top-width: 1px;
	border-left: black thin solid;
	border-left-width: 1px;
	border-bottom: black thin solid;
	border-bottom-width: 1px;
	background: /*#dfc4aa;*/OldLace;
	border-color: #F2D9CC;
}
.style14 {
	font-size: 13px;
	color: #A8A7A9;
}
.style15 {
	font-size: 13px;
	color: #E9D5CC;
}
.style16 {
	font-size: 13px;
	color: #F2D9CC;
	font-weight: bold;
}
.style17 {
	font-size: 13px;
	color: #897B6E;
}
a.NavLinkText
{
	font-size: 13px;
	color:   white;
	text-decoration: none;
}
a.SubNavLinkText
{
	/*FONT-FAMILY: Times New Roman; */
	color: black;
	text-decoration: none;
	font: caption;
}
a
{
	font: icon;	
	font-size: 13px;
	color: black;
	text-decoration: underline;
}
a.:hover 
{
	 text-decoration: underline; 
} 
a.SubNavLinkText:hover
{
	text-decoration: underline; 
} 
table.main
{
	 /*background: #dfc4aa;*/
	 background: cornsilk;
	border-color: Black;
	font-size: 13px;
	color: Black;
	text-decoration: none;
}
table.bottom{
	border-bottom: black thin solid;
	border-bottom-width: 1px;
	background: white;
	border-color: Black;
}
font
{
	font: icon;
	font-size: 13px;
	color: black;
}
font.fontPageText{
	font: icon;
	font-size: 13px;
	color: black;
}
.text{
	font-size: 13px;
	color: Black;
}
font.orange{
	font-size: 15px;
	color: #C57128;
	text-decoration: none;
}
font.white
{
	font: icon;
	/*THIS IS TEXT IN ctrlNotification */
	font-size: 14px;
	color: #C57128;
	text-decoration: none;
}
.validatorErrorFont
{
	font: icon;
	font-size: 13px;
	color: Red;
}
textarea
{
	font: icon;
	font-size: 11px;
	border-style: solid;
	border-width: 1px;
	width: 250px;
	
	border-right:			1px solid;
	background-position: 0% 0%;
	border-top:				1px solid;
	background-attachment: scroll;
	background-color: white;
	border-left: 1px solid;
	width: 152px;
	border-bottom: 1px solid;
	background-repeat: repeat;
	border-color: black;
}
/*
input
{
	font-family: Monotype Corsiva;
	font-size: 13px;
	border-style: solid;
	border-width: 0px;
	width: 152px;
}
*/
input
{
	font: icon;
	border-right: 1px solid;
	border-top: 1px solid;
	background-color: white;
	border-left: 1px solid;
	width: 152px;
	border-bottom: 1px solid;
	background-repeat: repeat;
	border-color: black;
	font-size: 11px;
}
select
{
	font: icon;
	border-style: groove;
	border-right: 1px solid;
	border-top: 1px solid;
	font-size: 11px;
	border-left: 1px solid;
	width: 155px;
	border-bottom: 1px solid;
	background-color: white;
	border-color: black;
	border-collapse:collapse;
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: gainsboro;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font-size: 7;
line-height:113px;
z-index:100;
border-right: 1px solid black;
border-bottom: 1px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 13px;
}