col {
       width:80px;
}

span.menuitem {
	height:100%;
	vertical-align:top;
	color:white;
}

/* ul {
	list-style-image:url(../images/bluebullet.gif);
} */


/*****************
	td  	
******************/
td {
	border: 1px none red;
	font-family: Verdana, Helvetica, sans-serif;
}

table.menuitem td {
	/* font-family: Verdana, Helvetica, sans-serif; */
	font-size: 8pt;
	font-weight:bold;
	color: white;
	/* cursor: pointer;	*/
	vertical-align: text-top;
}

table.submenu td {
	font-size: 8pt;
	color: white;
	cursor: pointer;
	padding-top:7px;
	padding-bottom:1px;
	padding-left:2px;
	padding-right:12px;
}

table.footer td {
	font-size: 8pt;
	color: white;
}

table.solutions td {
	line-height:110%;
}


/*****************
	tr 	
******************/
tr {
/*	height:100%; */
}


/*****************
	table 	
******************/
table {
	border: 2px none green;        
} 

table.menuitem {
	width: 80%;
	padding:0;	
}

table.submenu {
	background-color:black;
	width:auto;	
	filter:alpha(opacity=90);
}
	
table.solutions {
	text-align:left;
}
table.font1{ 
	font-family:Arial, Helvetica, sans-serif;
	
	text-align:justify;
	
}

/*****************
	div  	
******************/
div {
	border: 1px div red;
}
div.faded{
	
}
div.header {
       	/*	border: 2px none purple;
			background-repeat:repeat-y;
			background-color:#000000;
			background-image: url("../images/gradient.gif");
			*/
	width: 100%;
	position:absolute; 
	left:1px; 
	top:1px; 
	z-index:2;
}
div.header2 {
       		border: 2px none purple;
			background-repeat:repeat-y;
			background-color:#cbbfad;
			background-image: url("../images/gradient.gif");
			width: 100%;
			text-align:center;
}

div.menu	{
	border: 2px none blue;
	/*position:relative;
	z-index:3;*/
}
div.caption{
			scrollbar-face-color: #666666;
            scrollbar-highlight-color: #444444;
            scrollbar-3dlight-color: #444444;
            scrollbar-darkshadow-color: #444444;
            scrollbar-shadow-color: #444444;
            scrollbar-arrow-color: #FFFFFF;
            scrollbar-track-color: #444444;
}


div.cassubmenu	{
	/*border: 2px none blue;
	background-color:#91abb7; */	   			
}

div.body {	
	background-repeat:no-repeat;
	/*height:525px;*/
	width:100%
}

div.footer {
       		border: 2px none purple;
	   		/*background-repeat:repeat-y;
			background-color:#6B5D44;
			background-image: url("../images/gradient.gif"); */
	   		width: 100%;
}

div.bullets, div.quote, div.poc {
	font-size:8pt;
	scrollbar-face-color: #666666;
	scrollbar-highlight-color: #444444;
	scrollbar-3dlight-color: #444444;
	scrollbar-darkshadow-color: #444444;
	scrollbar-shadow-color: #444444;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #444444;
}

div.statement {
	font-size:10pt;
}

