/* Default CSS Stylesheet for a new Web Application project */

BODY
{
   font-weight: normal;
   font-size: 12px;
   font-family: Arial;
   margin: 0px;
   word-spacing: normal;
   text-transform: none;
   font-family: Arial, Helvetica, sans-serif;
   letter-spacing: normal;
   background-color: white;
}
TD	
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-style: normal; 
	line-height: normal; 
	font-weight: normal;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #000000;
}
H1	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	16px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}
	
H2	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	14px;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	16px;
	font-weight:	800;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	12px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	12px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	12px;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	12px;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link
{
   font-weight: normal;
   color: blue;
   text-decoration: underline;
}	
		
A:visited	{	
	text-decoration:	underline;
	FONT-WEIGHT: normal;
	color:	purple;
	}	
		
A:active	{	
	text-decoration:	underline;
	FONT-WEIGHT: normal;
	color:	black;
	}	
		
A:hover	{	
	text-decoration:	underline;
	FONT-WEIGHT: normal;
	color: red;
	}

SMALL	{	
	font-size:	10px;
	}	

BIG	{	
	font-size:	14px;
	}	

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;
	}	


A.headermenu:ACTIVE, A.headermenu:LINK,  A.headermenu:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bolder;
	font-style: normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color : white;
}

A.headermenu:HOVER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bolder;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color : #ffcc33;
}

A.leftnav:ACTIVE, A.leftnav:LINK, A.leftnav:visited
{
   font-size: 0.9em;
   word-spacing: normal;
   text-transform: none;
   color: white;
   font-style: normal;
   font-weight: normal;
   font-family: Arial, Helvetica, sans-serif;
   letter-spacing: normal;
   text-decoration: none;
}

A.leftnav:HOVER
{
   font-size: 0.9em;
   word-spacing: normal;
   text-transform: none;
   color: #ffcc33;
   font-style: normal;
   font-weight: normal;
   font-family: Arial, Helvetica, sans-serif;
   letter-spacing: normal;
   text-decoration: none;
}

.trademark 
{
	FONT-SIZE: 8px; 
	VERTICAL-ALIGN: super; 
	FONT-FAMILY: arial;
}
 
.small
{
	font-size: 11.5px;
}

table.invoice 
{
	font-family:arial,helvetica,sans-serif;
	font-size:xx-small;
	margin-left:auto;
	margin-right:auto;
	width:700px;
	border:solid black 1px;
	border-collapse:collapse;
}

table.invoice td 
{
	vertical-align:top;
}

td.leftColumn 
{
	padding-top:.5em;
	text-align:right;
}

.invoiceHeading 
{
	background-color:gray;
	color:white;
	font-weight:bold;
}

.pageContent
{
	width:700px;
	margin-left:auto;
	margin-right:auto;
}