body 
{
	font-family : verdana, Arial;
	margin: 0px;
	padding : 9px;
	background-color: #222;
	color : #333;
	text-align: center;
}

html
{
	overflow-y: scroll;	
}

table 
{
	margin : 0px;
	padding : 0px;	
}

td
{
	/* IE 6 inherit problem fix*/
	_font-size : 8pt;
	_font-family : verdana, Arial;
		
}
ul 
{
	
	padding : 0px 0px;
	zoom : 1;
	margin : 0px;
	
}

li span
{
	cursor : pointer;
	cursor : hand;		
}
	

a {
	color : #fff;
	font-weight : bold;
	cursor : pointer;
	cursor : hand;
	text-decoration : underline;
}

.clickable
{
	cursor : pointer;
	cursor : hand;		
	text-decoration: underline;
}

#pageContainer
{
	width : 893px;
	margin-left : auto;
	margin-right : auto;	
	text-align: left;
}

 #wrapper
{
	background-color: #fff;
	font-size : 9pt;
	width : 873px;
	float : left;
	padding : 10px;
	/* IE 6 crap */
	_width : 893px;
}

#wrapper a
{
	color : #777;
	font-weight : normal;
}
		
#leftTextArea
{
	background-color : #fff;
	margin-right : 280px;
	font-size : 8pt;
	padding : 10px 30px;
}
#rightTextArea
{
	width : 275px;
	float : right;
	background-color: #444;/*#5d1a22;*/
	color : #000;
}

#piaggioInformation
{
	width: 100%;
}

#piaggioInformation td
{
	padding : 10px;	
}



.aircraftPreview td
{
	padding : 10px;

}

#formContainer 
{
	width : 275px;
	margin : auto;
	color : #fff;
}


.formContainer td
{
	
	text-align : left;
	color : #fff;
	font-size : 8pt;	
}



.formContainer td.leftAlign 
{
	text-align : left;
}

.formContainer td.rightAlign
{
	text-align : right;
}
	.smallFormColumn {
		width : 105px;
	}
	.smallInputBox
	{
		width : 65px;
		height : 13px;
		_height : 20px;
		font-size : 0.9em;
	}
	.formInputBox
	{
		width : 120px;
		height : 13px;
		_height : 20px;
		font-size : 0.9em;
	}
	.formTextBox
	{
		width : 120px;
		height : 69px;
		font-size : 0.9em;
	}
	.formTimeDropDown
	{
		font-size : 0.9em;
	}
	.formTitle
	{
		font-style: italic;
		font-weight: bold;
		font-size : 1.5em;
		
	}
	
.paragraphTitle
{
		font-style: italic;
		font-weight : bold;
	
}

				.spanLeft
		 		{
		 		
			 		text-align : left;		 		
		 		}
		 		.spanRight
		 		{
			 		text-align : right;
			 		float : right;
		 					 		
		 		}
.alternatingText
{
	background-color : #F4EFE0;	
}
.piaggioTable td
{
	vertical-align : top;
	padding-top : 10px;
	
}	


