<!-- Stylesheet for Client (frontend) website -->
.generalTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
}
<!-- table for PRODUCT PAGE -->
.vehicleTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #000066;
	text-align: center;
}
.tableSubtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background-color: #eeeeff;
	text-align: center;
}
.tableSubtitle2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background-color: #aaffaa;
	text-align: center;
}
<!-- title bg for LIST PAGE -->
.columnTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
	text-align: center;
}
.columnTitle2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
	text-align: left;
}
<!-- table bg for PICTURE MENU (page with boxes after login) -->
.tableContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
	text-align: center;
}
.tableContent2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
<!-- table for PICTURE MENU (page with boxes after login) -->
.externalTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #333333;
}
<!-- table bg for PRODUCT PAGE -->
.internalTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
}
<!-- title bg for PRODUCT PAGE -->
.internalTableHome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	background-color: #ffffff;
}
<!-- button for PICTURE MENU (page with boxes after login) -->
input.submit {
   background-color: #ffffff;
   font-weight: bold; 
   FONT-SIZE: 10px; 
   FONT-FAMILY: verdana, arial, helvetica;
   color: #333333;
}
<!-- link for LIST PRODUCTS -->
.generalLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
<!-- link for LIST PRODUCTS -->
.generalLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFCC66;
	text-decoration: underline;
}
<!-- link for PICTURE MENU (page with boxes after login) -->
.homeLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
<!-- link for PICTURE MENU (page with boxes after login) -->
.homeLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.errorMessage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
<!--- Reports Selection page links --->
.ReportLink {
	color: #000066;
}
.ReportLink:link {
	color: #000066;
}
.ReportLink:visited {
	color: #000066;
}
.ReportLink:hover {
	color: #006600;
}
.ReportLink:active {
	color: #660000;
}
<!--- List Sort links --->
.SortLink {
	color: #0000aa;
	text-decoration: none;
}
.SortLink:link {
	color: #0000aa;
	text-decoration: none;
}
.SortLink:visited {
	color: #0000aa;
	text-decoration: none;
}
.SortLink:hover {
	color: #00aa00;
	text-decoration: none;
}
.SortLink:active {
	color: #aa0000;
	text-decoration: none;
}
<!--- sub-menu below view_orders page --->
.OrderMenu {
	background-color: #000000;
	color: #000066;
}
.OrderMenu:link {
	background-color: #ccccff;
	color: #000066;
}
.OrderMenu:visited {
	background-color: #ccccff;
	color: #000066;
}
.OrderMenu:hover {
	background-color: #ccffcc;
	color: #006600;
}
.OrderMenu:active {
	background-color: #ffcccc;
	color: #660000;
}
