/* CSS Document */



/* TEXT */



.text1 {

   font-family:Tahoma;

   font-size:12px;

   color:#333333;

   text-decoration:none;

   text-shadow:Gray;

}



.text2 {

   font-family:Tahoma;

   font-size:12px;

   color:#CC9900;

   text-decoration:none;

   text-shadow:Gray;

}



/* TABLES */



.table1 {

	border-bottom-style:none;

	border-left-style:none;

	border-right-style:none;

	border-top-style:none;

	border-collapse:collapse;

	border-color:#FFFFFF;

}



/* LINK */



a.link1:link {

   font-family:Tahoma;

   font-size:11px;

   color:#333333;

   text-decoration:none;

   text-shadow:Gray;

   

}

a.link1:active {

   font-family:Tahoma;

   font-size:11px;

   color:#333333;

   text-decoration:none;

   text-shadow:Gray;

   

}

a.link1:visited {

   font-family:Tahoma;

   font-size:11px;

   color:#333333;

   text-decoration:none;

   text-shadow:Gray;

   

     

}

a.link1:hover {

   font-family:Tahoma;

   font-size:11px;

   color:#333333;

   text-decoration:underline;

   text-shadow:Gray;

   

}