BODY {
font-family: Verdana, Arial, Helvetica, sans-serif; 
}

.text {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

.footer {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
}

.menucell {
background-image: url('images/index-sample_03.jpg');
background-repeat: repeat-y
background-color:#D8ECB9;
}

a:link {
color: #0000FF;
text-decoration: underline;
}

a:visited {
color: #0000FF;
text-decoration: underline;
}

a:active {
color: #FF0000;
text-decoration: underline;
}

a:hover {
text-decoration: underline;
color: #FF0000;
}

a.boxlink:link  {
color: #FFFFFF;
font-size: 12px;
text-decoration: none;
}

a.boxlink:visited {
color: #FFFFFF;
font-size: 12px;
text-decoration: none;
}

a.boxlink:active {
color: #FFFFFF;
font-size: 12px;
text-decoration: none;
}

a.boxlink:hover {
color: #FFFF00;
font-size: 12px;
text-decoration: none;
}

.boxborder {
border-color: #000000;
border-style: solid;
border-width: 1;
}

.silverboxborder {
border-color: #CCCCCC;
border-style: solid;
border-width: 1;
}

.highlight {
background-color:#CCCCCC;
}
.small {
font-size: 10px;
}