* {
	font-family			: Verdana,Arial,Helvetica,sans-serif;
}

body {
	background-color	: #ffffff;
	padding				: 0px;
	margin				: 0px;
}

td {
	color				: #8A9299;
	font-size			: 11px;
	line-height			: 12px;
}
 
div {
	color				: #8A9299;
	font-size			: 12px;
	line-height			: 14px;
	font-weight			: bold;
	padding				: 0px;
	margin				: 0px;
}

input {
	color				: #8A9299;
	font-size			: 12px;
	line-height			: 14px;
	font-weight			: bold;
}

#hor {
	height				: 164px;
	width				: 100%;
	background-color	: #C3C8CB;
}

#msg {
	position			: absolute;
	top					: 10px;
	left				: 10%;
	height				: 150px;
	width				: 500px;
	display				: block;
	overflow			: hidden;
}
#fo {
	position			: absolute;
	top					: 122px;
	left				: 10%;
	height 				: 24px;
	width				: 500px;
	padding				: 0px;
	margin				: 0px;
}

#menu {
	position			: absolute;
	top					: 170px;
	left				: 10%;
	height 				: 16px;
	width				: 500px;
	padding				: 0px;
	margin				: 0px;
}

#counter {
	position			: absolute;
	top					: 170px;
	left				: 80%;
	height 				: 14px;
	width				: 80px;
	display 			: none;
	padding				: 0px;
	margin				: 0px;
}

a {
	font-size			: 11px;
	font-weight			: bold;
	color				: #8A9299;
	text-decoration		: underline;
}
a:hover {
	color				: #527497;
}
