body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

A:link {text-decoration: none; color: blue;}
A:visited {text-decoration: none; color: blue;}
A:active {text-decoration: underline; color: red;}
A:hover {text-decoration: underline; color: red;}

input {
	width: 200px;
}

input.submit {
	width: 100px;
}

h2 {
	width: 640px;
	border-bottom: 1px solid black;
}

.copy {
	font-size: 10px;
	text-align: center;
	padding-top: 25px;
}

.main {
	width: 640px;
	height: 550px;
	padding-top: 5px;
	padding-left: 10px;
}

.left_menu {
	border-right: 1px solid #D2D2D2;
}

.resultmsg {
	width: 640px;
	border: 1px solid blue;
	padding: 10px;
	background-color: #AAD4FF;
}

.table_head {
	font-weight: bold;
	text-align: center;
}

.table_data {
	text-align: center;
}

.table_data td, .high_performer td {
	padding-top: 5px;
	padding-bottom: 5px;
}

.table_summary {
	text-align: center;
	font-weight: bold;
}

.table_summary td {
	border: 1px solid #2AAAFF;
	padding: 5px;
}

.high_performer {
	text-align: center;
	background-color: #FFD4D4;
}