/* CSS Document */

Body{
	color:#000000;
	background-color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
}

A:link{
	color:#7F4F00;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

A:visited{
	color:#7F4F00;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

A:active{
	color:#8C2500;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}

A:hover{
	color:#EB9407;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}

.flash{	
	text-align:center;
}

#header{
	width:800px;
}

.tbl_background{
	background-image: url("images/tbl_background.jpg");
	background-repeat:no-repeat;
}

.category{
	color:#EEA126;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.category A:link{
	color:#EEA126;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

.category A:visited{
	color:#EEA126;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

.category A:active{
	color:#8C2500;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

.category A:hover{
	color:#8C2500;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

#cate_scrollbox{
	height:80px;
	overflow-y:scroll;
	display:block;
	padding:5px 0px 5px 0px;
}

.content_txt{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold
}

#content_scrollbox{
	height:340px;
	overflow-y:scroll;
	display:block;
	padding:5px 0px 5px 0px;
	width:595px;
}

.main_nav{
	padding:0px 0px 0px 90px;
}

.footer{
	color:#000000;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}