body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
body {
	background-image: url(images/bg.gif);
	background-attachment:fixed;
}
.style14 {color: #000066}
.style21 {color: #A50021}
.style23 {font-size: medium}
.style24 {font-weight: bold; color: #A50021; font-size: large; }
.style28 {font-size: large}
.style29 {color: #000066; font-size: large; }
.style31 {font-size: medium; font-style: italic; }
.style33 {
	color: #000066;
	font-size: x-large;
	font-weight: bold;
}
.style34 {color: #000066; font-size: small; }
.style35 {font-size: x-large; color: #000066;}

div.mainmenu {
	position: absolute;
	left: 25px;
	top: 111px;
	font-weight: bold;
	z-index: 1;
	width: 75px;
}

div.menu {
    float: left;
    margin-left: 10px; 
}

div.popup a:hover { background-color: #777777; }
div.menu:hover div:first-child { border-bottom: none; }
div.menu div.popup { display: none; }
div.menu:hover div.popup { 
    display: block; 
    background-color: #99f; 
}


div.menu div {
    width: 75px;
    background-color: #66f;
    padding: 5px;
    border: solid 2px blue;
}


div.popup div, div.popup a { display:block; text-decoration: none; margin: 2px 2px 2px 5px; border: 1px gray;}
div.popup div + div, div.popup a + a { margin-top: 10px; } 

div.content {
    position: absolute;
    left: 20px;
    top: 195px;
    border: 1px dashed gray;
}
.buttonscontainer {width: 85px;}

.buttons a {color: #ffffff;
border: 1px solid;
background-color: #000066;
padding: 1px;
padding-left: 2px;
font: 12px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
border-color: #000099 #000099 #000099 #000099;
display: block;
margin: 0px;
width: 100%;
text-align: left;}

.buttons a:hover {border: 1px solid;
padding-left: 3px;
padding-top: 2px;
padding-bottom: 1px;
padding-right: 1px;
background-color: #FE0202;
border-color: #000099 #000099 #000099 #000099;
color: #ffffff;
text-decoration: none;}

.buttons2 a {color: #ffffff;
border: 1px solid;
background-color: #000066;
padding: 1px;
padding-left: 2px;
font: 12px Arial, sans-serif;
font-weight: normal;
text-decoration: none;
border-color: #000099 #000099 #000099 #000099;
display: block;
margin: 0px;
width: 100%;
text-align: left;}

.buttons2 a:hover {border: 1px solid;
padding-left: 3px;
padding-top: 2px;
padding-bottom: 1px;
padding-right: 1px;
background-color: #FE0202;
border-color: #000099 #000099 #000099 #000099;
color: #ffffff;
text-decoration: none;}

.linkstyle {
font-size: medium;
text-decoration: none;
color: #000066;
font-weight: bold;
}
.linkstyle a, .linkstyle a:visited {
font-size: medium;
text-decoration: none;
color: #000066;
font-weight: bold;

}