/* Default CSS Stylesheet for a new Web Application project */
input
{
    BORDER-BOTTOM: 2px groove;
    BORDER-LEFT: 2px groove;
    BORDER-RIGHT: 2px groove;
    BORDER-TOP: 2px groove;
    FONT-FAMILY:arial, impact, sans-serif;
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 14px;
    MARGIN: 0px;
    TEXT-DECORATION: none;
    letter-spacing: 1;
    
}

.topfill
{	
    BORDER-RIGHT: 3px solid #333399;
    BORDER-TOP: 3px solid #333399;
    BORDER-LEFT: 3px solid #333399;
    BORDER-BOTTOM: 3px solid #333399;
    FONT-SIZE: 12px;
    FONT-FAMILY: Arial,sans-serif;
    text-align:center;
    position:absolute;
    left:0;
    top:0;
    width:600;
    height:50;
}

.outerbox
{
	
    BORDER-RIGHT: 3px solid #333399;
    BORDER-TOP: 3px solid #333399;
    BORDER-LEFT: 3px solid #333399;
    BORDER-BOTTOM: 3px solid #333399;
    FONT-SIZE: 12px;
    FONT-FAMILY: Arial,sans-serif;
    text-align:center;
    position:absolute;
    left:0;
    top:0;
    width:600;
    height:350;
    z-index:2
}

.innerbox
{
    BORDER-RIGHT: 3px solid #FF3333;
    BORDER-TOP: 3px solid #FF3333;
    BORDER-LEFT: 3px solid #FF3333;
    BORDER-BOTTOM: 3px solid #FF3333;
    FONT-SIZE: 12px;
    FONT-FAMILY: Arial,sans-serif;
    text-align:center;
    position:absolute;
    left:100;
    top:130;
    width:400;
    height:100;
    z-index:2		
}
.output
{
    color:#333399;
    FONT-SIZE: 12px;
    FONT-FAMILY: Arial,sans-serif;
    text-align:center;
    position:absolute;
    left:0;
    top:125;
    width:600;
    z-index:5;
}


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;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

/*
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;
	}
*/	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
.whiteTextItal
{
    FONT-SIZE: 12px;
    COLOR: #ffffff;
    FONT-STYLE: italic;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
.whiteText
{
    FONT-SIZE: 9pt;
    COLOR: #ffffff;
    FONT-FAMILY: sans-serif
}
.whiteSmall
{
    FONT-SIZE: 11px;
    COLOR: #ffffff;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
A.whiteSmall
{
    FONT-SIZE: 16px;
    COLOR: #ffffff;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
.OrangeText
{
    FONT-SIZE: 11px;
    COLOR: #ffcc00;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
A.OrangeText
{
    FONT-SIZE: 16px;
    COLOR: #ffcc00;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
.NavText
{
    FONT-SIZE: 9pt;
    COLOR: #000000;
    FONT-FAMILY: sans-serif
}
A.NavText
{
    FONT-SIZE: 16px;
    COLOR: #ffffff;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none
}
.whiteFat
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: #ffffff;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
.blackText
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: navy;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: white
}

.redText
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: red;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: white;
    z-index:1;
    position:absolute;
    top:200;
    left:70
}
BLOCKQUOTE
{
    BORDER-RIGHT: navy;
    BORDER-TOP: navy;
    MARGIN-TOP: 0%;
    BORDER-LEFT: navy;
    BORDER-BOTTOM: navy
}
.pinkSmallText
{
    FONT-SIZE: 8pt;
    COLOR: #336699;
    FONT-FAMILY: Verdana, Arial
}
.inputFormText
{
    FONT-SIZE: 8pt;
    COLOR: #330066;
    FONT-FAMILY: Verdana, Arial
}
.ThinBorder
{
    FONT-SIZE: 9pt;
    COLOR: #000000;
    FONT-FAMILY: sans-serif;
    BACKGROUND-COLOR: #ffffff
}
