﻿<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: ridge;
	border-color: #99FFCC;
	border-width: 15px;
    background-color: transparent;
	padding: 0px;
	border-collapse: collapse;
	margin: auto;
	width: 850px;
	height: auto;
	text-align: left;
}
table#page2 {
	border: 0px;
	padding: 0px;
	border-collapse: collapse;
	margin: auto;
	width: 800px;
	height: auto;
	text-align: left;
}
h1.home-head{
     text-align:center;
     font-size:xx-large;
     color:blue;
}
h1.head{
     text-align:center;
     font-size:x-large;
     color:blue;
}
h2.head2{
     text-align:center;
     font-size:large;
     color:blue;
}
h3.head3{
     text-align:center;
     font-size:large;
     color:black;
}
table#menu {
	border: 0px;
	padding: 0px;
	border-collapse: separate;
	margin: auto;
	width: 100%;
	height: auto;
	text-align:left;
}
td.button{
	border-bottom:medium;
	border-bottom-color:blue;
	border-bottom-style:outset;
	border-left:medium;
	border-left-color:#CCCCCC;
	border-left-style:outset;
	border-right:medium;
	border-right-color:blue;
	border-right-style:outset;
	border-top:medium;
	border-top-color:#CCCCCC;
	border-top-style:outset;
    font-size:x-small;	
    font-family:Arial, Helvetica, sans-serif;
    background: #CCFFCC;
}
td.button-pad{
	border-bottom:medium;
	border-bottom-color:blue;
	border-bottom-style:outset;
	border-left:medium;
	border-left-color:#CCCCCC;
	border-left-style:outset;
	border-right:medium;
	border-right-color:blue;
	border-right-style:outset;
	border-top:medium;
	border-top-color:#CCCCCC;
	border-top-style:outset;
    font-size:x-small;	
    font-family:Arial, Helvetica, sans-serif;
    padding-left:20px;
    background: #CCFFCC;
}
p.nospace{
	 font-style:normal;
	 line-height:8px;
}

</style>













