html, body {
   margin:0px;
   padding:0px;
   font-size:100%;
   font-family:arial;
   background:#FFFFFF url('/images/body-top.gif') repeat-x;
}
a {
   color:#048BCF;
}
h2 {
   font-size:18px;
   color:#048BCF;
}
h3 {
   font-size:18px;
}
td, input {
   color:#000000; 
   font-size:11px;
}
form {
   display:inline;
}
.top {
   background:#9FBFD4;
}
.toolbar {
   background:#C9CED3 url('/images/toolbar-c.gif') repeat-x;
   padding-top:4px;
   vertical-align:top;
}
.toolbarButton {
   background:#C9CED3 url('/images/button-c.gif') repeat-x;
   text-align:center;
   cursor:'hand';
   padding:0 9px 0 10px;
   font-size:12px;
}
.toolbarButtonA {
   background:#ACCDDC url('/images/button-c-a.gif') repeat-x;
   text-align:center;
   cursor:'hand';
   padding:0 9px 0 10px;
   font-size:12px;
}
.toolbarButton a, .toolbarButtonA a{
   color:#336E96;
   font-weight:bold;
   text-decoration:none;
}
.toolbarButton a { 
   color:#000000;
}
.footer {
   background:#DAD5C2;
   padding: 0 8px 0  8px;
}
.footer a {
   color:#882200;
   text-decoration:none;
}
.indexPage {
   background:#EEEEEE url('/images/banner.jpg') no-repeat;
   vertical-align:bottom;
}
.link {
   width:100;
}
.bordered {
   border-left:#DDDDDD 2px solid;
   border-top:#DDDDDD 2px solid;
 }
.bordered2 {
   border:#DDDDDD 2px solid;
}
.simpleFont {
   background:#FFFFFF;
}
.caption {
   font-size:18px;
   font-weight:bold;
}

