body {
	background-color:#EDEDED;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
}
p {
	margin-top:0px;
	margin-bottom:5px;
}
h2 {
	font-size:1.1em;
	text-shadow:inherit;
	margin-top:0px;
	margin-bottom:0px;
	float:right;
	color:#FFFFFF;
	background-color:#999999;
	text-align:right;
	padding:1px;
	}
img {
	border:1px solid #CCCCCC;
	background-color:#333333;
	}
#container {
	width:932px;
	background-color:#EDEDED;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
}
#menu {
	margin-top:0px;
	margin-bottom:10px;
	border-top:3px solid #66FF00;
	padding:5px;
	background-color:#333333;
	}
#right {
	width:352px;
	float:right;
	}
#middle {
	width:568px;
	}
#note {
	border:1px solid #CCCCCC;
	margin-bottom:10px;
	padding:10px;
	background-color:#FFFFFF;
}
#notification {
	background-color:#FFFFCC;
	border:1px dashed #CCCCCC;
	margin-bottom:10px;
	padding:3px;
	padding-bottom:0px;
}
body,td,th {
	font-size: 0.8em;
}
a:link {
	color: #00AB4A;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #00AB4A;
}
a:active {
	text-decoration: none;
	color: #00AB4A;
}

.selecteded {
	background-color: #66FF00;
	border:3px solid #66FF00;
}

a.selecteded:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.selecteded:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
a.selecteded:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #CCCCCC;
}
.selected a:active {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

