body {
	background-repeat: repeat;
	background-image: url(images/bg.png);
}
img { border:none;
}
a:link {
	color: #930;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #930;
}
a:hover {
	text-decoration: underline;
	color: #930;
}
a:active {
	text-decoration: none;
	color: #930;
}
.h1_orange {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CB5201;
}
.h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}
.bodytext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
}
.copyright {
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666;
}
.padding_rt {
	padding: 0px, 15px, 0px, 0px
}
.drop_shadow
{
box-shadow: 5px 5px 5px #888888;
}
