/* main body */
body {
	background: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 115%;
	color: #FFFFFF;
	margin:0px;
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	padding-right:0px;
	padding:0px;
	height:100%;
	font-weight:normal;
}
.form_require {
	color:#FF8080;
}
.form_optional {
	color: #3399FF;
}
/* main template */
.bg_wraptop {
	background-image: url(../images/bg_wraptop.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#666666;
}
.buttons {
	background-image: url(../images/buttons.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 115%;
	font-weight:bold;
}
.footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.main_wrap {
	background-image: url(../images/main_wrap.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.left_wrap {
	background-image: url(../images/left_wrap.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.main_top {
	background-image: url(../images/main_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 120%;
	color: #FFFFFF;
}
.under_menu_bar {
	background-image: url(../images/under_menu_bar.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.wraplft {
	background-image: url(../images/wrapleft.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* links */
a:link { 
	color:#00AEEF;
	/*font-weight:bold;*/
	text-decoration:none;
}
a:visited { 
	color:#00AEEF;
	/*font-weight:bold;*/
	text-decoration:none;
}
a:hover { 
	color:#00AEEF;
	/*font-weight:bold;*/
	text-decoration:underline; 
}
a:active { 
	color:#00AEEF;
	/*font-weight:bold;*/
	text-decoration:none;
}

/* event table */
table.event {
	border-collapse:collapse;
	border: 1px solid #FFFFFF; 
}
table.event thead td {
	background-color:#000000;
	border: 1px solid #FFFFFF; 
	border-collapse:collapse;
	font-weight:normal;
	text-transform:uppercase;
	font-size:14px;
	padding:6px;
}
table.event tbody tr {
	background-color:#3D1755;
}
table.event tbody tr td {
	border-collapse:collapse;
	border: 1px dashed #999999;
	padding:6px;
}
table.event tfoot tr {
	background-color:#3D1755;
}
table.event tfoot tr th {
	font-weight:normal;
	text-transform:uppercase;
	font-size:14px;
}
table.event tfoot tr td {
	padding-bottom:6px;
	padding-left:6px;
	padding-right:6px;
}