﻿TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
}
TD.dark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}
TD.right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
TD.bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
H2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: large;
		font-weight: bold;
		text-align: center;
		color: #FAFAFA;
}
H3 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: large;
		font-weight: bold;
		text-align: left;
        margin-top: 0px;
		color: #FAFAFA;
}
P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
}
body {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
A:link {
	color: #E8AB00;
	text-decoration: none;
}
A:visited {
	color: #E8AB00;
	text-decoration: none;
}
A:active {
	color: #E8AB00;
	text-decoration: none;
}
A:hover {
	color: #FFF;
	text-decoration: none;
}
A.dark:link {
	color: #CCC;
	text-decoration: none;
}
A.dark:visited {
	color: #CCC;
	text-decoration: none;
}
A.dark:active {
	color: #CCC;
	text-decoration: none;
}
A.dark:hover {
	color: #FFF;
	text-decoration: none;
}
HR {
	height: 1px;
	color: #999999;
}
TD.topbg {
	background-image: url('../Expression%20web%20template_files/images/topbg.gif');
}
#menu ul {
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
	list-style-type: none;
	font-family: Verdnana, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
}
#menu a {
	display: block;
	padding: 2px;
	width: 140px;
	background-color: #717F98;
	border-bottom: 1px dotted #000;
	margin-top: 0px;
}
#menu a:link, #menuitems a:visited {
	color: #CCC;
	text-decoration: none;
	font-weight: normal;
	margin-top: 0px;
}
#menu a:hover {
	background-color: #516486;
	color: #FFF;
	font-weight: normal;
}
/* Contains the LTS Logo (picture) */
#floatingLTS {
    position: absolute; 
    z-index: 1; 
    left: 10px; 
    top: 0px;
}
/* Top table containing the Header */
.headerTable {
	font-family: "Courier New", Courier, monospace;
	width: 100%; 
	background-color: #DCDCDC; 
	border-collapse: collapse; 
	padding: 0;
}

/* Contains and formats "Lightning Technology Solutions" */
.headerCompanyName {
    font-family: Courier New, Courier, monospace;
    font-style: italic ; 
    font-size: x-large; 
    border-collapse: collapse; 
    color: white; 
    margin-left: 200px; 
    text-align: center; 
    font-weight: bold; 
    width: 733px;";
}

