@charset "UTF-8";
body {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	white-space: pre;
}
body,td,th {
	font-size: 12 px;
	color: #474F49;
}
a {
	font-size: 12px;
	color: #CC0033;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #0066CC;
}
a:active {
	color: #00CCFF;
	background-color: #FFFFFF;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: x-large;
}
h2 {
	font-size: large;
}
h3 {
	font-size: medium;
}
h4 {
	font-size: small;
}
