@charset "utf-8";
.menubox {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

body {
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-color: #282828;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


.style1 {
	color: #999999;
	font-size: 10px;
}
.footer a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	}

.footer a:hover {
	color : #FFFFFF;
	text-decoration: underline;
}

.link a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	}

.link a:hover {
	color : #000000;
	text-decoration: underline;
}


