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

body,td,th {
	font-size: 11px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-image: url(images/bkg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {color: #999999}
.style2 {
	color: #6AA314;
	font-weight: bold;
}
.style3 {
	color: #009DEE;
	font-weight: bold;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #F04C00;
}
a:active {
	text-decoration: none;
	color: #666666;
}
.style4 {
	color: #F04C00;
}
.style5 {color: #009DEE}
input,textarea,select {
	font-family: verdana;
	font-size: 10px;
	border-color:#F04C00; 
	color:#333333; 
	border-style:solid; 
	font-weight: normal;
	border-width:1px;
	background-color:#FFDBCA; 
}