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

body {
	background-color: #333366;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
}
a:link {
	color: #669900;
	text-decoration: none;
}
a:visited {
	color: #cc6633;
	text-decoration: none;
}
a:hover {
	color: #33cccc;
	text-decoration: underline;
}
a:active {
	color: #33cccc;
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
	color: #33cccc;
}
h2 {
	font-size: 16px;
	color: #669900;
}
h3 {
	font-size: 14px;
	color: #cc6633;
}
h4 {
	font-size: 12px;
	color: #330000;
}
h5 {
	font-size: 10px;
	color: #333366;
}