body
{
background-color:#FFFF55;
}
a:hover
{
color: black;
text-decoration: underline;
background:#FFFFCC;
}
a
{
text-decoration:none;
}
a.button, a.buttonDis 
{
display: block;
background-color: #FFFF77;
border-style: double;
background-repeat: no-repeat;
width: 162px;
height: 28px;
margin: 5px auto;
padding: 5px 0 0 0;
text-align: center;
font-family: Helvetica, Calibri, Arial, sans-serif;
font-size: 100%;
font-weight: bold;
text-decoration: none;
}
a.button:link, a.button:visited 
{
color: #002577;
}
a.button:hover, a.button:active 
{
background-position: 0 -36px;
color: black;
}

div#buttonA 
{
margin-right: 0px;
margin-left: 0 px;
}

div#buttonA ul 
{
margin: 0px;
padding: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 30px;
}

div#buttonA li 
{
list-style-type: none;
height: 30px;
width: 191px;
text-align:center;
}

div#buttonA li a 
{
text-decoration: none;
height: 100%;
width: 100%;
display: block;
font-weight: bold;
background-color: #FFFF77;
border-style: solid;
border-bottom-color: #FFFF77;
border-right-color: #555555;
border-left-color: #BBBBBB;
border-top-color: #DDDDDD;
}

div#buttonA li a:link 
{
color: #000000;
font-weight: bold;
background-color: #FFFF77;
border-style: solid;
border-bottom-color: #333333;
border-right-color: #555555;
border-left-color: #BBBBBB;
border-top-color: #DDDDDD;
}

div#buttonA li a:visited 
{
color: #000000;
font-weight: bold;
background-color: #FFFF77;
border-style: solid;
border-bottom-color: #333333;
border-right-color: #555555;
border-left-color: #BBBBBB;
border-top-color: #DDDDDD;
}

div#buttonA li a:hover 
{
font-weight: bold;
color: black;
background-color: #FFFF00;
border-style: solid;
border-bottom-color: #333333;
border-right-color: #555555;
border-left-color: #BBBBBB;
border-top-color: #DDDDDD;
}

div#buttonA li a:active 
{
font-weight: bold;
color: #FFFFFF;
background-color: #666666;
border-style: solid;
border-top-color: #333333;
border-left-color: #555555;
border-right-color: #BBBBBB;
border-bottom-color: #DDDDDD;
}

div.banner
{
	border-style: solid;
	border-color: #F8CC01;
	background-color: #F8CC01
}