
/* Default Styles */

body {
	background-color: #FFF;
	margin: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}






/* Text and Content Styles */

.welcomebg {
	background-image: url(../images/welcome.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 130px;
}
	.welcomebg .indent {
		padding-right: 170px;
	}

.imgright {
	float: right;
	margin: 0px 0px 10px 10px;
}

.text {
	font-size: 9pt;
	line-height: 18px;
	color: #000000;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 16pt;
	font-weight: bold;
	color: #CC0000;
}

.text-bold {
	font-size: 9pt;
	line-height: normal;
	font-weight: bold;
	color: #CC0000;
}

.text-white {
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}

.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

.text-small {
	font-size: 8pt;
	color: #000000;
}

.text-highlight {
	font-size: 9pt;
	line-height: normal;
	font-weight: bold;
	color: #CC0000;
}

.header-sub {
	font-size: 11pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #CC0000;
	letter-spacing: 2pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.footer {
	font-size: 11px;
	color: #999999;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}




/* Fleet Guide Styles */

.flLetter {
	font-size: 14px;
	color: #CC0000;
	border: 1px solid #CC0000;
	font-weight: bold;
	text-align: center;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}

.flType {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
	padding-left: 5px;
}

.flModel {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background-color: #CCCCCC;
	padding-left: 5px;
}

.flCode {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background-color: #CCCCCC;
	text-align: right;
	padding-right: 5px;
}

.flText {
	font-size: 11px;
	color: #333333;
	padding: 10px;
	vertical-align: top;
	line-height: 19px;
	width: 180px;
}

.flPerson {
	margin-right: 3px;
}

.flText2 {
	font-size: 11px;
	color: #333333;
	padding: 10px;
	vertical-align: top;
	line-height: 19px;
}



/* Datagrid Styles */

.datagrid {
	border-collapse: collapse;
	width: 100%;
}
	.datagrid th {
		font-family: Arial;
		font-size: 9pt;
		letter-spacing: 1px;
		font-weight: bold;
		color: #FFFFFF;
		background-color: #666666;
		text-align: left;
		padding: 4px;
	}
	.datagrid td {
		font-size: 8.5pt;
		background-color: #f9f9f9;
		vertical-align: top;
		border-bottom: 1px solid #CCC;
		padding: 4px;
	}

.locationsdg {
	border-collapse: collapse;
	width: 550px;
}
	.locationsdg th {
		background-color: #CC0000;
		text-align: center;
		color: #FFF;
		font-size: 10.5pt;
		font-weight: bold;
		padding: 5px;
	}
	.locationsdg td {
		font-size: 8.5pt;
		padding: 10px 5px 30px 5px;
		text-align: center;
		vertical-align: top;
	}








