/* This Style Sheet is for the Kaiser Systems website. */  

.Body { background-color: D6D7D0; background-image: url(http://kaisersystems.com/images/bg-silver.gif); }

A:link {text-decoration: none; color: #856D53}
A:visited {text-decoration: none; color: #856D53}
A:hover {text-decoration: underline; color: #856D53}
A:active {text-decoration: underline; color: #856D53}

/* A:link {text-decoration: underline; color: #856D53} */  
/* A:visited {text-decoration: underline; color: #856D53} */  
/* A:hover {text-decoration: underline color: #856D53} */  
/* A:active {text-decoration: underline; color: #856D53} */  

.MainTableBorder { border: thin solid #FFFFFF}
.HeadText1 { color: #3052AB; font-weight: bold; font-size: 24px; font-family: Arial, Helvetica, sans-serif }
.HeadText2 { color: #856D53; font-weight: bold; font-size: 18px; font-family: Arial, Helvetica, sans-serif }
.HeadText3 { color: #464646; font-weight: bold; font-size: 14px; font-family: Arial, Helvetica, sans-serif }
.HeadText4 { color: #906837; font-weight: bold; font-size: 13px; font-family: Arial, Helvetica, sans-serif }
.HeadText5 { color: #464646; font-weight: bold; font-size: 12px; font-family: Arial, Helvetica, sans-serif }
.SubHead1 { color: #000000; font-weight: bold; font-size: 14px; font-family: Arial, Helvetica, sans-serif }
.LeftNavHead1 { color: #856D53; font-weight: bold; font-size: 16px; font-family: Arial, Helvetica, sans-serif }
.NormalText { color: #000000; font-weight: normal; font-size: 12px; font-family: Verdana }
.SmallTextRegular { color: #000000; font-weight: normal; font-size: 12px; font-family: Arial, Geneva, Verdana }
.SmallTextBold { color: #000000; font-weight: bold; font-size: 11px; font-family: Arial, Geneva, Verdana }
.TableHead1 { color: #906837; font-weight: bold; font-size: 14px; font-family: Arial, Geneva, Verdana }
.TableText { color: #000000; font-weight: normal; font-size: 14px; font-family: Arial, Geneva, Verdana }
.Important { color: #D52020; font-weight: bold; font-size: 14px; font-family: Arial, Geneva, Verdana }
.Notation { color: #000000; font-weight: normal; font-size: 14px; font-family: Arial, Geneva, Verdana }

.TinyText { color: #000000; font-weight: normal; font-size: 9px; font-family: Arial, Geneva, Verdana }

.FooterSmallText { color: #004f97; font-weight: normal; font-size: 10px; font-family: Verdana }

.CategoryList { color: #000000; font-weight: bold; font-size: 12px; font-family: Arial, Geneva, Verdana }
.tablerowodd {background-color:#FFFFFF}
.tableroweven {background-color:#FFFFFF}
.tablerowhead {background-color:#FFFFFF}

label {
	display: block;
	float: left;
	width: 125px;
	text-align: right;
	padding: 3px;
}

input.required {
  background: #fcc;
}
span.required {
  color: red;
  font-weight: bold;
}