/* Default CSS Stylesheet for a new Web Application project */

.HeaderText
{
	font-weight: bold;
	font-size: 1em;
	color: Black;
	font-family: Verdana, Helvetica, sans-serif;
}

.Heading
{
    color: Black;
    font-family: Verdana, Helvetica, sans-serif;
    font-weight:bold;
    font-size:1.2em    
}

.Section
{
    color: Black;
    font-family: Verdana, Helvetica, sans-serif;
    font-weight:bold;
    font-size:1em    
}

.Prompt
{
    color: Black;
    font-family: Verdana, Helvetica, sans-serif;
    font-weight:normal;
    font-size:.9em    
}

.Link
{
    font-family: Verdana, Helvetica, sans-serif;
    font-weight:normal;
    font-size:.8em    
}

.TabBody
{
    BACKGROUND-COLOR: #fffbe7;	
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

BODY
{
    BACKGROUND-COLOR: #ECF9EC;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 1.0em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

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;
	}
	
