/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR:Gray;
    FONT-FAMILY: Arial;
    FONT-SIZE:x-small;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}

TABLE 
{
	background-color:White;
	}

A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
.sectionheader
{
	font-size:small;
	font-weight:bold;
	padding-bottom:10pt;}
.subsectionheader
{
	font-size:smaller;
	font-weight:bold;
	padding-bottom:5pt;}
.label
{
	font-size:x-small;
	font-weight:normal;
}
.warning
{
	font-size:x-small;
	font-weight:normal;
	color:Red;
	background-color:White;
}
a.menulink:link 
{
	text-decoration:none; 
	color: white; 
	font-size: smaller; 
	font-family: Arial Rounded MT Bold;
	margin-left:10;
	margin-right:10;
	} 
a.menulink:visited {
	text-decoration:none; 
	color: white; 
	font-size: smaller; 
	font-family: Arial Rounded MT Bold;
	margin-left:10;
	margin-right:10;
	}  
a.menulink:active {
	text-decoration:none; 
	color: white; 
	font-size: smaller; 
	font-family: Arial Rounded MT Bold;
	margin-left:10;
	margin-right:10;
	} 
a.menulink:hover {
	text-decoration:underline; 
	color: white; 
	font-size: smaller; 
	font-family: Arial Rounded MT Bold;
	margin-left:10;
	margin-right:10;
	} 