/* body,a,p,th,td,input,textarea,select */
body
{
  margin-left : 50px;
  margin-top : 0px;
  font-family : verdana, arial;
  font-size : 10pt;
  color: black;
}
p
{
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom: .5em;
  margin-top: .5em;
}

table {
  background-color: white;
}
table.y {
  background-color: yellow;
}
table.g {
  background-color: #CCCC99;
}
table.b {
  background-color: blue;
}
table.r {
  background-color: red;
}

a {
  text-decoration : none;
  color: purple;
}
a:visited {
  text-decoration : none;
  color: red;
}

a:hover  {
  text-decoration: underline;
  color: purple;
}

a.nav {
  text-decoration : none;
  width : 100%; height : 100%;
  padding-top : 5; padding-bottom : 5;
  xcolor : #66cccc;
  xbackground : transparent;
}
a.nav:visited {
  text-decoration : none;
  width : 100%; height : 100%;
  padding-top : 5; padding-bottom : 5;
  xcolor : #66cccc;
  xbackground : transparent;
}

a.nav:hover {
  text-decoration : underline;
  width : 100%; height : 100%;
  padding-top : 5; padding-bottom : 5;
  xcolor : #66cccc;
  xbackground : #003366;
}

a.navh  {
  text-decoration : none;
  vertical-align : middle;
  font-weight : bold;
  width : 100%; height : 100%;
  padding-top : 5; padding-bottom : 5;
  color : red;
}

a.navh:hover {
  text-decoration : underline;
  vertical-align : middle;
  font-weight : bold;
  width : 100%; height : 100%;
  padding-top : 5; padding-bottom : 5;
  color : white;
  background : black;
}

.heading {
  xcolor: #009999; 
  font-size : 12pt;
  font-weight : bold
}

a.heading:hover {
  font-size : 12pt;
  font-weight : bold
  text-decoration: underline;
}

th  {
  font-family : verdana, arial;
  font-size : 10pt;
  font-weight : bold;
  xcolor : #003366;
}

td {
  xcolor : black;
  font-family :  Verdana, sans-serif;
  font-size: 10pt;
}

h1 {
  color : #666666;
  font-family : verdana, arial;
  font-size : 14pt;
  margin-top : .25em;
  margin-bottom : .25em;
}

h2 {
  color : #666666;
  font-family : verdana, arial;
  font-size : 13pt;
  margin-top : .25em;
  margin-bottom : .25em;
  horizontal-align : center;
}

h3 {
  color : #666666;
  font-family : verdana, arial;
  font-size : 12pt;
  margin-top : .25em;
  margin-bottom : .25em;
}

input {
  font-size : 8pt;
  font-family : verdana, arial;
}

textarea {
  border-color : #7D7D8B;
  font-size : 8pt;
  font-family : verdana, arial;
}

select {
  font-size : 9pt;
  font-family : verdana, arial;
}

.banner {
  color : #666666;
  font-size : 18pt;
  font-weight : bold;
}

A.route {
  color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px; font-style: normal; font-weight: bold;
  text-decoration: none;
}
A.route:visited {
  color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px; font-style: normal; font-weight: bold;
  text-decoration: none;
}

A.route:hover {
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px; font-style: normal; font-weight: bold;
  text-decoration: underline;
}

TD.route {
  background-image: url(/pix/button_grey_80x40.gif);
  width: 78; height: 40;
}

A.tab {
  color: white;
  font: bold 8pt verdana;
  height: 20px;
  padding-top: 5px; padding-bottom: 5px;
  text-decoration: none;
}

A.tab:hover {
  background-color: #333399;
  color: white;
  font: bold 8pt verdana;
  height: 20px;
  padding-top: 5px; padding-bottom: 5px;
  text-decoration: none;
  width: 100%;
}

A.tabsel {
  color: #333399;
  font: bold 8pt verdana;
  height: 20px;
  padding-top: 5px; padding-bottom: 5px;
  text-decoration: none;
}

A.tabsel:hover {
  color: #333399;
  font: bold 8pt verdana;
  height: 20px;
  padding-bottom: 5px;
  padding-top: 5px;
  text-decoration: underline;
  width: 100%;
}

TD.tabsel {
  width: 70; height: 40;
  background-image: url(/pix/arch_white_3333ff_70x40.gif)
}

TD.tab {
  width: 70; height: 40;
  background-image: url(/pix/tabblock_green_white_70x40.gif)
}

TD.tabbase {
  height: 40;
  background-image: url(/pix/base_white_3333ff_40.gif)
}

.selector {
  font-family: webdings;
  background-color: #CC99FF;
  padding: 0pt;
  width: 1em;
  text-align: center;
  cursor: default;
}

.selected {
  background-color: #CCCCCC;
}

.list {
  background-color: #CCCCCC;
}

.shade {
  background-color: #CCCCCC;/*EEEEEE*/
}

.stripe {
  background-color: #CCCCCC;
}

.slide {
  color: #000099;
  font-size: 14pt;
  font-weight: bold;
  line-height: 20pt;
}

td.head {
  xcolor:white;
}

table.outer{
  background-color:#CCCCCC
}
