/* Default CSS Stylesheet for a new Web Application project */

body
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Times New Roman, 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: green;
}
H1	{	
	font-family: Times New Roman, Verdana, Helvetica, sans-serif;
	font-size:	1.40em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-bottom: 0px
	}	
		
H2	{	
	font-family: Times New Roman, Verdana, Helvetica, sans-serif;
	font-size:	1em;
	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;
	}	

DIV.leftimage
{
	vertical-align: top;
	text-align: center;
	width: 164px;	
	height: 160px;
	padding: 0px;
	margin: 0px;	
}
DIV.leftimage
{
	vertical-align: top;
	text-align: center;
	width: 164px;	
	height: 200px;
	padding: 0px;
	margin: 0px;	
}
DIV.leftmenu
{
	vertical-align: top;
	text-align: center;
	width: 164px;	
	height: 300px;
	padding: 0px;
	margin: 0px;	
}
DIV.leftaddress
{
	vertical-align: top;
	text-align: center;
	width: 164px;	
	height: auto;
	padding: 0px;
	margin: 0px;	
}

A:link	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#cccccc;
	}
	


A.local:link	{	
	text-decoration:	none;
	color:	#008000;
	font-weight: bold
	}	
		
A.local:visited	{	
	text-decoration:	none;
	color:	#008000;
	font-weight: bold
	}	
		
A.local:active	{	
	text-decoration:	none;
	color:	#008000;
	font-weight: bold
	}	
		
A.local:hover	{	
	text-decoration:	none;
	color:	green;
	font-weight: bold;	
	}
	
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: 0px;
	margin-right: 0px;
	}
	
IMG.contentleft
{
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}

IMG.contentright
{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}
	
TD.center
{
	text-align: center	
}
TD.main
{
	width: 634px;
	background-color: #ffffff;
	vertical-align: top;
	text-align:center;
	 border-collapse:collapse;
	 margin:0px;
	 padding: 0px	
}
TD.sidemenu
{
	width: 166px;
	background-color: Green;
	vertical-align: top;
	text-align:center;
	border-collapse:collapse;
	margin:0px;
	padding: 0px	
}
TABLE.main
{
	 width: 634px;
	 border-collapse:collapse;
	 margin:0px;
	 padding: 0px	
}
TABLE.frame
{
	 width: 800px;
	 border-collapse:collapse;
	 margin:0px;
	 padding: 0px	
}
