body
{
	margin: 0px;
	background-color: whitesmoke;
}


td.Header
{
	background-color: #012868;
	color: white;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	border-bottom: solid 1px #96A0BB;
}
a.Header {
	color: white;
	text-decoration: none;
}
a.Header:hover 
{
	color: #F2C780;
}
a.HeaderSelect {
	color: #F2C780;
	text-decoration: none;
}


td.Header2
{
	background-color: #012868;
	color: white;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	border-bottom: solid 1px #96A0BB;
}
a.Header2 {
	color: white;
	text-decoration: none;
}
a.Header2:hover 
{
	color: #F2C780;
}
a.HeaderSelect2 {
	color: #F2C780;
	text-decoration: none;
}


td.Footer
{
	color: black;
	font-family: arial;
	font-size: 7pt;
	font-weight: normal;
}

td.Body
{
	color: black;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}

td.Content
{
	padding: 15px;
	color: black;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}
a.Content {
	color: #04265F;
	text-decoration: underline;
}
a.Content:hover {
	color: #E08C08;
	text-decoration: none;
}
a.Home {
	color: black;
	text-decoration: underline;
}
a.Home:hover {
	color: #E08C08;
	text-decoration: none;
}

tr.Nav {
	cursor: pointer;
}

td.Nav
{
	padding-left: 5px;
	color: black;
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
}
a.Nav {
	color: #04265F;
	text-decoration: none;
	border: solid 1px white;
	background-color: white;
	padding-left: 3px;
	padding-right: 3px;
	cursor: pointer;
}
a.Nav:hover {
	color: #04265F;
	border: solid 1px #E08C08;
	background-color: #FBF2E6;
}

a.NavSelect {
	color: #04265F;
	text-decoration: none;
	border: solid 1px #E08C08;
	background-color: white;
	padding-left: 3px;
	padding-right: 3px;
}
a.NavSelect:hover {
	color: #04265F;
	border: solid 1px #E08C08;
	background-color: #FBF2E6;
}
a.NavNew {
	color: #04265F;
	text-decoration: none;
	border: solid 1px white;
	background-color: white;
	padding-left: 3px;
	padding-right: 3px;
}
a.NavNew:hover {
	color: #04265F;
	border: solid 1px #04265F;
	background-color: #E6EAF1;
}


a.NavSelectNew {
	color: #04265F;
	text-decoration: none;
	border: solid 1px #04265F;
	background-color: #E6EAF1;
	padding-left: 3px;
	padding-right: 3px;
}


table.Left {
	margin-bottom: 10px;
	border: solid 1px black;
}
td.LeftTitle {
	border-bottom: solid 1px black;
}
td.Left {
	color: black;
	padding: 7px;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}
a.Left {
	color: black;
	text-decoration: underline;
}
a.Left:hover {
	color: #E08C08;
	text-decoration: none;
}


table.Right {
	margin-top: 10px;
	border: solid 1px black;
}
td.RightTitle {
	border-bottom: solid 1px black;
}
td.Right {
	color: black;
	padding: 7px;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}
td.RightInside {
	color: black;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
}
a.Right {
	color: #04265F;
	text-decoration: underline;
}
a.Right:hover {
	color: #E08C08;
	text-decoration: none;
}

table.Specs {
	border: solid 1px black;
}
th.Specs {
	background-color: #E5E9F3;
	border-bottom: solid 1px black;
	color: black;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
}
td.Specs {
	color: black;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	padding: 5px;
	line-height: 15px;
}
td.Grids {
	color: black;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
	line-height: 15px;
}

table.Reqs {
	border: solid 1px black;
	border-collapse: collapse;
}
th.Reqs {
	border: solid 1px black;
	border-collapse: collapse;
	background-color: #EEC1C1;
	color: black;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
}
td.Reqs {
	border: solid 1px black;
	border-collapse: collapse;
	color: black;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	padding: 5px;
	line-height: 15px;
}

h1 {
	margin-bottom: 5px;
	color: black;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}
h2 {
	margin-bottom: 5px;
	color: black;
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
}
h3 {
	margin-bottom: 5px;
	color: black;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
}
b {
	font-weight: bold;
}
b.TransPlus {
	color: #04265F;
	font-weight: normal;
}
b.Grids {
	color: #04265F;
	font-weight: bold;
}

p.Indent 
{
	margin-top: 5px;
	padding-left: 25px;
	padding-right: 15px;
}
ul {
	margin-top: 5px;
}
ul.Grids {
	margin-top: 0px; 
	margin-bottom: 0px;
}

input.Content {
	background-color: white;
	border: solid 1px black;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	padding-left: 3px;
}
input.ContentSubmit 
{
	background-color: #F1D39F;
	border: solid 1px black;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}
input.Member {
	background-color: white;
	border: solid 1px black;
	width: 95px;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	padding-left: 3px;
}
input.MemberSubmit {
	background-color: #F1D39F;
	border: solid 1px black;
	width: 50px;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}
td.Member {
	color: black;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}
td.MemberLabel {
	color: black;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	vertical-align:top;
}

span.Trademark {
	font-family: verdana;
	font-size: 7px;
	vertical-align: super; 
}

.invalidData{
	background-color:red;
	color:white;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	padding-left: 3px;
}
.requiredData{
	color:red;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	vertical-align:top;
}

select {
	color: black;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}

input.SmallText {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	padding-left: 3px;
}
a.small{
	font-size: 9px;
}
.clickable:hover{
	cursor: pointer;
}

.bTop{
	padding: 2px;
	border-top:1px solid black;
}
.bBottom{
	padding: 2px;
	border-bottom:1px solid black;
}
.bRight{
	padding: 2px;
	border-right:1px solid black;
}
.bLeft{
	padding: 2px;
	border-left:1px solid black;
}

.NavMenu{
	background-color:#96A0BB;
	color:white;
	text-decoration:none;
	border: solid 1px #96A0BB;
	background-color: #96A0BB;
	padding-left: 3px;
	padding-right: 3px;
	cursor: pointer;
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
}

.NavMenu:hover {
	color: #012868;
	border: solid 1px #E08C08;
	background-color: #FBF2E6;
}

.NavMenu{
	background-color:#96A0BB;
	color:white;
	text-decoration:none;
	border: solid 1px #96A0BB;
	background-color: #96A0BB;
	padding-left: 3px;
	padding-right: 3px;
	cursor: pointer;

}
a.NavSelectMenu {
	color: #04265F;
	text-decoration: none;
	border: solid 1px #E08C08;
	background-color: white;
	padding-left: 3px;
	padding-right: 3px;
}
a.NavSelectMenu:hover {
	color: #04265F;
	border: solid 1px #E08C08;
	background-color: #FBF2E6;
}
td.NavMenu
{
	background-color:#96A0BB;
	padding-left: 5px;
	color: white;
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
}
.smallText{
	font-family:arial;
	font-size: 9px;
}
.rotatingMessage{
	background-color:white;
	font-weight:bold;
	color:orange;
	font-style:italic;
	font-family:arial;
}
.smallMenu{
	border-right: solid 1px black;
	color:orange;
	font-family:arial;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	padding-left:4px;
	padding-right:4px;
}
.smallMenuEnd{
	color:orange;
	font-family:arial;
	font-size:10px;
	font-weight:bold;
}

