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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
}
a:link {
	text-decoration: none;
	color: #30C;
}
a:visited {
	text-decoration: none;
	color: #30C;
}
a:hover {
	text-decoration: underline;
	color: #30C;
}
a:active {
	text-decoration: none;
	color: #30C;
}
h1 {
	font-size: 36px;
	color: #30C;
}
h2 {
	font-size: 24px;
	color: #333;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
.BigButton {
	font-size: 18px;
	background-color: #E5FFE3;
	font-family: Verdana, Geneva, sans-serif;
	border: 1px solid #000;
}
.CopyrightFooter {
	font-size: 9px;
}
.CenterText {
	text-align: center;
}

.TableHeading {
	font-size: 24px;
}
.RedHighlight {
	color: #C00;
}
.TableStyle {
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #006;
	border: 1px solid #999;
	border-collapse: collapse;
}
.TableStyle tr th {
	background-color: #D9D1FF;
	font-size: 18px;
	text-transform: none;
	text-align: left;
	font-weight: normal;
	border: 1px solid #666;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.TableStyle tr td {
	text-align: left;
	border: 1px dashed #999;
	padding: 5px;
	vertical-align: top;
}

