

.menu1 {font-size : 8pt; color : #000000; text-decoration : none;font-family : Trebuchet MS,sans-serif; font-weight : bold; }
A.menu1 {font-size : 8pt; color : #000000; text-decoration : none;font-family : Trebuchet MS,sans-serif; font-weight : bold; }
A.menu1:Visited { color : #000000;  }
A.menu1:Active { color : #630400; }
A.menu1:Hover { color : #BB2930; }

.menu2 {font-size : 8pt; color : #444444; text-decoration : none;font-family : Trebuchet MS,sans-serif; }
A.menu2 {font-size : 8pt; color : #444444; text-decoration : none;font-family : Trebuchet MS,sans-serif; }
A.menu2:Visited { color : #444444;  }
A.menu2:Active { color : #630444444400; }
A.menu2:Hover { color : #BB2930; }

.menu3 {font-size : 11pt; color : #004B97; text-decoration : none;font-family : Trebuchet MS,sans-serif; font-weight : bold; }
A.menu3 {font-size : 11pt; color : #004B97; text-decoration : none;font-family : Trebuchet MS,sans-serif; font-weight : bold; }
A.menu3:Visited { color : #004B97;  }
A.menu3:Active { color : #004B97; }
A.menu3:Hover { color : #BB2930; }

.menu4 {font-size : 8pt; color : #005698; text-decoration : none;font-family : Trebuchet MS,sans-serif; font-weight : bold; }
A.menu4 {font-size : 8pt; color : #005698; text-decoration : none;font-family : Trebuchet MS,sans-serif; font-weight : bold; }
A.menu4:Visited { color : #005698;  }
A.menu4:Active { color : #005698; }
A.menu4:Hover { color : #BB2930; }

.footer_menu2 {font-size : 8pt; color : #ffffff; text-decoration : none;font-family : Trebuchet MS,sans-serif; }
A.footer_menu2 {font-size : 8pt; color : #ffffff; text-decoration : none;font-family : Trebuchet MS,sans-serif; }
A.footer_menu2:Visited { color : #ffffff;  }
A.footer_menu2:Active { color : #ffffff; }
A.footer_menu2:Hover { color : #BB2930; }

A.bodylink {font-size : 9pt; color : #FFFFFF; text-decoration : none;font-family : Arial,sans-serif; font-weight : bold; }
A.bodylink:Visited { color : #FFFFFF;  }
A.bodylink:Active { color : #FFFFFF; }
A.bodylink:Hover { color : #FFFF00; }



.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/

border-bottom-width: 6px;
width: 500; /*width of featured content slider*/
height: 200px;
}

.sliderwrapper1{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/

border-bottom-width: 6px;
width: 500; /*width of featured content slider*/

}


.sliderwrapper_comment{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/

border-bottom-width: 6px;
width: 400; /*width of featured content slider*/
height: 1000px;

}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: #F0F0F0;
width: 480; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 480; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #F0F0F0;
padding: 5px 10px;
}

.pagination a{
padding: 0 5px;
font-family : Verdana,Arial,sans-serif;  font-size : 10pt; 
text-decoration: none; 
color: #00007D;
background: #78A4FF;
}

.pagination a:hover, .pagination a.selected{
color: #FFFFFF;
font-family : Verdana,Arial,sans-serif;  font-size : 10pt; 
background-color: #000099;
}

