#nav {
	width: 600px;
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: 95%;
}

#subnav {
	width: 600px;
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: 95%;	
}

#rap {
	width: 750px;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	margin: auto;
}

.section {
	/* border: 1px solid gray; */
	
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;	
	
	background-color: #cccccc;
	margin: 10px;
	width: 730px;
}

.contentTitle {
	text-align: center;
	font-weight: bold;
	width: 100%;
	font-size: 95%;
}

.content {
	font-size: 95%;
	margin: 0px 5px 5px 5px;
	padding: 5px;
	background-color: white;
	border: 1px solid gray;
}

.menu {
	border: 1px solid gray;
	background-color: #cccccc;
	margin-bottom: 10px;
	width: 110px;
	float: left;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 10px;
}

body {
	font-family: Geneva,Verdana,Helvetica,Arial;
	font-size: 80%;
	margin: 10px;
}

table {
	font-family: Geneva,Verdana,Helvetica,Arial;
	font-size: 90%;
}

td {
	font-family: Geneva,Verdana,Helvetica,Arial;
	font-size: 90%;
	background-color: white;
}

th {
	font-family:		Geneva,Verdana,Helvetica,Arial;
	font-size:			90%;
	background-color:	white;
	text-align:			right;
	vertical-align:		top;
	padding-right:		3px;
	width:				100px;
}

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

a:hover {
	color: red;
}

.title {
	font-size: 150%;
	font-weight: bold;
}



.tdNormal {
	background-color: #cccccc;
}

.tdOver {
	background-color: blue;
	color: white;
}
