body {
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FF9900;
	background-image: url(images/bgr.jpg);
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #000000;
}
a.orange:link {
	color: #FF9900;
	text-decoration: none;
}
a.orange:visited {
	text-decoration: none;
	color: #FF9900;
}
a.orange:hover {
	text-decoration: underline;
	color: #000000;
}
a.orange:active {
	text-decoration: none;
	color: #FF9900;
}
.style1 {
	font-family: Tahoma;
	font-size: 11px;
}
.style3 {font-family: Tahoma; font-size: 12px; }
.orange_txt_bold {
	color: #FE9900;
	font-weight: bold;
}
.inputtext{
	width:220px;
	height:20px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.textarea{
	width:220px;
	height:70px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.star{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FF0000
}
.hand{
	 cursor : hand;
}
.button{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
