@charset "utf-8";
a:link {
	color: #000000;
}

body,td,th {
	color: #002D69;
}

a:hover {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:active {
	color: #000000;
}

.style11 {
	color: #000000;
	font-weight: bold;
	font-size: large;
}





/* CSS Document */

.style12 {
	font-size: large;
	color: #000000;
	font-weight: bold;
	font-style: italic;
	background-color: #FF0000;
	text-align: center;
	display: block;
	height: 20px;
	width: 35px;
}

table td a {
	display: block;
	height: 20px;
	width: 35px;
	text-align: center;
	background-color: #CCCCCC;
	text-decoration: none;
	border: 1px solid #999999;
}
table td a:hover {
	background-color: #FFFF00;
}
table td a.style13 {
	height: 20px;
	width: 50px;
	text-align: center;
	display: block;
	font-weight: bold;
	color: #000000;
	font-size: large;
}

table td a.style12 {
	background-color: #FFFF00;
	text-align: center;
	display: block;
	height: 20px;
	width: 35px;
	border: 1px solid #999999;
}
table td a.style13:hover {
	background-color: #FFFF00;
}
