body {
	text-decoration: none;
	color: #000000;
	font-family: Times New Roman, Times, serif;
	font-size: 12pt;
	font-weight: normal;
	height: 100%;
	margin: 0;
	padding: 0;
}

.copy {
	color: #000000;
	font-family: Times New Roman, Times, serif;
	font-size: 9pt;
	font-weight: normal;
}

img#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#base {
	position:relative;
	z-index:1;
}


img#cbg {
	position: fixed;
	top: 172px;
	left: 0px;
	width: 100%;
	min-height: 70%;
	max-height: 70%;
	z-index:1;
}
/*
img#cbg {
	position: fixed;
	top: 172;
	left: 0;
	width:100%;
	min-height: 72%;
	max-height: 72%;
}
*/

#content {
	position:relative;
	z-index:1;
}

input,textarea {
	border: 1px solid #a7a7a6;
}

.formbutton {
	background-image: url('graphics/button_bg.jpg');
	background-repeat: repeat-x;
	color: #4f4c68;
	font-size: 7pt;
	font-weight: bold;
	height: 20px;
	width: 82px;
}
