body {
	background-color: #000000;
	background-image: url(background.jpg);
	background-repeat: repeat-x;

	font-family: verdana;
	font-size: 10px;
	color: #ffffff;
}

td{
	font-family: verdana;
	font-size: 10px;
	color: #ffffff;
}

.newsBackground{
	background-color: #2e1822;
	background-image: url(newsBackground.jpg);
	background-repeat: no-repeat;

	width: 250px;
	height: 266px;
}

.mainBackground{
	background-color: #10070a;
	background-image: url(mainBackground.jpg);
	background-repeat: no-repeat;

	width: 640px;
	height: 420;
}

.mainDiv{
	margin-top: 1px; width: 636; height: 419; overflow: auto;
	scrollbar-base-color: #000000;
	scrollbar-highlight-color: #130a0d;
	scrollbar-3dlight-color: #9a5f23;
	scrollbar-3dlight-color: #9a5f23;
	scrollbar-shadow-color: #613a17;
	scrollbar-arrow-color: #db9251;
}

.mainBottom{
	background-color: #181012;
	background-image: url(mainBottom.jpg);
	background-repeat: no-repeat;

	width: 640px;
	height: 40;
}



.foodCategory{
	font-family: verdana;
	font-size: 12px;
	color: #AE7F1A;
}

.titleBlueText{
	font-family: verdana;
	font-size: 14px;
	color: #283850;
}

.titleBlueComment{
	font-family: verdana;
	font-size: 10px;
	color: #3C5478;
}

.titleText{
	font-family: verdana, tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #E1C94F;
}

.titleComment{
	font-family: verdana, tahoma;
	font-size: 10px;
	color: #DBBC29;
}

.formElementControl{
	
	font-family: verdana;
	font-size: 10px;
}

.formElementSubmit{
	background-color: #D48E42;
	border-width: 1px solid;
	border-color: #402436;
	color: #000000;
}


a { font-size: 10px; color: #ffe241; text-decoration: none; font-family: "Verdana"; font-weight: bold; }
a:link { color: #ffe241; text-decoration: none; font-weight: bold; }
a:visited { color: #ffe241; text-decoration: none; font-family: "verdana"; font-weight: bold; }
a:active { color: #ffffff; text-decoration: underline; font-family: "verdana"; font-weight: bold; }
a:hover { color: #ffffff; text-decoration: underline; font-family: "verdana"; font-weight: bold; }	

a.menuLink { font-size: 14px; color: #1A52AE; text-decoration: none; font-family: "Verdana"; font-weight: normal; }
a:link.menuLink { color: #1A52AE; text-decoration: none; font-family: "Verdana"; font-weight: normal; }
a:visited.menuLink { color: #1A52AE; text-decoration: none; font-family: "Verdana"; font-weight: normal; }
a:active.menuLink { color: #000000; text-decoration: none; font-family: "Verdana"; font-weight: normal; }
a:hover.menuLink { color: #000000; text-decoration: none; font-family: "Verdana"; font-weight: normal; }	

a.newsLink { font-size: 10px; color: #ffffff; text-decoration: none; font-family: "Verdana"; font-weight: normal; }
a:link.newsLink { color: #ffffff; text-decoration: none; font-family: "Verdana"; font-weight: normal; }
a:visited.newsLink { color: #ffffff; text-decoration: none; font-family: "Verdana"; font-weight: normal; }
a:active.newsLink { color: #ffffff; text-decoration: underline; font-family: "Verdana"; font-weight: normal; }
a:hover.newsLink { color: #ffffff; text-decoration: underline; font-family: "Verdana"; font-weight: normal; }	

