@charset "utf-8";
body {
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	margin-top: 50px;
}

/* CSS Document */

#Menu {
	background-color: #FF5C01;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #900;
	vertical-align: top;
}
.Menu-Ac {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	display: block;
	text-align: right;
	padding-right: 10px;
	border-top-style: none;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #F00;
}

#Main {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #900;
	background-color: #FFF;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}

#Header {
	background-image: url(../images/header.jpg);
	height: 120px;
	width: 800px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #900;
	border-right-color: #900;
	border-left-color: #900;
	background-color: #FF5C03;
}
#Footer {
	background-color: #FF5C01;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.menu-a {
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	color: #FFF;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	}

.menu-a:hover {
	color: #FF5C03;
	background-color: #FFF;
	
	}

.a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
}
	.footer-a{
	color: #FFF;
	text-decoration: none;
		}
hr {
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FF5C01;
}
td {
	height: 20px;
}
.mini {
	font-size: 9px;
	text-align: right;
}
