

//base styles
// fixed fonts:  use px
// variable fonts:  use pt


body,td {
 
  font-family: "Arial MS","Helvetica",sans-serif;   
  font-size: 12pt; 
  line-height 1.2em;
  font-weight: normal; 
  color: #000000; 
  }
  
  
p {

	 //font-family: Verdena MS;
	 //font-family: Trebuchet MS;
     //font-size: 9pt;
	 //font-weight: normal;
     //color:black;
     //padding-right: 75px;	 
}
 
  



a {
	color: blue;
	text-decoration: none;
}


a:link {
    //darkblue
	color: #002299;
	text-decoration: none;
}


a:visited {
	color: blue;
	text-decoration: none;
}



a:hover {
	color: #5f9ea0;
	text-decoration: none;
}



a:active {
    //pink
	color: #FF00EE;
	text-decoration: none;
}





.ar11n {  font-family:  Arial; font-size: 11px; font-weight: normal; color: #000000; text-decoration: none}
.ar11b {  font-family:  Arial; font-size: 11px; font-weight: bold; color: #000000; text-decoration: none}


.ar12n {  font-family:  Arial; font-size: 12px; line-height 1.2em; font-weight: normal; color: #000000; text-decoration: none}
.ar12b {  font-family:  Arial; font-size: 12px; line-height 1.2em; font-weight: bold; color: #000000; text-decoration: none}

.ar13n {  font-family:  Arial; font-size: 13px; font-weight: normal; color: #000000; text-decoration: none}
.ar13b {  font-family:  Arial; font-size: 13px; font-weight: bold; color: #000000; text-decoration: none}


.ar14n {  font-family:  Arial; font-size: 14px; font-weight: normal; color: #000000; text-decoration: none}
.ar14b {  font-family:  Arial; font-size: 14px; font-weight: bold; color: #000000; text-decoration: none}



//.t11g {  font-family: tahoma; font-size: 11px; color: 646464; text-decoration: none}
//.v11r {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #fff; text-decoration: none}
//.v11b {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #000000; text-decoration: none}
//.v11g {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #5f9ea0 text-decoration: none}
//.bigblue {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #00008b; text-decoration: none}
//.bigblack {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; text-decoration: none}


.copyright {

   font: 8pt Trebuchet MS;
   color:black;text-align: center;
   position: absolute;
   top: 1050px;
   left:350px;
}





