
body, td, p, ul {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  word-spacing: .09em;
  color: #373464;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0px;
}

.small {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  /*word-spacing: .09em;*/
  color: #373464;
}

input {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333366;
	word-spacing: .12em;
	text-transform: none;
	font-weight: bold;
}
h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #333366;
  word-spacing: .12em;
  text-transform: none;
  font-weight: bold;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	word-spacing: 0.09em;
	color: #990000;
	text-transform: none;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}


ul {
    list-style: disc;
    margin-left: 30px;
    padding: 0;
    border: none;
}


.linksSubCat {
  margin-top: 10px;
  margin-left: 10px;
  font-weight: bold;
}

.linksCat {
  font-size: 11pt;
  color: #000066;
  font-weight: bold;
}

input.searchInput {
	font-size: 11px;
  font-style: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 12px;
	color: #000000;
	border: solid black 1px;
}


.textRedBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	word-spacing: 0.09em;
	color: #990000;
	text-transform: none;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

a          { color: #003399; text-decoration: underline;}
a:active   { color: #003399; text-decoration: underline;}
a:visited  { color: #000066; text-decoration: underline;}
a:hover    { color: #000066; text-decoration: underline;}

.big {
  font-size: 13px;
}

a.big         { color: #003399; text-decoration: underline;}
a.big:visited { color: #000066; text-decoration: underline;}
a.big:hover   { color: #000066; text-decoration: underline;}

.linkSmall {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #990000;
  text-decoration: none;
}

a.linkSmall         { color: #990000; text-decoration: none;}
a.linkSmall:visited { color: #990000; text-decoration: none;}
a.linkSmall:hover   { color: #990000; text-decoration: underline;}

/* Top of Page Link */
.topOfPage          { font: 9px Arial, Helvetica, sans-serif; color: #990000;}
a.topOfPage         { color: #990000; text-decoration: none;}
a.topOfPage:visited { color: #990000; text-decoration: none;}
a.topOfPage:hover   { color: #990000; text-decoration: underline;}

/* For expandable/collapsible menus */
.treemenu {
  list-style : none;
}

.treemenu UL {
    list-style: disc;
    margin-left: 30px;
    padding: 0px;
    border: none;
}

.treemenu LI {
	display : list-item;
	
}

.treemenu A {
    padding-left : 15px;
}

.treemenu A.xtrapadding {
    padding-left : 20px;
}

.treemenu A.nopadding {
    padding-left : 0px;
}

.treemenu .treeopen {
	background-image :  url("../_images/minus.gif");
	background-repeat : no-repeat;
	background-position : left;
}

.treemenu .treeclosed {
	background-image :  url("../_images/plus.gif");
	background-repeat : no-repeat;
	background-position : left;
}
