/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	color:#666666 ;
    BACKGROUND-COLOR:White;
    FONT-FAMILY:arial;
    FONT-SIZE:9pt;
}

table
{
	font-size: 8pt;
	color: #666666;
	font-family: arial;
}

A
{
	font-family:arial;
	text-decoration:none;
	color:	crimson;
	}	
A:hover	{	
	text-decoration:underline;
	color:	#3333cc;
	}
	
.aLinks
{
	text-decoration:none;
	color:	crimson;
	line-height:14pt;
	padding-left:2pt;
	padding-right:2pt;
	border:1pt solid white;
}
.alinks:hover
{
	background-color:#ebf3ff;
	text-decoration:none;
	border:1pt solid cornflowerblue;
}

textArea
{
	border:1pt solid #666666;
	font-family:tahoma;
	font-size:8pt;	
}	

Select
{
	border:1pt solid #666666;
	font-family:Verdana;
	font-size:8pt;	
}	

input
{
	border:1pt Solid #666666;
	font-family:tahoma;
	font-size:8pt;
}

.input
{	
	border:1pt solid #666666;
	width:60;
	background-color:SeaShell;
	color:#666666;
}

.info
{
	color:crimson;
	font-size:7.5pt;
}