@charset "utf-8";
/* CSS Document */

body{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/background.jpg);
}

.menu {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../images/menu_bg.jpg);
}

.title {
	margin: 3px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #000000;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(../images/green_banner.jpg);
	color: #FFFFFF;
}
.button {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #000000;
	background-image: url(../images/green_banner.jpg);
	padding: 3px;
}


a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;	
	}
a:hover {
	color: #FF9900;
	text-decoration: none;
	font-weight:bold;
	}
a:active {
	color: #FF9900;
	text-decoration: none;
	font-weight:bold;
	}
