td {
	font-family: "Times New Roman", "Times", "serif";
	font-size: 11pt;
	color: #222200;
}

a:link, a:visited {
	color: #666600;
	text-decoration: none
}
a:active, a:hover {
	color: #999900;
	text-decoration: underline
}

.header {
	color: #333300;
	font-weight: bold
}

div.content { 
	position: relative;
	width: 365px; 
	height: 280px; 
	clip: rect(0px 365px 280px 0px);
	overflow: auto;
}

div.school_content { 
	position: relative;
	width: 365px; 
	height: 240px; 
	clip: rect(0px 365px 240px 0px);
	overflow: auto;
}

div.list_content { 
	position: relative;
	width: 751px; 
	height: 285px; 
	clip: rect(0px 751px 285px 0px);
	overflow: auto;
}
