/* CSS Document */
body,td,th {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #000099;
	margin: 0px;
}

h2 {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	margin: 0px;
	color:#000000;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000099;
	margin: 0px;
}

h4 {
	font-family: "Comic Sans MS", arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	margin: 0px;
	color:#FFFFFF;
}

.white_txt {
	color:#FFFFFF;
}

.white_txt_link {
	color:#FFFFFF;
	text-decoration: none;
}

.white_txt_link:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

.redlink {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

.redlink:hover {
	color: #990000;
	text-decoration: underline;
	font-weight:bold;
}
.footer {
	font-size: 11px;
}

.footer_link {
	font-size: 11px;
	color: #990000;
	text-decoration: underline;
}

.footer_link:hover {
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
