html{
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #808080;
}
p {
	margin-top: 0px;
	margin-bottom: 19px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	color: #FFFFFF;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	color: #FFFFFF;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	color: #FFFFFF;
}
a {
	text-decoration: none; 
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #4A4A4A;
}
hr {
	border: 0;
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 1px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 20px;
}
form {
	margin: 0px;
	padding: 0px;
}
select, input,textarea{
	background-color: #808080;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.formInput {
	width: 250px;
	height: 20px;
	padding: 2px 2px 2px 5px;
}
.formField {
	width: 328px;
	height: 152px;
	padding: 2px 2px 2px 5px;
	overflow: hidden;
}
.formButton {
	width: 65px;
	margin-top: 5px;
}
#bg01 {
	background-image: url(none);
	background-repeat: no-repeat;
	background-position: right top;
}
#bg02 {
	background-image: url(none);
	background-repeat: no-repeat;
	background-position: right top;
}
#bg03 {
	background-image: url(none);
	background-repeat: repeat-y;
	background-position: left top;
}
#bg04 {
	background-image: url(none);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 27px;
	padding-right: 20px;
}
.imageborder {
	border: 5px solid #EEEEEE;
}
.galleryText {
	font-size: 10px;
	line-height: 18px;
}
