body
{
	background-color: #E38736;
	font-size: 12px;
	font-family: Calibri, Arial, Tahoma;
}

.top_left
{
	background-image: url(../images/top_left.jpg);
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
}

.top_right
{
	background-image: url(../images/top_right.jpg);
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
}


.content
{
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat;
}

.bottom_left
{
	background-image: url(../images/bottom_left.jpg);
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
}

.bottom_right
{
	background-image: url(../images/bottom_right.jpg);
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
}


#topic
{
	background-color: #d67620;
	height: 150px;
	text-align: center;
}
.news
{
	color: #671e01;
	font-size: 11px;
}
a
{
	color: #444444;
	font-size: 12px;
	text-decoration: none;
}
.Menu
{
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #d67620;
	line-height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #f9f6e3;
}
.Menu:hover
{
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #f9f6e3;
	line-height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #d67620;
}
.Menu-Selected
{
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #f9f6e3;
	line-height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #d67620;
}
.topic
{
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
}
.footer_left
{
	background-image: url(../images/f_left.jpg);
	background-repeat: no-repeat;
	width: 17px;
	height: 33px;
}

.footer
{
	background-image: url(../images/f_bg.jpg);
	background-repeat: repeat-x;
	height: 33px;
}

.footer_right
{
	background-image: url(../images/f_right.jpg);
	background-repeat: no-repeat;
	width: 18px;
	height: 33px;
}

.header, .table-header
{
	/*background-image: url(h_bg.jpg);*/
	background-color: #d67620;
	background-repeat: repeat-x;
	height: 155px;
}
.table-header
{
	height: 25px;
	font-weight: bold;
	text-align: center;
	color: White;
}
.header, .table-header
{
	/*background-image: url(../images/h_bg.jpg);*/
	background-color: #d67620;
	background-repeat: repeat-x;
	height: 155px;
}
.table-header
{
	height: 25px;
	font-weight: bold;
	text-align: center;
	color: White;
}

.tool-tip
{
	background-color: #f9f6e3;
	padding: 5px 5px 5px 5px;
	line-height: 15px;
	border-top: groove 2px #d67620;
	border-right: groove 2px #d67620;
	border-left: groove 2px #d67620;
	border-bottom: groove 2px #d67620;
}

.left-side-menu
{
	font-size: 12px;
	width: 20%;
	height: 100%;
	vertical-align: top;
}
.right-side-menu
{
	font-size: 12px;
	width: 20%;
	height: 100%;
	vertical-align: top;
}

.right-side-content
{
	font-size: 12px;
	width: 60%;
	height: 100%;
	padding-top: 20px;
	background-color: #ffffff;
	vertical-align: top;
}

.default-link
{
	color: Black;
	font-weight: bold;
	text-decoration: none;
}

.left-side-menu-item, .left-side-menu-item:hover
{
	color: #444444;
	display: block;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding-left: 20px;
	line-height: 25px;
}

.left-side-menu-item:hover
{
	text-decoration: underline;
}

.td-border
{
	border-right: solid 1px black;
	border-left: solid 1px black;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}

