/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
.text	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	11pt;
	font-style:	normal;
	font-weight:700;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	color:#666666;
	}
.textPlus	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	14pt;
	font-style:	normal;
	font-weight:500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	color:#666666;
	}
.lingo	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	10pt;
	font-style:	normal;
	font-weight:700;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	line-height:2.0;
	color:#006633;
	word-spacing:	1.5;
	letter-spacing:	1.5;
	font-style:italic;
	}
.link	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	7pt;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	color:Yellow;
	}	
.link:hover	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	7pt;
	font-style:	normal;
	text-decoration:	underline;
	word-spacing:	normal;
	letter-spacing:	normal;
	color:white;
	}	
		
.NormalTextBox
{
    BORDER-RIGHT: #003300 1px solid;
    BORDER-TOP: #003300 1px solid;
    FONT-SIZE: 13px;
    BORDER-LEFT: #003300 1px solid;
    BORDER-BOTTOM: #003300 1px solid;
    FONT-FAMILY: Verdana, Arial, Sans-Serif;
    width:230px;
    
}
.LargeTextBox
{
	BORDER-RIGHT: #003300 1px solid;
	BORDER-TOP: #003300 1px solid;
	FONT-SIZE: 16px;
	BORDER-LEFT: #003300 1px solid;
	BORDER-BOTTOM: #003300 1px solid;
	FONT-FAMILY: Verdana, Arial, Sans-Serif;
	width:230px;
	height:120px;
	color: #333333;
	background-color: #FFFFFF;
	font-weight: bold;
    
}
.button
{
    BORDER-RIGHT: #CC6600 1px solid;
    BORDER-TOP: #CC6600 1px solid;
    FONT-SIZE: 12px;
    BORDER-LEFT: #CC6600 1px solid;
    BORDER-BOTTOM: #CC6600 1px solid;
    FONT-FAMILY: Verdana, Arial, Sans-Serif;
    width:125px;
    height:25px;
    
}
