/* Default CSS Stylesheet for a new Web Application project */

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: georgia, 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: georgia, 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: georgia, 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: georgia, 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: georgia, 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: georgia, 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;
	
	}	
			
A:hover	{	
	text-decoration:	underline;
	color: Yellow;
	}
	
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:	 square ;
	}	

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: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border-style:none;
	}
LABEL
{
	color:Black;
	font-family:georgia;
	font-size:xx-small;
}
INPUT
{
	border-style:solid;
	border-width:1px;
	border-color:DimGray;
	color:Black;
	font-family:georgia;
	font-size:xx-small;
}
BODY
{
    background-image: url(/images/page_bg.gif);
    FONT-FAMILY: georgia, Helvetica, sans-serif;
    FONT-SIZE:x-small;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
SELECT
{
	border-style:solid;
	border-width:1px;
	color:Black;
	font-family:georgia;
	font-size:xx-small;
}
BUTTON
{
	padding:1px;
	overflow:visible;
	font-family:georgia;
	font-size:xx-small;
}
.ErrDisp
{
	font-family:georgia;
	font-size:xx-small;
	color:Red;
}
.LabelEmp
{
	color:Black;
	font-family:georgia;
	font-size:x-small;
}
.NavigationLink
{
	text-decoration:	none;
	color:	#c0c0c0;
	

	}
.CheckBox
{
	border-style: none;
}

.NewsItem
{
	 font-family: georgia;
	 font-size: xx-small;
	 text-align: justify; color:#FFFFFF	
}

.MenuTable
{
	 font-family: georgia;
	 font-size: 8pt;
	 text-align: justify; color:#C0C0C0; font-weight:bold; list-style-image:url('images/arr.gif')
	  
}

.BulletStyle
{
	 font-family: georgia;
	 font-size: 10pt;
	 text-align: justify; color:black; list-style-image:url('images/arr.gif')
	  
}


.ContractTableText
{
	 font-family: georgia; 
	 font-size: x-small;
	 text-align: justify; color:black;	
}

.tabImage
{
	position: absolute; 
	left: 0; 
	top: 0; 
	right: 0; 
	bottom: 0; 
	z-index: 0;
}