body{
	background: #cccccc repeat-x;
	margin:0px;
}

a{
	color:#5F5FFF;
}

body,table{
	font:arial;
	font-size:12px;
}

.header{
	background: url(/img/submenubg.jpg) repeat-x;
	font-weight:bold;
	color:#eeeeee;
	height:20px;
	padding-left:5px;
}

.header_a{
	color:blue;
	text-decoration:none;
}

.menu{
	background: #cccccc;
	padding:5px;
}

.content{
	padding:5px;
}

.footer{
	padding-left:5px;
	color: gray;
	text-align:center;
}

.class_table{
	border:1px solid gray;
	background:white;
	margin:10px;
	padding:10px;
}

.table_header{
	height:30px;
	font-size:20px;	
	color: green;
	border-bottom:1px dashed gray;
}

.table_subheader{
	font-weight:bold;
	border-bottom:1px solid gray;
	height:20px;
}

.table_entry{
	border-bottom:1px dashed #eeeeee;
	padding:5px;
}