/* CSS Document */
.text1{
font-family: verdana;
font-size: 11px;
} 

.text2{
font-family: verdana;
font-size: 15px;  
}

.text3{
font-family: verdana;
font-size: 9px;  
}
.text4{
font-family: verdana;
font-size: 10px;  
}


a:link {
font-family: verdana;
color: #7B2431;
text-decoration: none;
font-size: 11px;
}
a:visited {

font-family: verdana;
color: #7B2431;
text-decoration: none;
font-size: 11px;
}
a:hover {

font-family: verdana;
color: #ff0000;
text-decoration: underline;
font-size: 11px;
}  

.offborder{
  border-color: #cccccc;
}
.onborder{
  border-color: #8F8E8E;
}


