/* 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;
}

.sub	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	9pt;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:normal;
	letter-spacing:	normal;
	text-transform:	none;
	color:black;
	}	
	
.content
{	
	font-family:Arial,verdana;
	font-size:9pt;
	color:#666666;
	LETTER-SPACING: 0.5;
	word-spacing: 1;
	line-height: 1.5;
	font-weight:500;
	
	
}
.more
{	
	font-family:Arial,verdana;
	font-size:8pt;
	color:#666666;
	font-weight:800;
	text-decoration:	none;
	
	color:#333333;
	
}
.more:hover
{	
	font-family:Arial,verdana;
	font-size:8pt;
	color:#666666;
	font-weight:800;
	text-decoration:underline;
	color:Black;
	
}
.byline
{
	font-family : Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-size : 8px;
	color : #333333; 
	font-weight: bold; 
	line-height : 14px;
	text-transform : uppercase;
	letter-spacing : 1px
	}
.head
{
	font-family: Arial, Geneva, Helvetica, sans-serif; 
	font-size:12px; 
	color:#990000; 
	line-height:16px;
	font-weight:bold; 
	text-decoration: none
	}
	.head:hover
{
	font-family: Arial, Geneva, Helvetica, sans-serif; 
	font-size:12px; 
	color:#666666; 
	line-height:16px;
	font-weight:bold; 
	text-decoration: underline;
	}
.footer
{
	font-family: Arial, Geneva, Helvetica, sans-serif; 
	font-size:11px; 
	color:white; 
	line-height:16px;
	font-weight:800; 
	text-decoration: none
	}
.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: 13px;
    BORDER-LEFT: #003300 1px solid;
    BORDER-BOTTOM: #003300 1px solid;
    FONT-FAMILY: Verdana, Arial, Sans-Serif;
    width:230px;
    height:120px;
    
}
.button
{
    BORDER-RIGHT: #003300 1px solid;
    BORDER-TOP: #003300 1px solid;
    FONT-SIZE: 12px;
    BORDER-LEFT: #003300 1px solid;
    BORDER-BOTTOM: #003300 1px solid;
    FONT-FAMILY: Verdana, Arial, Sans-Serif;
    width:125px;
    height:20px;
    
}
