body,h1,h2,h3,td,th,ul,div {
  font-family: Arial, Helvetica, sans-serif;
}

p {
  font-family: Times,serif;
}

h1 {
  text-align: center;
}

body {
  background: white;
  color: black;
  margin-right: 20px;
  margin-left: 20px;
}

a {
  color: #1A41A8;
}

a:visited {
  color: #2A3798;
}

a:hover { 
  text-decoration : none; 
  background-color: #f2f2ff 
} 

hr { 
  height: 1px;
  border: none;
  border-top: 1px solid black;
}



div.tabs {
  float            : left;
  width            : 100%;
  background       : url("../images/tab_b.gif") repeat-x bottom;
  margin-bottom    : 4px;
}

div.tabs ul {
  margin           : 0px;
  padding-left     : 10px;
  list-style       : none;
}

div.tabs li {
  display          : inline;
  margin           : 0px;
  padding          : 0px;
}

div.tabs a {
  float            : left;
  background       : url("../images/tab_r.gif") no-repeat right top;
  border-bottom    : 1px solid #84B0C7;
  font-size        : 12px;
  font-weight      : bold;
  text-decoration  : none;
}

div.tabs a:hover
{
  background-position: 100% -150px;
}

div.tabs a:link, div.tabs a:visited,
div.tabs a:active, div.tabs a:hover
{
  color: #1A419D;
}

div.tabs span {
  float            : left;
  display          : block;
  background       : url("../images/tab_l.gif") no-repeat left top;
  padding          : 5px 9px;
  white-space      : nowrap;
}


/* Commented Backslash Hack hides rule from IE5-Mac \*/
div.tabs span {float : none;}
/* End IE5-Mac hack */

div.tabs a:hover span
{
  background-position: 0% -150px;
}

div.tabs li.current a
{
  background-position: 100% -150px;
  border-width       : 0px;
}

div.tabs li.current span
{
  background-position: 0% -150px;
  padding-bottom     : 6px;
  color: red;
}




body {
  font-size: 100%;
  background-color: #C0C0C0;
  margin: 0px;

  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size  : 12px;

}

a { color: #0049a8; text-decoration: none; }

.header { 
  background: #005aad; 
}

table.right {
  color: black;
  background-color: white;
  border:1px solid gray;
  margin-bottom: 1px;
}

th.right {
  color: black;
  /*background-color:purple;*/
  background-color: #CC99FF;
  padding-bottom: 2px;
  font-size: 12px;
  font-weight: bold;
}

td.right {
  color: black;
  background-color: white;
  padding-top: 3px;
  padding-bottom: 6px;
}

/* * */

a:link {
  color: #900B09; 
  background-color: transparent;
}

a:visited {
  color: #900B09; 
  background-color: transparent;
}

a:active {
  color: #FF0000; 
  background-color: transparent;
}

a:hover {
  color: #FF0000; 
  background-color:transparent;
}

/* * */

a.right {
  font-size: 10pt;
}

/* * */

td.header h2 {
  font-size: 16px;
  margin-bottom: 5px;
  white-space: nowrap;
}

td.header form {
  margin-bottom: 5px;
}


body {
  font-size: 80%;
  color:#000000;
  background-color: #C0C0C0;
  margin:0px;
}

body, p, h1, h2, h3, table, td, th, ul, ol, textarea, input { 
  font-family: verdana,helvetica,arial,sans-serif; 
} 

table, input, textarea {
  font-size: 100%;
}

h1 {font-size:160%;}
h2 {font-size:120%;margin-top:10px;margin-bottom:10px;}
h3 {font-size:110%;}
h4 {font-size:100%;}
h5 {font-size:90%;}
h6 {font-size:80%;}

a:link    {color:#900B09; background-color:transparent}
a:visited {color:#900B09; background-color:transparent}
a:active  {color:#FF0000; background-color:transparent}
a:hover   {color:#FF0000; background-color:transparent}

a.right:link    {text-decoration:none;color:black;background-color:transparent}
a.right:visited {text-decoration:none;color:black;background-color:transparent}
a.right:hover   {text-decoration:underline;color:black;background-color:transparent}
a.right:active  {text-decoration:underline;color:black;background-color:transparent}

hr {
  background-color:transparent;
  color: black;
  height:1px;
}

table.right {
  color: black;
  background-color: white;
  border:1px solid gray;
  margin-bottom:1px;
}

th.right {
  color: white;
  color: yellow;
  /*background-color:purple;*/
/*  background-color: #CC99FF; */
  background-color: black;
  padding-bottom:2px;
}

td.right {
  color: black;
  background-color: white;
  padding-top:3px;
  padding-left:6px;
  padding-right:6px;
  text-align: left;
}

td.right form {
  margin-top: 5px;
  margin-bottom: 5px;
  white-space: nowrap;
}

table.main {
  margin-left: 1px;
}

input.search {
  width: 100px;
/*  background: lightyellow; */
  background: #FFFFE0;   
}

.bold {
  font-weight: bold;
}
.menuitem {
  margin-left: -15px; 
}

.maincontent {
  border: 1px solid gray;
  background: white;
}

.formbutton {
border: 1px solid red;
}

body,h1,h2,h3,td,th,ul,p,div {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size  : 14px;
}

h2 {
  font-size: 160%;
}

.inputx {
/*background: #cc99ff;*/
color: black;
border: 1px solid black;
font-weight: bold;
font-size  : 12px;
}

.inputx:hover {
border: 1px solid red;
}




