@CHARSET "utf-8";
body {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #383838;
}
b {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #5998a4;	
}
a {
	font-family: Arial;
	font-size: 12px;
	color: #5998a4;
}
a:active {
	text-decoration: none;
	color: #5998a4;
}
a:focus {
	text-decoration: none;
	color: #5998a4;
}
a:hover {
	text-decoration: none;
	color: #5998a4;	
}
a:link {
	text-decoration: none;
	color: #5998a4;
}
a:visited {
	text-decoration: none;
	color: #5998a4;
}
ul {
	padding-left: 15px;
	margin: 0px;
}
table {
	width: 576px;
	height: 406px;
}
table td.admin_panel {
	border: 1px solid #5998a4;
	width: inherit;
	height: inherit;
	text-align: left;
	padding: 7px;
}
input {
	border: 1px solid #5998a4;
	font-family: Arial;
	font-size: 12px;
	color: #383838;
	background-color: white;
}
textarea {
	font-family: Arial;
	font-size: 12px;
	color: #383838;
	border: 1px solid #5998a4;
}
