﻿.BackGround {
	text-align: justify;
	font-family: "Tahoma";
	font-size: 14px;
	color: #552B00;
	margin: 0;
	background-image: url('./CoreGraphics/BackGround.png');
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-color: #d6ccb8;
}
.Main_Table {
	width: 1000px;
}
.FAQ_Table {
	width: 100%;
}
.News_Table {
	width: 100%;
}
.Cell_Logo {
	width: 180px;
	height: 150px;
	text-align: center;
}
.Cell_Tittle {
	width: 820px;
	height: 150px;
	text-align: center;
	padding-left: 50px;
}
.Cell_Menu {
	width: 180px;
	height: 500px;
	text-align: left;
	vertical-align: top;
}
.Cell_Content {
	width: 820px;
	height: 500px;
	text-align: justify;
	vertical-align: top;
	padding-left: 50px;
}
.Cell_Empty {
	width: 180px;
	height: 30px;
}
.Cell_Copyright {
	width: 820px;
	height: 30px;
	text-align: center;
	color: #996633;
}
.Cell_Special {
	width: 130px;
	text-align: center;
}
.Cell_HTMLCode {
	width: 600px;
	height: 100px;
	text-align: center;
	border-width: 2px;
	border-color: #999999;
	border-style: solid;
	vertical-align: middle;
	margin: auto;
	background-color: #FFFFFF;
}
.Cell_FAQ_Logo {
	width: 70px;
	height: 70px;
	text-align: center;
	vertical-align: top;
}
.Cell_FAQ_Question {
	text-align: left;
	vertical-align: middle;
}
.Cell_FAQ_Answer {
	text-align: justify;
	vertical-align: top;
}
.Cell_News {
	width: 100px;
	text-align: center;
}
.Graphics {
	border: 0px;
}
.Text-Center {
	text-align: center;
}
.Text_Bold {
	font-weight: bold;
}
.Text_Bold-Large {
	font-weight: bold;
	font-size:large;
}
.Text_Underline {
	text-decoration: underline;
}
.Menu {
	width: 175px;
	border-style: solid solid none solid;
	border-color: #94AA74;
	border: 0px;
	border-width: 0px;
}
.Menu ul {
	list-style-type: none;
	margin: 0;
	padding: 10px;
}
.Menu li a {
	font-size: 16px;
	font-weight: bold;
	display: block;
	background: transparent url(CoreGraphics/Menu.png) 100% 0;
	height: 24px;
	padding: 4px 0 4px 10px;
	line-height: 24px;
	text-decoration: none;
}
.Menu li a:link, .Menu li a:visited {
	color: #f8fd45;
}
.Menu li a:hover {
	color: #1fcf15;
	background-position: 100% -32px;
}
.Menu li a.selected {
	color: #26370A;
	background-position: 100% -64px;
}
