@charset "utf-8";
/* CSS Document */

* {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	vertical-align:top;
}

p {
	color: #777777;
	font-size:11px;
}

.title1 {
	font-size:21px;
	color:#c2181e;
	border-top:1px dotted #a4a4a4;
	border-bottom:1px dotted #a4a4a4;
	text-align:left;
}

.title2 {
	color:#ffffff;
	font-size:14px;
	padding:5px 0 0 0;
	text-align:center;
}

.link1 { 
	font-size:11px;
	color:#c2181e;
	text-decoration:underline;
}

.border {
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
}

body {
	background-color: #f1f1f1;
	background-image: url(images/bg_01.jpg);
	background-repeat: repeat-x;
	margin-top: 45px;
	text-align:left !important;
	vertical-align:top;
	color:#777777;
}

a {
	font-weight:none;
	color:#c2181e;
	text-decoration:none;
}

a:visited {
	font-weight:none;
	color:#c2181e;
	text-decoration:none;
}

a:hover {
	font-weight:none;
	color:#c2181e;
	text-decoration:underline;
}

input {
	font-size:11px;
	color:#777777;
	width:165px;
}

.button {
	height:23px;
	width:104px;
	background-image:url(images/button_01.jpg);
	border:0;
}

.bottomnav {
	font-size:10px;
	color:#777777;
}

.bottomnav2 {
	border-top:1px solid #d0d0d0;
	border-bottom:1px solid #d0d0d0;
}

.errorlist {
	font-size:10px;
	color:#C00;
	margin:0 0 15px 20px;
	text-align:left;
	padding:0;
	line-height:16px;
}

.ul1 {
	margin:0 0 0 17px;
}