@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
}
body {
	background-color: #FFF;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2 {
	font-size: x-large;
	color: #03F;
}
h3 {
	font-size: large;
	color: #0066CC;
}
h4 {
	font-size: medium;
	color: #0066CC;
}

h1 {
	font-size: xx-large;
	font-family: Arial, Helvetica, sans-serif;
	color: #0066CC;
}


/* CSS Document */


a:link {color: #000000; text-decoration: none}
a:visited {color: #000000; text-decoration: none}
a:hover {color: #000000; text-decoration: underline}
a:active {color: #ff9933; text-decoration: none}

