body, a, p, ul, ol, td, th, form,select,input,li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

A#marked:Hover {
  color: #E74508;
  font-style: none;
  text-decoration: none;
  font-family: Verdana,Helvetica,Arial;
  font-size: 10pt;
}
#marked, A#marked {
  color: #336699;
  text-decoration: none;
  font-style: none;
  font-family: Verdana,Helvetica,Arial;
  font-size: 10pt;
}
#selected {
  color: #E74508;
  text-decoration: none;
  font-style: none;
  font-family: Verdana,Helvetica,Arial;
  font-size: 10pt;
}
#sectionHdr {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  font-family: Verdana,Helvetica,Arial;
  font-size: 10pt;
}
pre {
  color: #000000;
  font-style: none;
  text-decoration: none;
  font-family: Verdana,Helvetica,Arial;
  font-size: 10pt;
}

#CategoryName{}
#RuleName {
  color: #E74508;
}
#RuleDetails {}
#RuleTypeName {
  color: #E74508;
  font-weight: bold;
}

/* Text Classes */

h1 {
  font-size: 18px;
  font-weight: bold;
}
h2 { 
  font-size: 16px;
  font-weight: bold;
}
h3 { 
  font-size: 14px;
  font-weight: bold;
}


.h1 {
  font-size: 18px;
  font-weight: bold;
}
.h2 { 
  font-size: 16px;
  font-weight: bold;
}
.h3 { 
  font-size: 14px;
  font-weight: bold;
}
.sectionHdr {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  font-family: Verdana,Helvetica,Arial;
  font-size: 9pt;
}

.errortxt { 
  color: #cc6600;
  font-weight: bold;
}
.warningtxt { 
  color: #cc6600;
  font-weight: bold;
}
.numtxt, .iptxt { 
  font-family: courier new, courier, monospace;
  font-size: 11px;
}
.bignumtxt, .bigiptxt { 
  font-family: courier new, courier, monospace;
  font-size: 13px;
}
.codetxt {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
}
.exampletxt { 
  font-size: 10px;
  color: #666666;
}
.hinttxt { 
  font-style: italic;
  font-size: 10px;
}
.smalltxt { 
  font-size: 10px;
}
.title {
  font-size: 18px;
  font-weight: bold;
  color: #E74508;
}
.subtitle {
  font-size: 14px;
  font-weight: bold;
  color: #E74508;
}
.colhdr { 
  font-size: 11px;
  color: #E74508;
}
.colhdr A { 
  font-size: 11px;
  color: blue;
}
.tabhtxt { 
  color: #EFEFEF;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
}
.tabhtxt:hover { 
  text-decoration: underline
}
.tabutxt { 
  color: blue;
  font-weight: bold;
  font-size: 11px;
}
.subtabhtxt { 
  color: #EFEFEF;
  font-weight: bold;
  font-size: 11px;
}
.footer {
  font-size: 10px;
}
.tableName {
  font-weight: bold;
}
.smalltablehdr { 
  font-size: 11px;
}
.fainttxt { 
  color: #666666;
}

/* Textfield Classes */

.smalltf, .ruletf { 
  font-size: 11px;
  width: 30;
}

/* Select Box Classes */

.smallslb, .ruleslb { 
  font-size: 11px;
}

/* Button Classes */

.defaultbtn { 
}
.prevbtn { 
}
.nextbtn { 
}
.cnclbtn { 
}
