@charset "utf-8";
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #333333;
	background-image: url(../images/repeater.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	background-color: #EFEFEF;
}
#mainContent {
	background-image: url(../images/main-repeater1.jpg);
	background-repeat: repeat-y;
}

#mainWrapper {
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#notice {
	background-color: #fffbef;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ede7c3;
	border-bottom-color: #EDE7C3;
	margin-top: -20px;
	
	margin-bottom: 10px;
}

h1 {

font-weight: normal;
font-size: 40px;
color: #990000;

}

h2 {
	font-weight: normal;
	font-size: 25px;
	
}

h3 {

font-weight: normal;
font-size: 40px;
color: #990000;

}

h4 {
	font-weight: normal;
	font-size: 25px;
	color: #990000
}


.style12 {
	color: #620000;
	font-size: 55px;
}

.style4 {

	font-size: 36px;
	color: #990000;
	font-weight: bold;
	
}




#footer {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 20px;
}
#content-area {
	padding-right: 25px;
	padding-left: 25px;
}

		input[type=text]:focus {
			border: 2px solid #65b3f9;
		}

	input[type=image] {
		display: block;
		margin: 0px auto;
		clear: both;
	}

