/*  DesignSpring main stylesheet for version 4 browsers upwards  */


/* layout */

body { margin: 0 }
	

/*  General text  */

p {  color: #000099;
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }

UL, OL {
      color: #000099;
      text-align: left;
      line-height: 120%;
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   }
   
LI { margin-bottom: 6px; }

td {  color: #000099;
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }

H1, H2, H3, H4, H5 { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }
 
.runinhead { font-weight: bold;
   color: #000099; }


/*  links  */

a {  color: #3366ff; 
   font-weight: bold;
   text-decoration: none; 
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }

a:visited {  color: #990099; 
   font-weight: bold;
   text-decoration: none; 
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }

a:active {  color: #CC0066; 
   font-weight: bold;
   text-decoration: underline; 
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }

a:hover {  color: #CC0066; 
   font-weight: bold;
   text-decoration: underline; 
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }


/*  Menu styles  */

.menu { color: #33cc33;
   text-align: left;
   line-height: 120%;
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }
   
.logo { text-align: left; }
	
.maillink { color: #000099;
   text-align: center;
   line-height: 120%;
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }

/*  copyright notice  */

.copy { color: #999999; 
   line-height: 150%;
   text-align: right; 
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }
   
   
/* accessibility */
   
.skipnav { display:none; }
