@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
}

body {
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #e4f3fc;
}

.Content {}

.Header {}

.Footer {}

.Hightlight {}

.Econolite {}

.EconoliteGroup {}

.Safetran {}

.CalChassis {}

.TeamE {}

.Aegis {}

.ArroyoDeMexico {}

#Outer {
	background-color: #FFF;
	}

#MainTable .NavCell {
	}

.NavCell a:link {
	}

	
.NavCell a:visited {
	}
	
.NavCell a:hover {
	}
	
/* -- MAIN CONTENT TABLE */
#MainContent {
	font-size: 10px;
}

/* -- LEFT CONTENT  --*/
.MainContent-Left {
	background:url(/images/main-nav/fade-bg-gray.gif) repeat-x;
	background-color: #e6f1d8;
	width: 40%;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
	}
	
.MainContent-Left h1 {
	font-size: 16px;
	text-align: center;
	}
	
.MainContent-Left a:link, a:active, a:visited {
	color: #000;
	text-decoration: none;
	line-height: 10px;
	}
	
.MainContent-Left a:hover {
	color: #118dc8;
	}

	
/* -- MIDDLE CONTENT  --*/
.MainContent-Middle {
	background:url(/images/main-nav/fade-bg-white.gif) repeat-x;
	background-color: #FFF;
	width: 60%;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
	}

.MainContent-Middle h1 {
	font-size: 16px;
	text-align: center;
	}	
	
.MainContent-Middle a:link, a:active, a:visited {
	color: #000;
	text-decoration: none;
	line-height: 15px;
	}
	
.MainContent-Middle a:hover {
	color: #118dc8;
	}
	
/* -- RIGHT CONTENT */
.MainContent-Right {
	background:url(/images/main-nav/fade-bg-gray.gif) repeat-x;
	background-color: #e6f1d8;
	width: 33%;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
	}
	
.MainContent-Right h1 {
	font-size: 16px;
	}
	
.MainContent-Right a:link, a:active, a:visited {
	color: #000;
	text-decoration: none;
	line-height: 15px;
	}
	
.MainContent-Right a:hover {
	color: #118dc8;
	}
	
/* -- FOOTER --*/
.FooterText {
	font-size: 9px;
	text-align:center;
		}
		
.FooterText a:link, a:active, a:visited {
	text-decoration: none;
	color: #000;
		}
		
.FooterText a:hover {
	color: #999;
		}