body {
color: #000000 ! important ;
background: #FFFFFF repeat none; 
font-family: arial, "times new roman", sans-serif;
font-size: large;
font-weight: bold;
line-height: normal;
margin-left: 3%;
margin-right: 3%;
margin-top: 0;
}

body, html {
  scrollbar-face-color: #0000FF !important;
  scrollbar-shadow-color: #FFFFFF !important;
  scrollbar-highlight-color: #C0C0C0 !important;
  scrollbar-base-color: #000000 !important;
  scrollbar-track-color: #FF0000 !important;
  scrollbar-arrow-color: #FFFF00 !important;
}
/* Used on 508.html */
H1 {color: #FFFFFF; 
   font-size: 3em;
   font-family: serif, Verdana;
   font-style: italic; 
   background: #FF0000 repeat none;
   margin-bottom: 0;
   margin-top: 0; 
   text-align: center;
   }
   
H2 {color: #FFFFFF; 
   font-size: larger;
   font-family: serif, Times;
   font-style: italic;  
   background: #192E73 repeat none; 
   border: 1px solid #000000; 
   margin-bottom: 0;
   margin-top: -1em;
   text-align: center; 
   }

/* END 508.html*/
/*Used on Privacy Policy */
H3 {color: #FFFFFF; 
   font-size: larger;
   font-family: serif, Times;
   font-style: italic;  
   background: #192E73 repeat none;
   border-width: 1px;
   border-style: solid;
   border-color: #000000; 
   margin-bottom: 0;
   margin-top: 0;
   text-align: center; 
   }
/*end privacy policy */
p.left {text-align: left}
p.leftu {
text-align: left;
text-decoration: underline;
}
p.leftublue {
color: #0000FF;
background: #FFFFFF repeat none;
text-align: left;
text-decoration: underline;
}

p.center {text-align: center}
p.centerbold {
text-align: center;
font-size: larger;
font-weight: bold;
}
p.centerBUblue {
color: #0000FF;
background: #FFFFFF repeat none;
text-align: center;
font-size: larger;
font-weight: bold;
text-decoration: underline;
}
p.c2 {
text-align: center;
font-size: medium;
}
p.centerup15 {
margin-top: -1em;
text-align: center
}
p.centerup20 {
margin-top: -1.5em;
text-align: center;
}
p.centerup30 {
margin-top: -2em;
text-align: center;
}
p.centerup40 {
margin-top: -3em;
text-align: center;
}
p.right {text-align: right}
/* This is a comment... */
p.indent1 {
text-indent: 3em;
margin-left: 6%;
margin-right: 6%;
}
p.indent2 {text-indent: 5em}

p.sidebar {padding-left: 5em;
padding-right: 6em; 
padding-top: 0;
padding-bottom: 0;
}

div.right {
text-align: right;
margin-top: -1em;
margin-right: 3%;
}
span.colorred {
color: #FF0000;
background: #FFFFFF repeat none;
font-size: medium;
font-weight: bold;
}
span.colorblue {
color: #0000FF;
background: #FFFFFF repeat none;
font-size: 99%;
font-weight: bold;
}
span.colorgold {
color: #C8B360;
background: #FFFFFF repeat none;
font-size: 99%;
font-weight: bold;
}
ul {
list-style-type: disc;
list-style-image: url(graphics/dot2.gif);
list-style-position: inside;
margin-left: 10%;
margin-right: 10%; 
padding: 0em;
text-indent: -1em;
}

A:link {
COLOR : #0000FF; 
background : transparent repeat none;
font-weight: bold;
}
 
A:visited { 
COLOR:#0000FF; 
background: transparent repeat none; 
font-weight: bold;
}
 
A:active {
COLOR:#FF0000; 
background: transparent repeat none; 
font-weight: bold;
}
 
A:hover { 
COLOR:#FF0000; 
background: transparent repeat none;
}

P.box {
background: #FFFF66 repeat none;
color: #000000;
font-size: smaller;
text-align: center;
margin-left: -3%;
margin-right: -3%;
}

/* Forms */

div.row2 {
  clear: both;
  padding: 15px;
  width: 575px;
  text-align: center;
  }

div.form3 {
border-style: ridge;
border-width: 5px;
border-color: #0000FF;
width: 85%;
padding: 5px;
margin: 0px auto;
}
input.red {
color: #000000;
background: #FEE9EE repeat none;
}
textarea.red {
color: #000000;
background: #FEE9EE repeat none;
}
input.butblue {
background: #0000FF repeat none;  
border: 1px; 
border-color: #FF0000; 
color:#FFFFFF;
font-weight: bold; 
width: 65%; 
}
/*end form */
