/* Default CSS Stylesheet for a new Web Application project */

A:link	{	
	text-decoration:	none;
	color:	gray;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	gray;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	cccc99;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	cccc99;
	}

.table_header {font-size:14px; font-weight:bold; color:000000; background-color:#cccc99; font-family:Verdana}
.table_body {font-size:12px; font-weight:bold; color:000000; background-color:#ffffff; font-family:Verdana}
.table_normal {font-size:12px; font-weight:normal; color:000000; background-color:#ffffff; font-family:Verdana}

.error {font-size:12px; font-weight:normal; color:Red}
.error_bold {font-size:12px; font-weight:bold; color:Red}

.button {color:000000; font-weight:bold; font:verdana; width:100; background-color:#cccc99}
.button_wide {color:000000; font-weight:bold; font:verdana; width:200; background-color:#cccc99}