/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    Margin-top: 1px;
    background-image: url(images/background10b.jpg); 
    background-repeat: repeat-x;
	background-color:#ffffff;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #559828;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.10em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #0e02a0
	}	
		
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;
	}	


A:link	
{	
	text-decoration:	none;
	color:	#559828;	 
	FONT-SIZE: 10pt;		 
	FONT-WEIGHT: bold 
}	
		
A:visited	
{	
	text-decoration:	none;
	color:	#559828;	 
	FONT-SIZE: 10pt;		 
	FONT-WEIGHT: bold 
}	
		
A:active	
{	
	text-decoration:	none;
	color:	#559828;	 
	FONT-SIZE: 10pt;		 
	FONT-WEIGHT: bold 
}	
		
A:hover	
{	
	text-decoration:	none;
	color:	#cccccc;	 
	FONT-SIZE: 10pt;		 
	FONT-WEIGHT: bold 
}	
A.basemenu:link	
{	
	text-decoration:	none;
	color:	#559828;	 
	FONT-SIZE: 7pt;		 
	FONT-WEIGHT: bold 
}	
		
A.basemenu:visited	
{	
	text-decoration:	none;
	color:	#559828;	 
	FONT-SIZE: 7pt;		 
	FONT-WEIGHT: bold 
}	
		
A.basemenu:active	
{	
	text-decoration:	none;
	color:	#559828;	 
	FONT-SIZE: 7pt;		 
	FONT-WEIGHT: bold 
}	
		
A.basemenu:hover	
{	
	text-decoration:	none;
	color:	#cccccc;	 
	FONT-SIZE: 7pt;		 
	FONT-WEIGHT: bold 
}	
A.baselinks:link	
{	
	text-decoration:	none;
	color:	#000000;	 
	FONT-SIZE: 7pt;		 
	FONT-WEIGHT: bold 
}	
		
A.baselinks:visited	
{	
	text-decoration:	none;
	color:	#000000;	 
	FONT-SIZE: 7pt;		 
	FONT-WEIGHT: bold 
}	
		
A.baselinks:active	
{	
	text-decoration:	none;
	color:	#000000;	 
	FONT-SIZE: 7pt;		 
	FONT-WEIGHT: bold 
}	
		
A.baselinks:hover	
{	
	text-decoration:	none;
	color:	#cccccc;	 
	FONT-SIZE: 7pt;		 
	FONT-WEIGHT: bold 
}	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	circle ;
	margin-left: -20px
	}	

UL LI LI	{	
	list-style-type:	disc;
	}
	
LI.disc	
{	
	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: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom:0px;
	display: block
}
IMG.xmas	
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom:0px;
}

IMG.portfolio 	
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom:0px;
	display: block;
	border: solid 1px black
}
IMG.content 	
{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	display: block
}
TD.header
{
	font-size: 14pt;
	font-weight: bold;
	color: #559828;
	text-align: center;
	vertical-align: top
}
TD.header2
{
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	vertical-align: top
}
TD.green
{
	HEIGHT: 2px;
	WIDTH: 980px;
	background-color: #559828
}
TD.grey
{
	HEIGHT: 2px;
	WIDTH: 980px;
	background-color: #c0c0c0
}
TD.sideaddress
{
	vertical-align:top;
	text-align: center;
	padding-top: 10px;
	font-size: 10pt
}
TD.sidelist
{
	vertical-align:top;
	text-align: left;
	font-size: 10pt
	
}
TD.main_left
{
	vertical-align:top;
	width: 750px;
	font-size: 10pt
}
TD.10pt
{
	font-size: 10pt	
}
TD.biznetwork
{
	vertical-align:bottom;
	width: 200px;
	text-align: center
}
TD.basemenu
{
	HEIGHT: 65px;
	WIDTH: 700px;
	background-color: #ffffff;
	text-align: center;		 
	FONT-SIZE: 9pt	
}
TD.portfolio
{
	width: 33%;
	vertical-align: top;
	text-align: center;	 
	FONT-SIZE: 10pt	
}
TABLE.portfolio
{
	width: 940px	
}
TABLE.frame
{
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	WIDTH: 980px;
    border-top-style: inset;
	border-top-color: grey;
	border-top-width: 3px;
	border-bottom-style: outset;
	border-bottom-color: grey;
	border-bottom-width: 3px;	
	border-left-style: outset;
	border-left-color: grey;
	border-left-width: 3px;
	border-right-style: outset;
	border-right-color: grey;
	border-right-width: 3px;
	border-collapse: collapse;	
	background-color: #ffffff
}
TABLE.main
{
	WIDTH: 980px;
	border-collapse: collapse;
	background-color: #ffffff;
	text-align: left;
	font-size: 10pt;
}
TABLE.main_left
{
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	WIDTH: 750px;
	border-collapse: collapse;
	background-color: #ffffff;
}
TABLE.topbar
{
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	WIDTH: 980px;
	HEIGHT:200px;
	border-collapse: collapse;
	background-color:#ffffff;
    background-image: url(images/thumbnailgreen2.jpg); 
    background-repeat: no-repeat 
}
TABLE.topmenu
{
	WIDTH: 980px;
	HEIGHT: 32px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color:#ffffff
}
TABLE.basemenu
{
	WIDTH: 980px;
	HEIGHT: 70px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color:#ffffff
}
TABLE.sidemenu
{
	WIDTH: 200px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 6px;
	background-color:#ffffff
}
