body	{
		font-size:12px;
		font-family: Arial, Helvetica;
		background-color:#ffffff;
		color: #000000;
		margin: 1px 2px 2px 2px;
		scrollbar-3d-light-color: #C6BEAD;
		scrollbar-arrow-color:#e1e1F0;
		scrollbar-base-color: #C6BEAD;
		scrollbar-dark-shadow-color: #BCB5A5;
		scrollbar-face-color:#C6BEAD;
		scrollbar-highlight-color: #9C9585;
		scrollbar-shadow-color: #e1e1F0;
		}

TD 	{
		font-family: Arial, Helvetica;
		font-size:12px;
		valign: top;
		}

INPUT, TEXTAREA, SELECT {
		font-family: Arial, Helvetica;
		font-size: 12px;
		margin-top: 0px;
		margin-bottom: 0px;
		height: 19px;
		background: #F6eEeD;
		border: 1px;
		border-style: solid;
		border-color:#000000;
		}

a		{
		text-decoration:none;
		color:#000099;
		background:transparent;
		}

a:hover {
		COLOR: #0000ff;
		background:#ffff00;
		}

.myradio {
		background:transparent;
		border:0px;
		height:17px;
		}

.buttonradio {
		color:#ffffff;
		background:#aCa595;
		border-style:groove;
		}

a.button		{
		font-size:12px;
		font-family: Arial, Helvetica;
 		text-decoration:none;
		font-weight:bold;
		color:#ffffff;
		background:#aCa595;
		border-style:groove;
		height: 18px;
		border-bottom-color:#555555;
		border-left-color:#cccccc;
		border-top-color:#cccccc;
		border-right-color:#555555;
		padding-left:0px;
		padding-top:0px;
		padding-right:0px;
		padding-bottom:1px;
		border-top-width:2px;
		border-left-width:2px;
		border-right-width:2px;
		border-bottom-width:2px;
}
a.button:hover	{
		font-size:12px;
		font-family: Arial, Helvetica;
		text-decoration:none;
		font-weight:bold;
		color:#aa0000;
		background:#eeee00;
}

a.testbutton {
		color:#ff0000;
		background-image: url(/includes/logobackgroundimage.gif);
		background-repeat: repeat-x; 
}
a.testbutton:hover {
		color:#0000ff;
		background-image: url(/includes/logobackgroundimage-hover.gif);
		background-repeat: repeat-x; 
}

.errtext	{
		font-weight:bold; 
		color:#dd0000; 
		background:#eeee00;
}
.myhead 			{font-weight:bold;	 font-size:18px; }
.mysubhead 		{font-weight:bold; font-size:16px; text-decoration:underline;}
.rowhead 		{font-weight:bold; font-size:14px; }
.FormTitle 		{font-weight:bold; color:#000000; }
.DisplayValue 	{font-weight:normal; color:#000066; }
.tableheadrow 	{background-color:#bcb5a5; color:#000000;}
.tablerow 		{background-color:#ece5e5; color:#000000;}
.tablealtrow 	{background-color:#fcf5f5; color:#000000;}
.tablewinrow 	{background-color:#eeee00; color:#000000;}
.tableformrow  {height:18;}


.dlgtopleft  	{background-color:#BCB5A5; }
.dlgboxhead   {background-color:#a69e9d; color:#000000;}
.dlgboxrows 	{background-color:#C6BEAD; color:#000000;}
.dlgbotright	{background-color:#aCa595; }
.smalltext    {font-size:10px; }
.standout     {font-style:italic;	color:#ff0000;}

.mybutton {
	font-family: Arial, Helvetica;
	font-size: 13px; 
	font-style: normal;
	color: #FFCC33; 	
	font-weight: bold;
	background: #999999; 
	height: 22px; 
	border-style: groove; 
	border-left-color : #ffffff;
	border-top-color : #ffffff;
	border-right-color : #555555;
	border-bottom-color : #555555;
	margin-top: 0px; 
	margin-bottom: 0px; 
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-top-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
}
