body, div, span, a {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

a {
	text-decoration: none;
}

body {
	margin: 0px;
}

strong {
	font-weight: bold;
}

.metaNavi {
	color: white;
	font-size: 11px;
	text-decoration: none;
}

.mainNavi {
	color: #333333;
	font-size: 11px;
	text-decoration: none;
}

.subNavi {
	color: black;
	font-size: 11px;
	text-decoration: none;
}

.mainNavi:hover, .subNavi:hover {
	color: white;
}

.mainNaviActive, .subNaviActive {
	color: white;
	font-size: 11px;
	text-decoration: none;
}

.copyText {
	position: absolute;
	left: 15px;
	top: 150px;
	width: 240px;
	color: black;
}

.eventText {
	position: relative;
	left: 10px;
	color: black;
	font-size: 11px;
}

.formText {
	color: black;
}

.formErrorText {
	color: #FFCC33;
}

.formButton {
	color: black;
	background-color: #CCCCCC;
	border: black solid 1px;
}

.introText {
	color: #333333;
}

.copyLink {
	color: black;
	text-decoration: underline;
}

.blackBg { background-color: black; }
.darkGreyBg { background-color: #333333; }
.medGreyBg { background-color: #999999; }
.liteGreyBg { background-color: #CCCCCC; }
.whiteBg { background-color: white; }

#content { position: relative; width: 855px; height: 362px; }
#form { position: absolute; left: 30px; top: 30px; }
#imgTL { position: absolute; left: 0px; top: 0px; }
#imgTC { position: absolute; left: 221px; top: 0px; }
#imgTR { position: absolute; left: 369px; top: 0px; }
#imgML { position: absolute; left: 0px; top: 101px; }
#imgMC { position: absolute; left: 148px; top: 101px; }
#imgBC { position: absolute; left: 148px; top: 255px; }
#imgBR { position: absolute; left: 441px; top: 255px; }
#bgImg { position: absolute; left: 585px; top: 0px; }

.size18 {
	width: 210px;
}

.size3 {
	width: 61px;
}

.cols25rows6 {
	width: 275px;
	height: 105px;
}

