.title1, .text1, .text2, .notice, input, a {
	font-family: arial, helvetica,sans-serif;
	text-align: left;
	color: #000000;
	font-size:1.8em;
}

.title1 {
	margin-top:5px;
	margin-bottom:30px;
	font-weight: bold;
}

.text1, .text2, input, a {
	color: #000000;
	font-size:0.9em;
	margin-top:10px;
	margin-left:25px;
	margin-bottom: 10px;
}

.text2 {
	color: #FF4040;
}

.notice {
	font-size:0.8em;
	font-style: italic;
	color: #8F8F8F;
	float: left;
	width: 100%;
	text-align: center;
	margin-top:5px;
	margin-bottom: 5px;
}

div.section {
	padding:20px;
	border:thin dotted #bc0000;
	border-left:thick solid #bc0000;
	margin:25px;
	float: left;
	width: 70%;
}

div.centered, table  {
	margin: 0 auto; 
	text-align: left;
}

img {
	border: none
}

input {
	border: thin solid #bc0000;
}

input.btn {
	color:#FFFFFF; 
	background: #FF4040;
	border: thin solid #bc0000;
}

a {
	color: #bc0000;
	text-decoration:underline;
}

hr { width: 90%; size:1; }
