/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #416E85;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: small;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin-top:0px;
}

TR.Line 
{
	
}
	
TD 
{
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11pt;
    vertical-align:top;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

.navitems 
{
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    color:#FFFFFF;
    padding-left:10px;
    padding-right: 15px;    
    border-left: solid 1px #cccccc;
    FONT-WEIGHT: bold;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

.content { 
position: relative; 

} 

.small
{
    font-weight: normal ;
	font-style: normal ;
    font-size: 11pt;
    color: #000000;
    font-family:  arial,verdana, helvetica, sans-serif;
}

.extrasmall
{
    font-weight: normal ;
	font-style: normal ;
    font-size: 9pt;
    color: #000000;
    font-family:  arial,verdana, helvetica, sans-serif;
}

.smallblue
{
    font-weight: normal ;
	font-style: normal ;
    font-size: 12pt;
    color: #000044;
    font-family:  arial,verdana, helvetica, sans-serif;
}

.formerror
{
    font-weight: normal ;
	font-style: normal ;
    font-size: 10pt;
    color: #ff0000;
    font-family:  arial,verdana, helvetica, sans-serif;
}
.smallwhite
{
    font-weight: normal ;
	font-style: normal ;
    font-size: 8pt;
    color: #ffffff;
    font-family:  arial,verdana, helvetica, sans-serif;
}
.mediumred
{
    font-weight: normal ;
	font-style: normal ;
    font-size: 10pt;
    color: #DE3A0E;
    font-family: arial, Verdana, helvetica, sans-serif;
}


.large
{
    font-weight: normal ;
	font-style: normal ;
    font-size: 14pt;
    color: #000000;
    font-family: arial, Verdana, helvetica, sans-serif;
}
.medium
{
    font-weight: normal ;
	font-style: normal ;
    font-size: 10pt;
    color: #000000;
    font-family: arial, Verdana, helvetica, sans-serif;
}

A.mediumlink 
{
	color:#4444CC;
	text-decoration: underline;
}

A.nav 
{
	color:#FFFFFF;
	text-decoration: none;
}
		
A.nav:hover	{	
	text-decoration:	underline;
	font-weight:900;
	}
	
INPUT.form 
{
	width: 120px;
	font-weight: normal ;
	font-style: normal ;
    font-size: 10pt;
    color: #000000;
    font-family: arial, Verdana, helvetica, sans-serif;
	
}
