body {
	background-color: #9A2629;
	margin: 0 0 25px 0;
	color: #303;
}

body, th, td {
	font-size: 9pt;
}

h1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	margin: 0;
}

h2 {
	border-bottom: 1px solid #F00;
	background-color: #FC9;
	font-size: 1em;
	padding: 1em 5px 1em 5px;
	text-align: center;
	margin: 0;
}

h3 {
	font-size: 1.5em;
	padding: 0 10px 0 10px;
	margin-bottom: 0;
}

h4,
h5,
h6 {
	font-size: 1em;
	font-weight: bold;
}

h4 {
	font-size: 1.2em;
	text-decoration: underline;
}

img {
	border-style: none;
}

dd {
	margin-bottom: 1.5em;
}
	
dt {
	margin-bottom: 0.5em;
}

a:link {
	color: #933;
	font-weight: normal;
}
a:visited {
	font-weight: normal;
}
.col_right {
	position: absolute;
	top: 25px;
	right: 25px;
	left: 250px;
	border: 1px solid #F00;
	background-color: #FF9;
}
.content {
	margin: 0.5em 1%;
}
.content td,
.content th {
	padding: 5px;
	vertical-align: top;
}
.col_article thead th,
.col_article tbody th {
	text-align: left;
}
.col_article thead th {
	border-width: 2px 0;
	border-style: solid;
	border-color: #740E11;
}
.col_article tbody th,
.col_article tbody td {
	border-width: 0 0 1px 0;
	border-style: dotted;
	border-color: #740E11;
}
.col_article li {
	margin-bottom: 1em;
}

.col_photo img {
	display: block;
	margin-bottom: 1em;
}
.col_photo a img {
	border: 1px solid #F00;
}

.col_photo a:hover img {
	border: 1px solid #264B2F;
}

.video {
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #F00;
	background-color: #FC9;
	padding: 5px 10px 5px 5px;
	text-align: right;
}

.menu {
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #F00;
	background-color: #FC9;
	padding: 5px 10px 5px 10px;
	color: #933;
}
.menu ul {
	padding-left: 0;
	margin: 0;
}
.menu li {
	line-height: 2em;
	margin: 0 1.5em 0 0;
}
.menu a {
	white-space: nowrap;
}

.back {
	padding: 5px 10px 5px 5px;
	text-align: right;
}

.signature {
	float: right;
}
