/* At-Rules */
@charset "windows-1252";

body {
margin-bottom : 0;
margin-left : 1px;
margin-right : 0;
margin-top : 0px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 0.8em;
font-weight: normal;
line-height: normal;
color: black;  
background-image:url('images/button_bg.jpg');
background-repeat:repeat-x;
background-attachment:fixed;
}  
ul
{
list-style-type:none;
margin:0;
padding:0;
overflow:hidden; 
}

li
{
float:left;
}
li.border{
border-right-style:solid;
border-color:#FFFFFF;
border-width:1px;
}
li.borderL{
border-left-style:solid;
border-right-style:solid;
border-color:#FFFFFF;
border-width:1px;
}
li.borderR{
border-right-style:solid;
border-color:#FFFFFF;
border-width:1px;
}
a:link,a:visited
{
display:block;
width:120px;
font-weight:bold;
color:#FFFFFF;
background-color:#08448D;
text-align:center;
padding:4px;
text-decoration:none;
}
a:hover
{
background-color:#4E9AF8;
}
a:active
{
background-color:#083F83;
}


