body {
	font-family: "Arial", "Helvetica", "sans-serif";
	background-color: #E8D6C8;
	font-size: 11px;
	margin: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}

.tblcontent{
	font-family: "Arial", "Helvetica", "sans-serif";
	background-color: #FFFFEB;
	font-size: 12px;
}

td.bigtext {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
}

td.menutext {
	font-family: "Times New Roman", "Times", "serif";
	font-weight: normal;
	font-size: 12x;
}

td.medtext {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
}

td.content {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
}

td.category {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
}

.Arial12px {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}

a:hover {  
	color: #FF3300;
	text-decoration: underline;
}

.highlight{
	color: #000000;
	background-color: #FFFF00;
}

a.menu{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
a.menu:hover{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: underline;
}


