﻿body 
{
    font-size: 10pt;
    color: #333333;
    font-family: Verdana, Arial;
    margin: 0px;
}


A:link
{
    font-weight: normal;
    font-size: 10pt;
    color: #003399;
    font-family: Verdana;
    text-decoration: underline;
}	

A:visited
{
    font-weight: normal;
    font-size: 10pt;
    color: #003399;
    font-family: Verdana;
    text-decoration: underline;
}	
			
A:hover
{
    font-weight: normal;
    font-size: 10pt;
    color: #3366CC;
    font-family: Verdana;
    text-decoration: none;
}



.pagetop
{
    background-color: #3F454C;
    padding-bottom: 5px;
    padding-left: 10px;
    border-bottom: darkblue thin solid;
    border-bottom-color: #666666;
}

.pageleft
{
    background-color: #FFFFFF;
    padding-right: 5px;
	border-right:thin solid #CCCCCC;
}

.pageright
{
    background-color: #F5F5F5;
}

.pagebottom
{
    background-color: #e5e5e5;
    border-top: darkblue thin solid;
    padding-top: 5px;
}
#button
{
    width: 12em;
    border-right: 1px solid #FFF;
    padding: 0 0 1em 0;
    margin-bottom: 1em;
    font-family: Verdana;
    background-color: #FFF;
    color: #333;
}
#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li
{
    border-bottom: 1px solid #cccccc;
    margin: 0;
}
#button li a
{
    display: block;
    padding: 5px 5px 5px 0.5em;
    border-left: 10px solid #1958b7;
    border-right: 10px solid #508fc4;
    background-color: #DADADA;
    color: #333;
    text-decoration: none;
    width: 100%;
    border-right-color: #999999;
    border-left-color: #C0C0C0;
}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover
{
    border-left: 10px solid #1c64d1;
    border-right: 10px solid #5ba3e0;
    background-color: #808080;
    color: #fff;
    border-right-width: 6px;
    border-left-width: 10px;
    border-right-color: #666666;
    border-left-color: #CCCCCC;
}
.highlight
{
    font-family: Verdana;
    font-size: medium;
    font-weight: bold;
    color: #990000;
}
