body {
font-family:verdana; font-size:10px;
}

body {
background-color : #334417; 
} 

td.topimage {
background-image: url('images/line.jpg'); background-repeat: no-repeat-y;
} 

p.body{
color:#486E0C;
font-size:11px;
font-family:verdana;
margin-bottom:0;
margin-top:0;
margin-left:2;
margin-right:2;
}

p.bottom{
color:#ffffff;
font-size:10px;
font-family:verdana;
}

p.header{
color:#ffffff;
font-size:12px;
font-family:verdana;
margin-bottom:0;
margin-top:3;
margin-left:2;
margin-right:2;
font-weight:bold;
padding: 2px;
background-color:#D4640C;
}

A.top:link {
text-decoration : none; 
color : #ffffff; 
} 
A.top:visited {
text-decoration : none; 
color : #588526; 
} 
A.top:hover {
text-decoration : none; 
color : #588526;
text-decoration:underline;
}

A.body:link {
text-decoration : none; 
color : #D4640C; 
} 
A.body:visited {
text-decoration : none; 
color : #D4640C; 
} 
A.body:hover {
text-decoration : none; 
color : #D4640C;
text-decoration:underline;
}

td.roundbottomleft {
	background: url('images/bl.jpg') no-repeat bottom left; 
	background-color : #99CB67; 
}

td.roundbottomright {
	background: url('images/br.jpg') no-repeat bottom right; 
}

.bevelmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 176;
}



.bevelmenu li a{

display: block;
width: 100%;
text-decoration: none;
font-weight: bold;
background-color: #99CB67;
border: 2px solid #99CB67;
text-decoration:none;
color: black; 
text-indent:4px; 
padding-right:0px; 
padding-top:2px; 
padding-bottom:2px
}

.bevelmenu li a:hover{
color: #ffffff;
background-color: #486E0C;
border-style: outset;
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect (non IE browsers only) */
border-style: inset;
}