img {
   behavior: url("css/pngbehavior.htc");
}

/** overall hyperlink formating  **/
a:link, a:visited { color: #ba983d; font-weight: bold; text-decoration: none; }
a:hover { color: #a46528; font-weight: bold; text-decoration: none; }

.copyright{ color: #000000; text-decoration: none; font-size:9px}

/** main text formating for pages **/
body,td,tr,p,div { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: white }
h1 { color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; }
h2 { color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; }
h3 { color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }

/** horizontal line  **/
hr { color: #555555; height: 1px; width: 100%; }

/** input field format i.e username and password boxes **/
.inputbox { background: #eeeeee; border-bottom: 1px solid; border-left: 1px solid; border-right: 1px solid; border-top: 1px solid; border-color: #990000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-color: #333333; }

/** form button **/
.button { background: #990000; border-bottom: 1px solid; border-left: 1px solid; border-right: 1px solid; border-top: 1px solid; color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: bold; padding: 10}

/** list bullet format **/
li { list-style: inside url("images/arrow.gif"); list-style-image: url("images/arrow.gif"); }

.back {
  background-repeat: no-repeat;
  }
  
table.records {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: dotted dotted dotted dotted;
	border-color: white white white white;
	border-collapse: collapse;
}
table.records th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: dotted dotted dotted dotted;
	border-color: white white white white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.records td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: dotted dotted dotted dotted;
	border-color: white white white white;
	-moz-border-radius: 0px 0px 0px 0px;
}
