﻿<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-color:blue;
}

table#page2 {
	border-style: ridge;
	border-color: #CCFFFF;
	border-width: 20px;
	border-collapse: collapse;
	background-color: #FFFFCC;
	margin: auto;
	width: 860px;
	height: auto;
	text-align: left;
}
table#page {
	padding: 0px;
	border-collapse: collapse;
	margin: auto;
	width: 820px;
	height: auto;
	text-align: left;
}
table#intenal {
	border: 0px;
	padding: 0px;
	border-collapse: collapse;
	margin: auto;
	width: 100%;
	height: auto;
}
table.sub {
	text-align:left;
	border: 0px;
	padding: 0px;
	border-collapse: collapse;
	margin: auto;
	width: 80%;
	height: auto;
}
table#note {
	border: 1px black solid;
	background-color: #FFFFCC;
	padding: 5px;
	border-collapse: collapse;
	margin: auto;
	width: 80%;
	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: #CCFFFF;
}
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;
}

.no-space{
	margin-top:0px;
	margin-bottom:0px;
	font-weight:normal;
}
.space-12	{
	margin-top:0px;
	margin-bottom:12px;
	font-weight:normal;
}
.center{            /* this is a comment test for style sheet */
    font-weight:bold;
	text-align:center;
}
.bold{
	 font-weight:bold;
	 text-align:left;
}
td.right{
	border-right:0px;
	text-align:center;
	width:25%;
	height:auto;
}
td.left{
	border-left:0px;
	text-align:center;
	width:25%;
	height:auto;
}
td.border{
	text-align:center;
	width:25%;
	height:auto;
}
td.border2{
	border:thin blue solid;
	text-align:center;
	height:auto;
}
</style>













