@charset "utf-8";
/* CSS Document */

BODY { 	background-color:#FFFFFF;
	background-image:url(images/bg.jpg);
background-position:center;
background-repeat:repeat-y; 
font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #959595;}
	

hr {color: #fff; background-color: #fff; border: 1px dotted #000; border-style: none none dotted; }

	
	ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
/* =-=-=-=-=-=-=-[Menu Five]-=-=-=-=-=-=-=- */
	
#menu5 {
	width: 200px;
	border-style: none solid none solid;
	border-color: #D0D0D0;
	border-width: 1px;
	margin: 7px;
	float:center;
	}
	
#menu5 li a {
  	height: 64px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu5 li a:link, #menu5 li a:visited {
	color: #777;
	display: block;
	background: url(images/menu5.gif);
	padding: 8px 25px 0 10px;
	text-align: right;
	}
	
#menu5 li a:hover {
	color: #fff;
	background: url(images/menu5.gif) 0 -32px;
	padding: 8px 25px 0 10px;
	text-align: right;
	}
	
#menu5 li a:active {
	color: #fff;
	background: url(images/menu5.gif) 0 -64px;
	padding: 8px 25px 0 10px;
	text-align: right;
	}
-->
#table {
border-style:dashed;
border-top-style:dashed;
border-width: 1px;
border-color: #cccccc;
float:left;
}

#table1 {
border-style:dashed;
border-top-style:dashed;
border-width: 1px;
border-color: #cccccc;
float:center;
}

#table2 {
border-style:dashed;
border-top-style:dashed;
border-width: 1px;
border-color: #cccccc;
float:center;
background-color:#FF6600;
}
.style1 {color: #FFFFFF}
.style2 {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style2 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.buttonmenu{
list-style-type: none;
margin: 10;
padding: 0;
width: 200px;
height: 100%;

}

.buttonmenu li a{
color: black;
display: block;
width: 100%;
padding: 6.9px 15px;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
font: bold 13px Verdana;
text-decoration:none;
background-image:url(images/linkback.jpg);
}


.buttonmenu li a:visited{
color: black;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
color: black;

background-image:url(images/linkback_on.jpg);
}

hr.dottedline {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #999999;
}




