body {
	background-color: #ffffff;
	background-image: url('images/header_bg.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	margin: 0px;
}

p,td,li {
	font-family: arial, verdana, ms sans serif;
	font-size: 9pt;
	line-height: 150%;
}

.discontents {
	font-family: arial, verdana, ms sans serif;
	font-size: 8pt;
	line-height: 150%;
}

h1 {
	font-family: arial, verdana, ms sans serif;
	font-size: 15pt;
	font-weight: bold;
	line-height: 100%;
	color: #444444;
}

h2 {
	font-family: arial, verdana, ms sans serif;
	font-size: 12pt;
	font-style: italic;
	line-height: 100%;
	color: #555555;
}

h3 {
	font-family: arial, verdana, ms sans serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	line-height: 100%;
	color: #333333;
}

.article_headline {
	font-family: arial, verdana, ms sans serif;
	font-size: 15pt;
	font-weight: bold;
	line-height: 100%;
	color: #000000;
}

.article_subhead {
	font-family: arial, verdana, ms sans serif;
	font-size: 12pt;
	font-style: italic;
	line-height: 100%;
	color: #222222;
}

.article_byline {
	font-family: arial, verdana, ms sans serif;
	font-size: 10pt;
	font-style: bold;
	font-style: italic;
	line-height: 100%;
	color: #444444;
}

.logo {
	position: absolute;
	top: 28px;
	left: 30px;
}

.search {
	position: absolute;
	top: 10px;
	right: 30px;
	text-align: right;
}

.body {
	position: absolute;
	top: 70px;
	left: 30px;
	right: 260px;
	background-color: #ffffff;
}

.body_full {
	position: absolute;
	top: 70px;
	left: 30px;
	right: 30px;
	background-color: #ffffff;
}

.contents {
	position: absolute;
	top: 70px;
	width: 200px;
	right: 30px;
	background-color: #d3e2f1;
	padding: 5px;
	text-align: center;
}

.search_text {
	font-family: arial, verdana, ms sans serif;
	font-size: 7pt;
}

.search_button {
	font-family: arial, verdana, ms sans serif;
	font-weight: bold;
	font-size: 7pt;
}

.top_links {
	font-family: arial, verdana, ms sans serif;
	font-weight: bold;
	font-size: 8pt;
	text-align: center;
}

.footer {
	font-family: arial, verdana, ms sans serif;
	font-size: 9pt;
	text-align: center;
}

a:link {
	text-decoration: underline;
	color: #001e8c;
}

a:visited {
	text-decoration: underline;
	color: #001e8c;
}

a:hover {
	text-decoration: none;
	color: #0033ef;
}

a:active {
	text-decoration: none;
	color: #0033ef;
}

a.comments:link {
	text-decoration: underline;
	color: #8c0000;
}

a.comments:visited {
	text-decoration: underline;
	color: #8c0000;
}

a.comments:hover {
	text-decoration: none;
	color: #ef0000;
}

a.comments:active {
	text-decoration: none;
	color: #ef0000;
}