@charset "utf-8";
/* CSS Document */

body
{
	background-color: #EEE;
	margin: 0;
	padding: 0;
}

body, p, td, th, h1, h2, h3, h4, h5, h6
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
}

body, p, td, a
{
	font-size: 15px;
}

img
{
	border: 2px solid black;
}

td
{
	text-align: justify;
}

a
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #33C;
	text-decoration: none;
}

table.base
{
	background-color: #FFF;
	padding: 4px;
	width: 950px;
}

td.content
{
	text-align: justify;
	vertical-align: top;
	padding: 4px;
}

div.sectionhead
{
	background-color: #EEE;
	font-weight: bold;
}


td.content2
{
	margin-bottom: 4px;
	background-color: #EEE;
}

td.content3
{
	font-size: 100%;
	margin-bottom: 4px;
	background-color: #EEE;
	text-align: center;
}

td.content4
{
	font-size: 100%;
	margin-bottom: 4px;
	text-align: center;
}
