@charset "utf-8";
/* CSS Document */

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	margin: 0px;
}
h1 {
	font-size: 24px;
	color: #2D5A92;
}
h1.year {
	font-size: 24px;
	color: #2D5A92;
	background-color: #CCCCCC;
	letter-spacing: 10px;
	margin-left: 60px;
	padding-left: 10px;
}
h2 {
	font-size: 18px;
	color: #2D5A92;
}
p.arrowlink {
	font-size: 18px;
	background-image: url(../images/arrow_02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	color: #2D5A92;
	font-weight: bold;
}
ul.arrow {
	font-size: 16px;
	padding-left: 15px;
	color: #2D5A92;
	font-weight: bold;
	list-style-image: url(../images/arrow_02.gif);
}
a:link {
	text-decoration: none;
	color: #2D5A92;
}
a:visited {
	text-decoration: none;
	color: #2D5A92;
}
a:active {
	text-decoration: none;
	color: #2D5A92;
}
a:hover {
	text-decoration: underline;
	color: #2D5A92;
}
.topmenu {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	padding-top: 5px;
	padding-right: 10px;
	background-color: #2D5A92;
}
.largebold {
	font-size: 24px;
	font-weight: bold;
}
.redtext {
	color: #FF0000;
}
.whitebold {
	color: #FFFFFF;
	font-weight: bold;
}
.smallplain {
	font-size: small;
	font-weight: normal;
	color: #666666;
}
.vsmallplain {
	font-size: x-small;
	font-weight: normal;
	color: #666666;
}