/* Default CSS Stylesheet for a new Web Application project */
.thinTable { border-style:solid; border-width:thin; font-family:Arial;}
.whiteLinks { color: White; font-family: Arial; font-size: 9pt;}
A.whiteLinks { color: White; text-decoration: none; font-weight:bold;font-size:14px;}
.cFormField  { font-size: 10pt; font-family: Arial, Serif; color: #333333; background-color: lightgrey; border:none; width: 150px; height: 30px; border-style:solid; border-width:1px; border-color:Black;} 
.TitleBar  { font-size: 10pt; font-family: Arial, Serif; color: #333333; background-color: lightgrey; border:none; width: 350px; height: 30px; border-style:solid; border-width:1px; border-color:Black;} 
.siteMenu { border-color:White; border-style:solid; border-width:thin; font-family:Arial;color:White;background-color:#339933}
a.sidebar    { text-decoration: none; color: Black;  font-weight:bold; font-family:Arial, "MS Sans Serif", "sans serif"; font-size: 10pt; } 
.cSmallFormField  { font-size: 10px; font-family: Arial, Serif; color: #333333; background-color: lightgrey; border:none;  border-style:solid; border-width:1px; border-color:Black;} 

.cFormFieldCopy  { font-size: 10px; font-family: Arial, Serif; color: #333333; background-color: lightgrey; border:none; } 
.thinBlackBorder  { font-family: Arial, Serif; color: #333333; background-color: lightgrey; border:none;  border-style:solid; border-width:1px; border-color:Black;} 
.grblackborder { font-family: Arial, Serif; color: #333333; background-color: #99CC99 border:none;  border-style:solid; border-width:1px; border-color:Black;} 
.thinGreyBorder  { font-family: Arial, Serif; color: darkgrey;   border-style:solid; border-width:1px; border-color:#CCCCCC;} 

.whiteTable  { font-size: 9px; font-family: Arial, Serif; color: Black; background-color: white; border: #000033; border-style: outset; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;} 
.greenButton {font-size: 12px; font-family: Arial, Serif; color: #FFFFFF; background-color:#339933; height:30px; width: 70px; border:none;} 
A { text-decoration:none; font-size:14px;}
.contentPage { font-size: 9px; font-family:Arial, Serif; color: Black; background-color:White;}
.SiteColors { background-color: #BDCBB5; }
.darkColors { background-color: #4A7E57; color: White}

.Title
{	
	 background-color: #99CC99; color:Black; font-family:Trebuchet MS; font-size: medium; height:35px; 
}

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
TD
{
	font-size: 10pt;	
}
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: Black;
}
H1	{	
	font-family: Arial, 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: Arial, 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;
	color: Maroon;
	}	
		
H3	{	
	font-family: Arial, 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: Arial, 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: Arial, 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: Arial, 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;
	}	



		

	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
UL LI { list-style-position: outside;margin-bottom: 0px}
 

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;
	}	

