/* 
<link rel=stylesheet href="../css/style.css" type="text/css">
*/

body, table {
color: black;
font-family: Verdana, sans-serif;
background-color: #FFFFAA;
font-style: normal;
font-variant: normal;
font-size: 12px;
font-weight: normal;
text-decoration: none;
}

.subtable{
color: black;
font-family: Verdana, sans-serif;
background-color: #FFFFBB;
font-style: normal;
font-variant: normal;
font-size: 12px;
font-weight: normal;
text-decoration: none;
}

a:link {
color: #0000FF;
text-decoration:none;
}

a:visited {
color: #0000FF;
text-decoration:none;
}

a:hover {
color: #0000FF;
text-decoration: underline overline;
}

.ajax {
color: black;
font-family: Verdana, sans-serif;
font-style: normal;
font-variant: normal;
font-size: 12px;
text-decoration: none;
}

.ajax1 {
color: black;
font-family: Verdana, sans-serif;
font-style: normal;
font-variant: normal;
font-weight: 500;
font-size: 12px;
text-decoration: none;
}


.radar {
color: black;
font-family: Verdana, sans-serif;
background-color: #FFFFAA;
font-style: normal;
font-variant: normal;
font-size: 12px;
font-weight: normal;
text-decoration: none;
}

.radarss {
color: black;
font-family: Verdana, sans-serif;
background-color: white;
font-style: normal;
font-variant: normal;
font-size: 12px;
font-weight: normal;
text-decoration: none;
}


.greenheader {
color: #007700;
text-decoration:none;
}

/* 
font-family: Arial, Verdana, Helvetica, sans-serif;
<b class="sub">This is a bold tag carrying the headline class</b>
B {font:arial, helvetica 12px bold; color:red}
<b style="font-size:16px;">NOT</b>
*/

.bevelmenu{
font: bold 12px;
padding: 6px 0;
margin: 0;
width: 95%;
background-color: #FFFFAA;
text-decoration: none;
color: black;
text-align: center; /*set value to "right" for example to align menu to the right of page*/
}

.bevelmenu li{
list-style: none;
display: inline;
}

.bevelmenu li a{
padding: 3px 0.5em;
text-decoration: none;
color: black;
background-color: #FFFFAA;
border: 2px solid #FFE271; /* or  #FFF2BF;*/
}

.bevelmenu li a:visited{
color: black;
background-color: #FFFFAA;
}

.bevelmenu li a:hover{
text-decoration: none;
color: black;
background-color: #FFE271;
border-style: outset;
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}







