<style type="text/css">



/* The ones below are slightly different.  They are creating classes for the
   anchor tag.  The first part after the A is the class name.  The last
   portion is the event.  So link is the class name.  :hover will be used
   when the mouse is held over the link, etc.  To use these, you would
   have to write your anchor tag slightly different:
   <a class='link' href='somepage.php'>Click me</a> */
A.link
{
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, sans-serif, Tahoma, Verdana;
    TEXT-DECORATION:none
    TEXT-TRANSFORM:uppercase
    FONT-WEIGHT:bold
}
#container table.navbar {
	border-collapse: collapse;
}
#container table.navbar td {
	border: 0px solid #ccc;
	border-bottom: 1px dotted #1D3E7F;
	text-align:left;
	line-height:25px;
	vertical-align: middle;
	padding: 0px;
	margin:0px;
	padding: 0px;
	padding-left: 3px;
}
#container table.navbar td a{
	display: block;
	/*width: 9em; */
	padding: 0px;
	text-decoration: none;
	line-height:25px;
	vertical-align:middle;
	padding: 0px;
	padding-left: 3px;
	margin:0px;
}
#container table.navbar td a:link, table.navbar td a:visited {
	color: #1D3E7F;
	background-color: #eeeeee;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	border-bottom-width:0px; 
	border-top-width:0px; 
	border-left-width:0px; 
	border-right-width:0px; 
	border-right-style:solid; 
	border-right-color:#FFFFFF;  
	text-align:left;
	line-height:25px;
	vertical-align:middle;
	padding: 0px;
	padding-left: 3px;
	margin:0px;

}
#container table.navbar td a:hover, table.navbar td a:active {
	color: #1D3E7F;
	background-color: #cccccc;
    font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
    border-bottom-width:0px; 
	border-top-width:0px; 
	border-left-width:0px; 
	border-right-width:0px; 
	border-right-style:solid; 
	border-right-color:#ffffff;  
	text-align:left; 
	line-height:25px;
	vertical-align:middle;
	padding: 0px;
	padding-left: 3px;
	margin:0px;
}
.scrollbar 
{
    scrollbar-3dlight-color: #204080;
    scrollbar-arrow-color: ff0000;
    scrollbar-base-color: #204080;
    scrollbar-darkshadow-color: #204080;
    scrollbar-face-color:#ffffff;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #204080
}
</style>
