body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003399;
	background-color: #999999;
	text-align: left;



}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;

}

.navTabsTable{
	margin-left: 3px;
	padding-left: 3px;
	}


.navTabsTable td{
	margin-left: 3px;
	padding-left: 3px;
	}


.navTable{
	width: 400px;
	}
	
.navTable td{
	width: 75px;
	color: #311849;
	vertical-align: middle;
	}
	
.navTable td a{
	text-decoration:none;
	}
	
.navTable td a:hover{
	text-decoration:none;
	color: #CC3333;
	}
.navTableLink{
	text-align: center;
	font-size: 12px;
	vertical-align: middle;
	}

/* Orders Page */
.orderTable {

	}
	
.orderTable td {
	color: #311849;
	vertical-align: middle;
	}
	
.orderTable ul{
	list-style-type: none;
	text-align: center;
	margin-top: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-left: 0px;
	margin-right: 10px;
	}
	
.orderTable li{
	list-style-type: none;
	margin-top: 5px;
	margin-left: -5px;
	margin-bottom: 5px;
	}
	
.modelTable td {
	vertical-align: middle;
	padding-left: 30px;
	}
	
/* Site Content Page */
.siteTable ul{
	margin-left: 10px;
	padding-left: 5px;
	padding-top: 3px;
	}
	
.siteTable li{
	margin-left: -5px;
	font-size: 14px;
	list-style-type: square;
	list-style-image: url(../images/dot_bu.gif);
	}
