﻿body {
	background-image: url('images/background4.jpg');
	background-repeat : repeat-y;
	padding: 0px;
	width: 100%;
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 3px;
}
table {
	border:0px;
}
tbody{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#header {
	width: 100%;
	float: left;
	text-align: center;
}
#border1 {
	width: 100%;
	float: left;
	text-align: center;
	background-image: url('images/border1.jpg');
	background-repeat: repeat-x;
}
#border2 {
	width: 100%;
	float: left;
	text-align: center;
	background-image: url('images/border2.jpg');
	background-repeat: repeat-x;
}
#leftcolumn {
	width: 200px;
	float: left;
}
#rightcolumn {
	width: 78%;
	float: right;
	padding-top: 10px;
}
#footer {
	width: 100%;
	float: left;
	text-align: center;
}
#holder {
	width: 100%;
	background-color: white;
}
h6 {
	font-family: "Arial";
	color: #663355;
	margin-top: 0px;
	margin-bottom: 0px;
}
h5 {
	font-family: "Arial";
	color: #663355;
	margin-top: 0px;
	margin-bottom: 0px;
}
h4 {font-size: 10pt;
	font-family: "Arial";
	color: #663355;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 {font-size: 10pt;
	font-family: "Arial";
	color: #663355;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {font-size: 11pt;
	font-family: "Arial";
	color: #663355;
	margin-top: 0px;
	margin-bottom: 0px;
}
h1 {font-size: 12pt;
	font-family: "Arial";
	color: #663355;
	margin-top: 3px;
	margin-bottom: 6px;
}
a {
	color: #330033;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
}
.menu {
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	line-height: 19px;
}
a:link.menu {
	color: white;
	text-decoration: none;
}
a:visited.menu {
	color: white;
	text-decoration: none;
}
a:hover.menu {
	color: Silver;
	cursor: hand;
	text-decoration: underline;
}
a:active.menu {
	color: #CCCCFF; text-decoration: none;
}
li {
	line-height:120%; 
	font-size:11pt; margin-top:0; margin-bottom:6
}