/* Default CSS Stylesheet for a new Web Application project */


BODY
{
    FONT-FAMILY: Arial, Helvetica;
    FONT-SIZE: 10pt;
}

.bodyBold 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;

}

.bodyAlert
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #ff0000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}

.columnBody
{
    FONT-SIZE: 10px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
.columnBold
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}

H1	{	
	font-family: Arial, Helvetica;
	font-size:	24pt;
	font-weight:	800;
	}	
		
H2, .header	{	
	font-family: Arial, Helvetica;
	font-size:	20pt;
	font-weight:	800;
	}	
		
H3 {	
	font-family: Arial, Helvetica;
	font-size:	18pt;
	font-weight:	700;
	}	
		
H4, .subheader	{	
	font-family: Arial, Helvetica;
	font-size:	16pt;
	font-weight:	700;
	}	
		
H5, DT	{	
	font-family: Arial, Helvetica;
	font-size:	10pt;
	font-weight:	600;
	}	
		
H6	{	
	font-family: Arial, Helvetica;
	font-size:	8pt;
	font-weight:	600;
	}	
		
A:link	{	
	text-decoration:	none;
	color:	#006600;
	font-weight:bold;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#006600;
	font-weight:bold;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#006600;
	font-weight:bold;
	}	
		
A:hover	{	
	text-decoration: underline;
	color:	#006600;
	font-weight:bold;
	}
	
IMG 	{
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	}
	
A.menu:link {text-decoration:none;color:white;font-weight:bold;font-size:10pt;}
A.menu:visited {text-decoration:none;color:white;font-weight:bold;font-size:10pt;}
A.menu:active {text-decoration:none;color:white;font-weight:bold;font-size:10pt;}
A.menu:hover {text-decoration:underline;color:white;font-weight:bold;font-size:10pt;}

.img_over
{border-style: solid; margin: 0px; border-width: 3px; border-color:B48C54; }
   
.img_out
{border-style:none; margin: 2px}

/*
to use img_over & img_out add the following line to IMG tag:

class=img_out onmouseout="this.className='img_out';" onmouseover="this.className='img_over';"

Or add "id=name" to IMG tag and "name.className=" to A HREF tags.

*/


td.formlabel
{
	font-family:Arial,Helvetica;
	font-weight:bold;
}	

td.boldformlabel
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
}
	
input.button
	{
		border: solid 3px Black;
		background: #FFDBA6;
		color: Black;
		font-family: Arial,Helvetica;
		font-weight:bold;
		margin: 2 2 2 2;
		font-size:9pt;	 
	}

input.buttonhover
	{
		border: solid 3px Black;
		border-color:#B36B00;
		background: #FFDBA6;
		color: Black;
		font-family: Arial,Helvetica;
		font-weight:bold;
		margin: 2 2 2 2;
		font-size:9pt;
	}
	

td,div,p
	{
    FONT-FAMILY: Arial, Helvetica;
    FONT-SIZE: 10pt;
	}
	
td.tableheadersmall, tr.tableheadersmall
	{
		background: #FFDBA6;
		color: Black;
		font-family: Arial;
		font-weight: normal;
		font-size: 10pt;
		vertical-align:baseline;
	}
td.tableheadersmall A {color: White; text-decoration: underline; font-weight:normal;}
tr.tableheadersmall A {color: White; text-decoration: underline; font-weight:normal;}
td.tableheadersmall A:hover {color: White; text-decoration: underline; font-weight:normal;}
tr.tableheadersmall A:hover {color: White; text-decoration: underline; font-weight:normal;}
tr.tableheadersmall TD {padding: 3 3 3 3;}

td.tableheader, tr.tableheader
	{
		background: #FFDBA6;
		color: Black;
		font-family: Arial;
		font-weight: bold;
		font-size: 11pt;
		vertical-align:baseline;
	}
td.tableheader A {color: White; text-decoration: underline; font-weight:normal;}
tr.tableheader A {color: White; text-decoration: underline; font-weight:normal;}
td.tableheader A:hover {color: White; text-decoration: underline; font-weight:normal;}
tr.tableheader A:hover {color: White; text-decoration: underline; font-weight:normal;}
tr.tableheader TD {padding: 3 3 3 3;}



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;
	}	
	
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;
	}
