﻿<style type="text/css">

body#bg-2 {
	background-image: url('images/cnvbkgnd.jpg');
}
a:visited{
    color:maroon;
    text-decoration:none;
}
a:link{
	color:blue;
	text-decoration:none;
}
a:hover{
	background-color:yellow;
	text-decoration:none;
}
body#bg{
	background-image: url('images/cnvbkgnd.jpg');
}

table#page {
	border-style: none;
	border-color: inherit;
	border-width: 0px;
    background-color: white;
		padding: 0px;
		border-collapse: collapse;
		margin: auto;
		width: 800px;
		height: auto;
		text-align: left;
}
table#page2 {
	border: 0px;
	padding: 0px;
	border-collapse: collapse;
	margin: auto;
	width: 800px;
	height: auto;
	text-align: left;
}
p#menu{
	text-align:left;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:normal;	 
}
.no-space{
	margin-top:12px;
	margin-bottom:0px;
	font-weight:normal;
}
p#menu-bold{
	text-align:left;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:bold; 
}
p#menu-indent{
	text-align:left;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:normal;
	padding-left: 40px;	 
}
p#menu-center{
	text-align:	center;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:normal; 
}
table#note {
	border: 1px black solid;
	background-color: #FFFFCC;
	padding: 5px;
	border-collapse: collapse;
	margin: auto;
	width: 80%;
	height: auto;
	text-align: left;
}
.space	{
	text-align:none;
	margin-top:0px;
	margin-bottom:12px;
	font-weight:normal;
}

</style>













