body {
	font-family: Trebuchet MS, Verdana, Bitstream Vera Sans, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin : 0px 0px 0px 0px;
	background-color: #EEE;
	background-repeat: repeat-x;
}

#Wrapper { 
/*	border: 1px solid rgb(187, 187, 187); */
	margin: 0px auto;
	padding: 0pt;
	width: 800px;
}

a {
	color: #004080;
	text-decoration: none;
}

a:hover {
	color: #004080;
	text-decoration: underline;
}

a:visited {
	color: #004080;
}

#Menu {
	margin: 30px 0px 20px 0px;
	background-color: white;
	font-weight: bold;
}

#Menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
	font-weight:bold;
}

#Menu ul li {
	float: left;
	text-align: center;
/*	border: 1px solid #000; */
}

#Menu ul li a {
	width: 156px;
	height: 3em;
	display: block;
	text-align: center;
	line-height: 3em;
}

.Title {
	background-color: #fc7c00;
	border: 1px solid #1855a8;
	height: 20px;
	padding: 2px 0px 0px 10px;
	font-size: 110%;
	font-weight: bold;
	color: white;
}

#Content {
	margin-top: 2em;
	margin-bottom: 0;
	padding:10px 10px 10px 10px;
	clear: both;
	border: 1px solid #000;
	background-color: white;
}

#Copyright {
	font-size: 70%;
	text-align: center;
/*  clear: both; */
	padding-top: 1em;
	color: gray;
}

.ImgShadow {
	float: left;
	background: url('images/shadowAlpha.png') no-repeat right bottom !important;
	background: url('images/shadow.gif') no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}

.ImgShadow img {
        display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}

/* For convenience */
.Centered {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.Notebox {
	 background-color:#ddffbf;
	 border: dashed #000999 1px;
	 margin: 15px;
	 font-size:small;
	 text-indent: 0;
}

.CenterWrap {
	min-width: 400px;
	text-align: center;
}

.Center {
	margin: 0 auto;
	text-align: left;
	width: 250px;
}

table.version {
	background-color:#778899;
}

tr.odd {
	background-color:#dddddd;
}

tr.even {
	background-color:#eeeeee;
}
