/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}
body {
	background-image: url(Images/bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #444444;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #444444;
}
a:hover {
	text-decoration: underline;
	color: #F47E07;
}
a:active {
	text-decoration: none;
	color: #F47E07;
}

a.menu:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 17px;
	background-image: url(Images/menuline.gif);
	background-repeat: repeat-y;
}
a.menu:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 17px;
	background-image: url(Images/menuline.gif);
	background-repeat: repeat-y;
}
a.menu:hover {
	text-decoration: none;
	color: #F47E07;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 17px;
	background-image: url(Images/menuline.gif);
	background-repeat: repeat-y;
}
a.menu:active {
	text-decoration: none;
	color: #F47E07;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 17px;
	background-image: url(Images/menuline.gif);
	background-repeat: repeat-y;
}
.indnews {
	width: 320 px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	line-height: 30px;
	overflow: hidden;
	border-bottom: #CCCCCC 1px dashed;
}
.searchinput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}