@charset "iso-8859-1";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #4D4E59;
}
body, td, th {
	font-family: Tahoma;
	font-size: 10px;
	color: #E8E8E8;
}
form {
	margin: 0px;
	padding: 0px;
}
/* Styles for text */
.txt-sound {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}
.txt-h1 {
	font-weight: bold;
	color: #FFFFFF;
}
/* end */

/* Styles for links */
a.orange {
	font-weight: bold;
	color: #F9BD2B;
	text-decoration: none;
}
a.orange:hover {
	text-decoration: underline;
}
/* end */

/* Styles for forms */
.f1 {
	width: 151px;
	height: 16px;
	background-color: #767678;
	border-top: 1px solid #303030;
	border-left: 1px solid #303030;
	border-bottom: 1px solid #8B8B8B;
	border-right: 1px solid #646465;
	padding: 0 2px 0 2px;
}
.f2 {
	width: 180px;
	height: 78px;
	overflow: auto;
}
/* end */

/* Styles for buttons */
.b-c {
	width: 31px;
	height: 12px;
	background-image: url(images/button-clear.gif);
	border: 0px;
}
.b-s {
	width: 28px;
	height: 12px;
	background-image: url(images/button-send.gif);
	border: 0px;
}
/* end */