/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    background-image: url('images/back.jpg');
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 100%;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
.OuterTableBorder
{
	border-right: gainsboro 0.5em solid;
	border-top: gainsboro 0.5em solid;
	font-size: 100%;
	border-left: gainsboro 0.5em solid;
	border-bottom: gainsboro 0.5em solid;
	font-family: Verdana, Helvetica, sans-serif;
}	
.AllText
{
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 80%;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}


.SMALL	{	
	font-size:	.80em;
	}	

.BIG	{	
	font-size:	1.10em;
	}	
	
.VeryBig	{	
	font-size:	1.90em;
	}	
	
.TextBoxWidth
{
	width: 250pt;
	position: static;
}
.MultilineTextBoxWidth
{
	width: 250pt;
	position: static;
	height: 225pt;
}

.LightTableBorder
{
	border-right: whitesmoke 0.5em solid;
	border-top: whitesmoke 0.5em solid;
	font-size: 1em;
	border-left: whitesmoke 0.5em solid;
	border-bottom: whitesmoke 0.5em solid;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 100%;
}		
.DoubleTableBorder
{
	border-right: lightgrey double;
	border-top: lightgrey double;
	font-size: 100%;
	border-left: lightgrey double;
	border-bottom: lightgrey double;
	font-family: Verdana, Helvetica, sans-serif;
}		
	
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;
	}