/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.copy {
	font-family: Tahoma;
	font-size: 10px;
	color: #909090;
	text-decoration: none;
}
.text {
	font-family: tahoma;
	font-size: 10px;
	color: #5B5B5B;
}
.orange {
	font-family: Tahoma;
	font-weight: bold;
	color: #FF7800;
}
.white {
	font-family: Tahoma;
	font-size: 9px;
	color: #FFFFFF;
}
.orange_2 {
	font-family: Tahoma;
	font-size: 9px;
	color: #FFA800;
}
.text9px {
	font-family: tahoma;
	font-size: 9px;
	color: #5b5b5b;
}
a {
	text-decoration:none;
}

A:hover		{
	text-decoration: underline;
	color: #FF7800;
}
form {
	padding: 0px;
}
.Bigfont {
	font-family: Tahoma;
	font-size: 16px;
	color: #FFFFFF;
}