* {
	color: #9c1230;
	font-size: 11px;
	font-family: arial;
}

body {
	color: #9c1230;
	font-family: arial;
	padding: 9px;
	margin:0px;
	background: url(../images/background.gif);
}

a {
	border: none;
}

a:hover {
	text-decoration: none;
}

a.border {
	color: #9c1230;
	font-size: 11px;
	text-decoration: none;
	margin: 2px 0px 2px 0px;
}

a.border:hover {
	text-decoration: underline;
}

.border_close {
	position: absolute;
	top: -8px;
	left: 175px;
	float: right;
	z-index: 1;
}

a.button_print {
	display: block;
	zoom: 1;
	height: 29px;
	width: 113px;
	color: #9c1230;
	font-size: 13px;
	text-align: left;
	text-indent:60px;
	text-decoration: none;
	margin: 11px 0px 0px 0px;
	padding: 5px 10px 0px 0px;
	background: url(../images/button_print.gif) no-repeat top right #fcf1db;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 12px;
	margin: 6px 0px 6px 0px;
}

hr {
	height: 1px;
	border: none;
	border-top: 1px solid #f9d68b;
	_border: 1px solid #f9d68b;
}

img {
	border: none;
}

small {
	font-size: 10px;
}

input {
	border: 1px solid #9c1230;
}

input.submit {
	height: 29px;
	width: 161px;
	font-size: 12px;
	padding: 0px 0px 5px 24px;
	_padding: 0px 0px 2px 26px;
	text-align: left;
	background: url(../images/button.gif) no-repeat top left;
	border: none;
}

/* header */
.header {
	position: relative;
	height: 100px;
	width: auto;
	border: 5px solid #ece2d8;
	border-bottom: none;
	background: url(../images/logo.gif) no-repeat top left;
}

.header .logo {
	position: absolute;
	top: 32px;
	left: 17px;
	height: 60px;
	width: 210px;
	background: url(../images/logo.png) no-repeat top left;
}

.header .time {
	position: relative;
	float:right;
	top: 71px;
	height: 19px;
	width: 186px;
	line-height: 19px;
	color: #772537;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	margin: 0px 10px 0px 0px;
	padding: 0px 4px 0px 0px;
	border-right: 1px solid #772537;
	background-color: #fff;
}

.main {
	height: auto;
	border: 5px solid #ece2d8;
	background-color: #fff;
}

/* left */
.content-left {
	width: 130px;
	text-align: right;
	padding: 20px 0px 0px 11px;
	background-color: #fcf1da;
}

.content-left .image {
	_font-size: 0px;
}

.content-left .link {
	text-align: right;
	padding: 5px 3px 3px 0px;
	background-color: #fbe4b2;
}

.content-left img {
	width: 130px;
}

.menuTitle {
	height: auto;
	color: #f8c965;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	line-height: 24px;
	background-color: #9c1230;
}

.menuTitle a {
	color: #f6c866;
	display: block;
	font-weight: bold;
	padding: 4px 4px 2px 4px;
	text-decoration: none;
	border-bottom: 5px solid #fcf1da;
}

#menuContent1 {
	display: none;
}

#menuContent1 a {
	display:block;
	height:20px;
	line-height:20px;
	color: #9c1230;
	font-size: 12px;
	text-decoration: none;
	margin: 2px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
	border-bottom:1px solid #9C1230;}


.content-left .link a {
	color: #99132e;
	font-weight: bold;
	text-decoration: none;
}

/* content */
.content {
	height: auto;
	margin: 0px;
	padding: 20px 9px 0px 9px;
	background-color: white;
}

.content table.border {
	border: none;
	border-right: 1px solid #9c1230;
	border-bottom: 1px solid #9c1230;
}

.content table.border td {
	border: none;
	border-top: 1px solid #9c1230;
	border-left: 1px solid #9c1230;
}

.footer {
	text-align: center;
}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	margin:0;
	padding:0;
	border: none;
	background: none;
}
