body 
	{
	/* background-image: url('images/man.jpg'); */
	background-position: top center;
	background-repeat: no-repeat;
	/*background-color: #D3D3D3;*/
	background-color: #FFFFFF;
	}
	
	/*
		a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!!
		a:active MUST come after a:hover in the CSS definition in order to be effective!!
	*/
	a:link {color: #000000}     /* unvisited link */
	a:visited {color: #000000}  /* visited link */
	a:hover {color: #000000}   /* mouse over link */
	a:active {color: #000000}   /* selected link */
		
table
	{
	font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	font-size: 10px;
	font-weight: normal;
	border: solid 0px #000000;	
	border-collapse: collapse;
	margin: 0px;	
	}

table.Frame
	{
	padding: 0px;
	}
	
tr
	{
  text-align: left;
  font-weight: normal;
	}
	
td
	{
	padding: 1px;
	margin: 0px;
	/* background-color: #BBBBBB; */
	font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	font-size: 12px;
	font-weight: normal;	
	color: #000000;
	}
	
td.SelectedBg
	{	
	background-color: #ada790;
	}
	
td.Frame
	{	
	border: solid 0px #000000;		
	padding: 0px;
	margin: 0px;
	background-color: Transparent;
	}		
	
h1 
	{
	font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	font-size: 16px;
	font-weight:normal;
	margin: 0px;
	}	
	
td.Head
	{
	border-bottom: solid 1px #000000;
	border-left: solid 0px #000000;
	border-right: solid 0px #000000;
	border-top: solid 0px #000000;
	padding: 0px;
	background-color: Transparent;
	font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	font-size: 14px;
	font-weight: bold;
	}
	
td.Grid
	{
		border: solid 1px #000000;
	}
	
td.DefaultHeader
	{
	font-weight: bold;	
	color: #000000;
	}
	
td.DefaultCellLeft
	{
	}		
	
td.DefaultCellRight
	{
	}	
	
td.PriceHead
	{
	font-weight: bold;	
	color: #000000;
	}		
	
td.PriceHeadRight
	{
	font-weight: bold;
	color: #000000;
	}
	
td.Price
	{
	}		

td.PriceRight
	{
	}
	
td.PriceBottom
	{
	}			
	
td.PriceBottomRight
	{
	}

div.Menu
	{
	font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	font-size: 16px;
	text-align: left;
	}
	
div.Main
	{
	padding-top: 1px;
	font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	font-size: 12px;
	text-align: left;
	}

td.ioNeo
	{	
  	border: solid 1px #000000;
	padding: 5px;
	background-color: #B8AB94;
	}	

div.AeroStudio
	{	
	border: solid 1px #000000;		
	padding: 5px;
	background-color: #000000;
	font-size: 10px;
	color: #FFFFFF;
	font-family:"Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	text-align:left;
	}
	
td.INV
	{
	padding: 5px;
	padding-right: 15px;
	background-color: Transparent;
	width: 70%;
	}
	
td.RightMenu
	{
	padding: 5px;
	background-color: Transparent;
	}
	
table.INV
	{
	width: 80%;
	}
	
ul.navLinkList, ol.navLinkList { 
   margin:auto 1em 1em 0; 
   padding:0; 
   left:-3em;
   overflow:hidden;
}

li.deal { 
   font-size: 13px;
   margin-top:0.2em;
   margin-bottom:0.4em; 
}
 
li.navLinkItem { 
   margin-top:0.2em;
   margin-bottom:0.4em; 
}

a.navLink {
	/*text-decoration: none;*/
}
a.navLinkActive {
	text-decoration: none;
}


