/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    background-image: url(images/background.gif);
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	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: #cccccc;
	margin-top: 0px;
	margin-bottom: 10px
	}	
		
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: #cccccc;
	margin-top: 0px;
	margin-bottom: 10px
	}	
		
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;
	color: #003366;
	text-align: center
	}	
		
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:	#003366;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#003366;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#003366;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#FF3300;
	}
	
A.map:link	{	
	text-decoration:	none;
	color:	#003366;
	font-weight:bold;		
	font-size:	10pt
	}	
		
A.map:visited	{	
	text-decoration:	none;
	color:	#003366;
	font-weight:bold;		
	font-size:	10pt
	}	
		
A.map:active	{	
	text-decoration:	none;
	color:	#003366;
	font-weight:bold;		
	font-size:	10pt
	}	
		
A.map:hover	{	
	text-decoration:	none;
	color:	#FF3300;
	font-weight:bold;		
	font-size:	10pt
	}
	
A.sidemenu:link	
{	
	text-decoration:	none;
	color:	#ffffff;
	height: 20px
}	
		
A.sidemenu:visited	
{	
	text-decoration:	none;
	color:	#ffffff;
	height: 20px
}	
		
A.sidemenu:active	
{	
	text-decoration:	none;
	color:	#ffffff;
	height: 20px
}	
		
A.sidemenu:hover	
{	
	text-decoration:	none;
	color:	#FF3300;
	height: 20px
}	
A.baselinks:link	
{	
	text-decoration:	none;
	color:	#000000;	 
	FONT-SIZE: 8pt;		 
	FONT-WEIGHT: bold 
}	
		
A.baselinks:visited	
{	
	text-decoration:	none;
	color:	#000000;	 
	FONT-SIZE: 8pt;		 
	FONT-WEIGHT: bold 
}	
		
A.baselinks:active	
{	
	text-decoration:	none;
	color:	#000000;	 
	FONT-SIZE: 8pt;		 
	FONT-WEIGHT: bold 
}	
		
A.baselinks:hover	
{	
	text-decoration:	none;
	color:	#cccccc;	 
	FONT-SIZE: 8pt;		 
	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;
	}
	
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
}
IMG.body	
{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px
}
IMG.case	
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 8px
}
IMG.pklane	
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px
}
IMG.title	
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}
TD.copyright
{
	height: 40px; 
	border-collapse: collapse;
	font-size: 8pt; 
	vertical-align: middle;
	text-align: center;
    WIDTH: 790px;
	color: #000000;
	padding-top: 0px; 
}
TD.awd
{
	height: 20px; 
	border-collapse: collapse;
	FONT-SIZE: 7pt; 
	vertical-align: middle;
	text-align: center;
    WIDTH: 790px;
	color: #ffffff;	
	padding-top: 0px 		
}
TD.frame
{
	WIDTH: 790;
    border-collapse: collapse;	
	padding: 0px
}
TD.mainpeaks
{
	width:612px;
	border-collapse: collapse; 
	background-color: #ffffff;
	vertical-align: top;
	height: 450px;		
	font-size:	10pt;
	padding: 10px;
	color: #003366
}
TD.main
{
	width:612px;
	border-collapse: collapse; 
	background-color: #ffffff;
	vertical-align: top;
	height: 450px;		
	font-size:	10pt;
	padding: 10px;
	color: #003366
}
TD.maincont
{
	width:612px;
	border-collapse: collapse; 
	vertical-align: top;
	font-size:	10pt;
	padding: 0px;
	color: #003366;
	text-align: left;
	font-weight:bold
}
TD.client
{
	border-collapse: collapse; 
	vertical-align: top;
	text-align:center;
	padding: 0px;
}
TD.maincenter
{
	width:612px;
	border-collapse: collapse; 
	background-color: #ffffff;
	vertical-align: top;
	text-align:center;
	height: 450px;		
	font-size:	10pt;
	padding: 10px;
	color: #003366
}
TD.mainclient
{
	width:612px;
	border-collapse: collapse; 
	background-color: #ffffff;
	vertical-align: top;
	text-align:center;
	height: 450px;		
	font-size:	10pt;
	padding: 10px;
	color: #003366;
	BACKGROUND-IMAGE: url(images/818275xb2.jpg);	
	background-repeat:no-repeat
}
TD.maintypes
{
	width:612px;
	border-collapse: collapse; 
	background-color: #ffffff;
	vertical-align: top;
	text-align:center;
	height: 450px;		
	font-size:	10pt;
	padding: 10px;
	color: #003366;
	BACKGROUND-IMAGE: url(images/.jpg);	
	background-repeat:no-repeat
}
TD.mainmap
{
	width:612px;
	border-collapse: collapse; 
	background-color: #ffffff;
	vertical-align: top;
	text-align:center;
	height: 450px;		
	font-size:	10pt;
	padding: 10px;
	color: #003366;
	BACKGROUND-IMAGE: url(images/669640Xb.jpg);	
	background-repeat:no-repeat
}
TD.sidemenu
{
	width:178px;
	vertical-align: top;
	background-color: #606060;	
	border-collapse: collapse;
	text-align:left;
	font-size:	10pt;
	padding-left: 5px;
	padding-top: 15px;
	padding-right: 0px
}
TD.sidemenuinner
{
	width:178px;
	vertical-align: top;
	background-color: #606060;	
	border-collapse: collapse;
	text-align:left;
	font-size:	10pt;
	padding: 0px
}
TD.sidemenuimg
{
	width:176px;
	vertical-align: bottom;
	background-color: #606060;	
	border-collapse: collapse;
	text-align: left;
	font-size:	10pt;
	padding: 0px;
	height: 100%
}
TD.topbar_left
{
	width:178px;
	background-color: #003366;
	vertical-align: middle;
	text-align:left;	
	border-collapse: collapse;	
	padding: 0px
}
TD.topbar_right
{
	width:178px;
	background-color: #003366;
	vertical-align: middle;
	text-align:right;		
	border-collapse: collapse;
	color: #ffffff;	
	padding: 0px
}
TD.topbar_lefta
{
	width:178px;
	background-color: #003366;
	vertical-align: middle;
	text-align:center;	
	border-collapse: collapse;	
	padding: 0px	
}
TD.topbar_righta
{
	width:178px;
	background-color: #003366;
	vertical-align: middle;
	text-align:center;		
	border-collapse: collapse;
	color: #ffffff;	
	padding: 0px
}
TD.topbar_middle
{
	width:434px;
	background-color: #003366;
	vertical-align: middle;
	text-align:center;	
	border-collapse: collapse;
}
TD.topmenuleft
{
	height: 40px;
	width:178px;
	background-color: #003366;
	vertical-align: middle;
	text-align:center;
	BACKGROUND-IMAGE: url(images/menubar3.jpg);	
	border-collapse: collapse;
	font-size:	10pt;	
	padding: 0px	
}
TD.sidemenubase
{
	height: 40px;
	width:178px;
	vertical-align: middle;
	text-align:center;
	border-collapse: collapse;
	font-size:	10pt	
}
TD.topmenuright
{
	height: 40px;
	width:612px;
	background-color: #003366;
	BACKGROUND-IMAGE: url(images/menubar3.jpg);	
	border-collapse: collapse;
	font-size:	10pt;	
	padding: 0px
}
TD.spacer
{
 width: 15px
}
TD.casetext
{
	vertical-align:top;
	text-align: left;
	width: 150px;
	font-size: 11px;
	color: #003366
}
TD.casetextlarge
{
	vertical-align:top;
	text-align: left;
	font-size: 11px;
	color: #003366
}
TD.map
{
	font-size:	10pt;
	vertical-align: top
}
TD.bodytext
{
	vertical-align:bottom;
	text-align: left;
	font-size: 15px;
	color: #003366;
	font-weight:bold;
	height: 60px;
	width: 370px
}
TD.caseimg
{
	vertical-align: top;
	text-align: left	
}
TD.types_left
{
	width: 220px;
	font-size: 12px;
	font-weight: bold;
	padding: 5px; 
	border:solid 1px #003366;
	color: #003366	
}
TD.types_right
{
	width:221px;
	font-size: 12px;
	font-weight: bold;
	padding: 5px; 
	border:solid 1px #003366;
	color: #003366	
}
TABLE.clients
{
	 width: 450px;
	 height: 350px
}
TABLE.sidemenu
{
	width: 178px;
	border-collapse: collapse;
	height: 100%;
	padding: 0px	
}
TABLE.contact
{
	width: 540px; 
	height: 297px;
	text-align: center;
	padding: 0px
}
TABLE.basemenu
{
	width: 790px;
	border-collapse: collapse;
	BACKGROUND-IMAGE: url(images/basemenu.jpg);
	padding: 0px	
}
TABLE.frame
{
	WIDTH: 790px;
    border-collapse: collapse;
	border-left-style: solid;
	border-left-color: #000000;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	padding: 0px
}
TABLE.main
{
	WIDTH: 790px;
    border-collapse: collapse;
	padding: 0px
}

