body {
	font-family: "ms sans serif";
	font-size: 11px;
	color: #ffffff;
}
td {
	font-family: verdana;
	font-size: 11px;
	color: black;
}
.imgs {
	filter: shadow(color=silver, strength=4, direction=195);
}
hr {
	color: #525973;
}
.article_box_header{
	color: #e9eaed;
}
a:link {
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	color: black;
	letter-spacing: 0;
	text-decoration: none;
}
a:visited {
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	color: black;
	letter-spacing: 0;
	text-decoration: none;
}
a:active {
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	color: black;
	letter-spacing: 0;
	text-decoration: none;
}
a:hover {
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	color: red;
	text-decoration: none;
}
.notbold_link {
	font-weight: 400;
}
.hot_link {
	font-weight: 400;
	color: white;
}
input {
	font-family: verdana;
	font-size: 11px;
	padding-left: 3px;
	color: gray;
	border: 1px solid #808080;
	background-color: white;
	background-image: url('images/images/textarea_back.gif');
}
textarea {
	font-family: verdana;
	font-size: 11px;
	padding-left: 3px;
	color: #525973;
	border: 1px solid #808080;
	background-color: white;
	background-image: url('images/images/textarea_back.gif');
}
select {
	font-family: verdana;
	font-size: 11px;
	padding-left: 3px;
	color: #525973;
	border: 1px solid #808080;
	background-image: url('images/images/textarea_back.gif');
	cursor: hand;
	background-repeat: repeat;
}
.button {
	font-family: verdana;
	font-size: 11px;
	color: #525973;
	border: 1px solid #8496CE;
	background-color: white;
	text-decoration: none;
	cursor: hand;
	padding: 1px;
}
.button_focus {
	font-family: verdana serif;
	font-size: 11px;
	color: red;
	border: 1px solid #8496CE;
	background-color: white;
	text-decoration: none;
	cursor: hand;
	padding: 1px;
}
.textbox_focus {
	color: #000000;
	border: 1px solid #FF8B2D;
	background-image: url('images/images/textarea_back_focus.gif');
}
textarea {
scrollbar-arrow-color: white;
scrollbar-base-color: #FC813C;
scrollbar-dark-shadow-color: #FC813C;
scrollbar-track-color: #FC813C;
scrollbar-face-color: #FC813C;
scrollbar-shadow-color: silver;
scrollbar-highlight-color: silver;
scrollbar-3d-light-color: white;
}