	.style1		   {font-family: Arial Rounded MT , Arial, Helvetica, sans-serif;	font-size: 12px; color: #632D15; font-weight: bold; }
	.style2	   	   {font-family: Arial Rounded MT , Arial, Helvetica, sans-serif;	font-size: 12px; color: #632D15; }
	.style3   	   {font-family: Arial Rounded MT , Arial, Helvetica, sans-serif; font-size: 10px; color: #00688F; }
	.style4		   {font-family: Arial Rounded MT , Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; font-weight: bold; }

	
	A.showcase:link    { color: #632D15; font-family: Arial Rounded MT , Arial, Helvetica, sans-serif; font-size: 10px; text-decoration:none; font-weight: bold; }
	A.showcase:visited { color: #632D15; font-family: Arial Rounded MT , Arial, Helvetica, sans-serif; font-size: 10px; text-decoration:none; font-weight: bold; }
	A.showcase:active  { color: #632D15; font-family: Arial Rounded MT , Arial, Helvetica, sans-serif; font-size: 10px; text-decoration:none; font-weight: bold; }
	A.showcase:hover   { color: #632D15; font-family: Arial Rounded MT , Arial, Helvetica, sans-serif; font-size: 10px; text-decoration:none; font-weight: bold; }
	
	A.showcase1:link    { color: #632D15; font-family: Arial Rounded MT , Arial, Helvetica, sans-serif; font-size: 10px; text-decoration:none; }
	A.showcase1:visited { color: #632D15; font-family: Arial Rounded MT , Arial, Helvetica, sans-serif; font-size: 10px; text-decoration:none; }
	A.showcase1:active  { color: #632D15; font-family: Arial Rounded MT , Arial, Helvetica, sans-serif; font-size: 10px; text-decoration:none; }
	A.showcase1:hover   { color: #632D15; font-family: Arial Rounded MT , Arial, Helvetica, sans-serif; font-size: 10px; text-decoration:none; }
	
	a.leftmenu {
		font-family: Arial Rounded MT , Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #632D15;
		font-weight: bold;
		text-decoration: none;
		background-image:url(images/link_bg.gif);
		background-repeat: no-repeat;
		line-height: 18px;
		width: 100%;
		display:block;
		padding-left: 6px;
	}
	a.leftmenu:hover {
		font-family: Arial Rounded MT , Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #632D15;
		font-weight: bold;
		text-decoration: none;
		background-image:url(images/link_bg_mo.gif);
		background-repeat: no-repeat;
		line-height: 18px;
		width: 100%;
		display:block;		
	}

	
	
/* Form elements */

select.flat, textarea.flat, input.flat, 
select.error, textarea.error, input.error,
textarea.code { 
	border-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

select.flat, textarea.flat, input.flat,
textarea.code { 
	border-color : #000000;
	background : #e5e5e5;
}

select.error, textarea.error, input.error { 
	border-color : #000000;
}

select.flat, textarea.flat, input.flat, 
textarea.code, textarea.code-gray {
	font-family: Arial Rounded MT , Arial, Helvetica, sans-serif, monospace;
	font-size: 10px; 
	line-height: 12px; 
	color: #000000;
}

textarea.code-gray {
	border-style: solid;
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px;
	color: #808080;
}