body {
	background-image: url(x-images/bk_1b.jpg);
	background-color: #000000;
	background-repeat: repeat-x;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.buttonmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 180px;
}

.buttonmenu li a{
color: white;
display: block;
width: 100%;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
border: 1px solid;
border-color:#66CC33 #5A3A54 #5A3A54 #66CC33; /*light dark dark light*/
background-color: #000000;
text-decoration:none;
}


.buttonmenu li a:visited{
color: white;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
color: #000000;
background-color: #66CC33;
}

.insidelink{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100px;
}

.insidelink li a{
color: black;
display: block;
width: 100%;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
border: 1px solid;
border-color:#66CC33 #5A3A54 #5A3A54 #66CC33; /*light dark dark light*/
background-color: #CCCCCC;
text-decoration:none;
}


.insidelink li a:visited{
color: #66CC33;
}

.insidelink li a:hover, .buttonmenu li a:active{
color: #00FF00;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
.style3 {color: #CCCCCC}
.style4 {color: #FFFFFF}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #66CC33;
}
a:hover {
	color: #00FF00;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-style: italic;
	color: #00CC00;
}

