/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: black;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

A:link	{	
	text-decoration:	none;
	color:	#FFFFFF;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#FFFFFF;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#FFFFFF;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#FFFFFF;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
.SandraTable
{
	font-family:Arial;
	font-size: 11pt;
	color:White;
	background-color: Black;
}
.SandraTable2
{
	font-family:Arial;
	font-size: 9pt;
	color:White;
	background-color: Black;
}
.SandraMenu
{
	font-family:Arial;
	font-size: 24pt;
	color:White;
	background-color: Black;
}
.MenuBackground
{
	background-color: #CCCCCC;
}