@charset "utf-8";
/* CSS Document */

body, td {
	
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: black;
	vertical-align: top;
}

h3 {
	color: #2F7FAB;
	font-weight: bold;
}

A, A:visited {
	
	color: #3795c8;
}

#content {

	background-color: #FFFFFF;
	vertical-align: top;
	text-align: center;
}
#content TD {
	
	vertical-align: top;
}

.footer {
	
	text-align: center;
}
#footernav {

	margin-left: auto;
	margin-right: auto;
}
#footernav TD {
	
	font-size: 11px;
	color: #3795c8;
	font-weight: bold;
}
#footernav TD A {
	
	color: #3795c8;
	text-decoration: none;
}
#footernav TD A:hover {
	
	text-decoration: underline;
}
.box {
	margin-left: auto;
	margin-right: auto;
}
.box TD {

	vertical-align: top;
}

.box P {
}

.sidebox TD {
	
	font-style: italic;
}
#message {

	color: red;
	font-weight: bold;
}
.board th {
	white-space: nowrap;
	text-align: left;
	vertical-align: top;
}