BODY {
font-size : 1em; 
font-family : Arial, Helvetica, sans-serif; 
font-weight : normal; 
color : #666666; 
background-color : white;
margin : 0 0 0 0;
padding : 0 0 0 0;
width : auto; 
}

a:link{ text-decoration: none; color: DeepSkyBlue; font-family : Arial, Helvetica, sans-serif; font-style : normal; font-weight : normal; }
a:visited{text-decoration: none; color: DodgerBlue; font-family : Arial, Helvetica, sans-serif; font-style : normal; font-weight : normal; }
a:hover { text-decoration: underline; font-weight: bold; font-style: normal; background-color: transparent; }


H1 {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 1.2em; 
color : #000000; 
background-color : transparent; 
}

.bold {
font-weight: bold;
}

.italic {
font-style: italic;
}

p {
font-size : .9em; 
font-family : Arial, Helvetica, sans-serif; 
}

.smallertext {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : .75em; 
}

.smalltext {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : .9em; 
}

.smalltext a:link{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
}

.smalltext a:visited{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal;
}


// added by addyfung, Jan 10, 2006
.urltext {
font-size : .6.5em;
}

a.urltext:link, a.urltext:visited {
font-size : .7em; 
}

a.urltext:hover {
font-size : .7em;
text-decoration: none;
}
// end, Jan 10, 2006


.noline a:link{
  text-decoration : none;
}

.noline a:visited{
  text-decoration : none;
}


.largetext {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

.largetext a:link{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

.largetext a:visited{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

.errortext {
  font-family : Arial, Helvetica, sans-serif; 
  font-size : .9em;
  color : red;
  font-weight : bold;
}

.whitetext{
color: white;
}

.grid {
border : #efb240 .05em solid;
}

.white {
  background-color : white;
}

.black {
  background-color : black;
}

.bg_dark {
  background-color : #dddddd;
}

.bg_medium {
  background-color : #F0FFF0; //honeydew //#ffffcc; light yellow
  //#eeffcc;
  //#efb240
}

.bg_light {
  background-color : #F5F5F5; //whitesmoke
  //#ffffe4; // really light yellow
  //#f7ca88; // light orange
  //#ddddff; // light purple
}

.alt_bg_dark {
  background-color : #CCCCFF; //#066fa0;
}

.alt_bg_medium {
  background-color : #99CCFF; //#2794d8;
}

.alt_bg_light {
  background-color : #CCFFFF; //#5fb0d8;
}

.copyright {
    font-size: .8em;
    text-align: center;
}
