.bgSplashleft {
	background-attachment: fixed;
	background-image: url(images/splash/splash_left.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.bgSplashtop {
	background-attachment: fixed;
	background-image: url(images/splash/splash_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bgSplashbottom {
	background-attachment: fixed;
	background-image: url(images/splash/splash_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.bgleft {
	background-attachment: fixed;
	background-image: url(images/bg_left3.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bgright {
	background-attachment: fixed;
	background-image: url(images/bg_right2.jpg);
	background-repeat: repeat-x;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}
.bodytext10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}
.bullet {
	list-style-type: square;
}
.formfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.greyBorder {
	border: 1px solid #CCCCCC;
}
