﻿body	{background-color: #BDB5AD; margin: 0; font-family: arial, helvetica, sans-serif;}

p,li	{font-size: 10pt; color: black; line-height:150%;}
ul		{list-style: square;}

h1	{font-size: 14pt; color: black; font-weight: bold; margin: 0;}
h2	{font-size: 11pt; color: #3366cc; font-weight: bold;}
h3	{font-size: 10pt; color: #cc0000; font-weight: bold;}

.small	{font-size: 8pt;}
.large	{font-size: 11pt;}

.top	{margin-top: 0;}
.bottom	{margin-bottom: 0;}
.topbot	{margin-top: 0; margin-bottom: 0;}

/*Layout*/
.mainTable {
	width: 700px;
	background-color: white;
	margin: 0 auto 0 auto;
	padding: 0;
	border-left: 1px black solid;
	border-right: 1px black solid;
}

#header {
	margin: 0;
	padding: 0;
}
	.menu {
		background-color: black;
	}

#content {
	margin: 0;
	padding: 20px;
	padding: 25px 20px 20px 20px;
	height: 250px;
	vertical-align: top;
}

#footer {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

/*Navigation*/
a:link {color: #3366cc; text-decoration: underline;}
a:visited {color: #3366cc; text-decoration: underline;}
a:hover {color: #cc0000; text-decoration: underline;}
a:active {color: #3366cc; text-decoration: underline;}