﻿@charset "UTF-8";
/* CSS Document */

body {
	font-size: 100%;
	color:white;
	background-color: #4a4a4a;
}

h2 {
			color:white;
}

a {
	color:white;
}

td.auto-style1 {
	text-align: right;
}
td {
	text-align:center;
}
th.thcenter {
	text-align:center;
}

div.c {
	text-align:center;
}
table.center {
	margin-left:auto;
	margin-right:auto;
}
html, body {
	width: 100%;
}