/* CSS Document */

body,td,th {
	font-family: "Comic Sans MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #660033;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #630031;
}
a:hover {
	text-decoration: underline;
	color: #006699;
}
a:active {
	text-decoration: none;
	color: #0099FF;
}
h1 {
	font-size: 24px;
	color: #660033;
}
h2 {
	font-size: 18px;
	color: #336699;
}
h3 {
	font-size: 16px;
	color: #000000;
}
h4 {
	font-size: 14px;
	color: #630031;
}
.WhatsNewDate {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
.MenuHeader {
	font-size: 16px;
	font-weight: bold;
	color: #660033;
	text-transform: uppercase;
}
.MenuCategoryHeader {
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	background-color: #5A1008;
}

.MenuRowBorder {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5A0808;
}
.WhatsNewTitle {
	font-size: 16px;
	color: #660033;
}
.input {
	font-size: 16px;
	color: #660033;
}