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

body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/back.gif);
}
body, td, th {
	font-family: Tahoma;
	font-size: 10px;
	color: #C9C9C9;
}
form {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
/* Styles for text */
.txt-sound {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}
.txt-h1 {
	color: #FAFCF6;
	font-weight: bold;
}
.txt-h2 {
	color: #FD480A;
	font-weight: bold;
	text-align: left;
}
/* end */

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

/* Styles for forms */
.f1 {
	width: 161px;
	height: 17px;
	background-color: #747474;
	border-top: 2px solid #1E1E1E;
	border-right: 2px solid #979797;
	border-bottom: 2px solid #979797;
	border-left: 2px solid #1E1E1E;
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	padding: 0 2px 0 2px;
}
.f2 {
	height: 86px;
	overflow: auto;
}
/* end */

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