@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	background:url(../images/bg.png);
}

.upperbg{
	background:url(../images/upperbg.png) repeat-x top;
}

.tablebodybg{
	background:url(../images/bodybg.png);
}

.bannerbg{
	background:url(../images/design.png) no-repeat left;
}

.welcome{
	font-family:Forte;
	font-size:25px;
	color:#b64c22;
}

.eventbg{
	background:url(../images/eventsbg.png) no-repeat top;
	color:#FFF;

}


.feedbackbg{
	background:url(../images/contactusbg2.png) no-repeat top;
	color:#630;

}

.feedback{
	font-family:"Edwardian Script ITC";
	font-weight:bold;
	color:#630;
	font-size:33px;
}


.footer{
	margin:0 0 0 3px;
	background:url(../images/footerbg.png) repeat-y;
	color:#FFF;
}

.event{
	font-family:"Edwardian Script ITC";
	font-weight:bold;
	color:#FFF;
	font-size:38px;
}

.contactus{
	background:url(../images/contactusbg.png) no-repeat top;
	color:#590000;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
}

.contactus strong{
	color:#000000;
	font-family:"Monotype Corsiva";
	font-size:26px;
}

.submit{
background:url(../images/submit.png) no-repeat center;
width:100px;
height:34px; 
border:0px;

color:#000000; 
font-family:Forte; 
font-size:14px;
line-height:20px;
}

.field{
	width:150px;

	border:solid 1px #630;}
	
	.border{
		font-weight:bold;
		border:dotted 2px #404431;
		font-size:18px;
		font-family:"Book Antiqua";
	}
	
	.next{
		color:#900;
		font-size:14px;
		font-family:"Times New Roman", Times, serif;
	}
	.next a{
		color:#900;
		font-size:14px;
		font-family:Georgia, "Times New Roman", Times, serif;
	}
	
	.paging{
		color:#900;
		font-size:14px;
	}
	
	.paging a{
		color:#900;
		text-decoration:none;
	}
	
	.paging a strong{
		color:#000;
		text-decoration:none;
	}
	
	.paging td{
		background-color:#FFC;
		border:1px solid #633;
		margin:2px;
	}
	
	.paging td strong{
		color:#630;
		font-size:17px;
		text-decoration:underline;
	}