@charset "utf-8";
/* CSS Document */

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #c2c2c2;
	text-decoration: none;
	text-align: center;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #c2c2c2;
	text-decoration: none;
	text-align: center;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fbbf3f;
	text-decoration: none;
	text-align: center;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
	text-align: center;
}
font {
	font-family: Arial, Helvetica, sans-serif;
	color: #c2c2c2;
	text-decoration: none;
	text-align: center;
}
td {
	text-align: center;
	background-color: #001f5a;
}
td.header {
	text-align: center;
	background-color: #c2c2c2;
}
body {
	background-color: #c2c2c2;
}
