﻿@charset "UTF-8";

/* -----------------------------------------------

	===== TOC =====
	
	* page
	* layout
	* module


----------------------------------------------- */


/* page
----------------------------------------------- */

* {
	vertical-align: 0;
	font-family: serif;
}

body {
	margin: 0;
	padding: 0;
	width: auto;
	letter-spacing: 1pt;
	font-size: 12pt;
	color: #333333;
	background-color: #FFFFFF;
	background-image: none;
}

h1, h2, h3, th, dt, strong {
	font-family: sans-serif;
	font-weight: normal;
	color: #3A5A14;
}

a {
	text-decoration: underline;
	color: #0B3F86;
}

p, li, dt, dd, th, td {
	line-height: 1.8;
}

a img,
img {
	margin: 0.5em 0.5em 0.5em 0;
	border: 0;
}

tabel a img,
table img {
	margin: 0;
}

table,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}

table {
	margin-bottom: 1em;
	width: 100%;
}

th, td {
	padding: 0.3em;
	vertical-align: top;
}

blockquote {
	margin: 1.5em;
	padding: 1em;
	font-size: 0.9em;
}

hr {
	width: 100%;
	height: 2px;
	margin: 2em 0;
	padding: 0;
	color: #CCCCCC;
	border: none;
	background: #CCCCCC; 
}

.capitalize {
	text-transform: capitalize;
}

.lowercase {
	text-transform: lowercase;
}

.uppercase {
	text-transform: uppercase;
}


/* layout
----------------------------------------------- */

ul.jumpLinks,
div.catchphrase,
h2.areaStart,
p.backPage,
p.pageTop,
div.subContent,
div.banner {
	display: none;
}

div.header {
	margin: 2em 0;
}

div.content {
	margin: 0 1em;
	text-align: left;
}

div.page,
div.header,
div.mainContent,
address {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

div.footer {
	border-top: 1em solid #73B526;
	border-bottom: 1px solid #73B526;
	font-style: normal;
}


/* module
----------------------------------------------- */

div.mainContent div.section h1 {
	padding: 0.1em 0.1em 0.1em 0.5em;
	border: 1px solid #73B526;
	border-left: 0.5em solid #73B526;
	color: #000000;
}
	
div.mainContent div.section h2 {
	border-bottom: 1px solid #B8E27E;	
	font-weight: normal;
}

div.mainContent div.section ul li {
	margin-bottom: 0.3em;
	padding-left: 1em;
}

div.mainContent div.section table tr th,
div.mainContent div.section table tr td {
	border: 1px solid #CCCCCC;
}
