body {
	font-family: Garamond;
	font-size: 16px;
	background-color: #3C7FAF; 
	background-repeat: repeat;
	background-attachment: scroll;
	color: #000000; 
    background-position: 0%;
}

body.one {
	font-family: Garamond;
	font-size: 16px;
	background-color: #C8D6E0;
	background-repeat: repeat;
	background-attachment: scroll;
	color: #000000; 
	background-position: 0%;
    scrollbar-arrow-color: #3C7FAF;
    scrollbar-track-color: #3C7FAF;
	scrollbar-face-color: #C8D6E0;
}
	   
body.two {
	font-family: Garamond;
	font-size: 16px;
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-attachment: scroll;
	color: #000000;
	background-position: 0%;
}

p {
	font-family: Garamond;
	font-size: 16px;
	color: #000000
}

p.one {
	font-family: Garamond;
	font-size: 14px;
	color: #000000
}
	
li {
	font-family: Garamond;
	font-size: 16px;
	color: #000000
}

hr {
	color:#3C7FAF;
}

h1 {
	font-family: Garamond;
	font-size: 40px;
	color: #000000
}

h2 {
	font-family: Garamond;
	font-size: 25px;
	color: #000000
}

h3 {
	font-family: Garamond;
	font-size: 16px;
	color: #000000
} 

a:link {
	text-decoration: none;
	color: #000000
}

a:visited {
	text-decoration: none;
	color: #000000
}

a:active {
	text-decoration: none;
	color: #000000
}

a:hover {
	text-decoration: underline
}

.foot {
	font-family: Garamond;
	font-size: 14px;
	color: #000000
}

table {
	font-family: Garamond;
	font-size:16px;
	background-color:#3C7FAF;
	width:100%;
	border-collapse:collapse;
}

td {
	background-color:#C8D6E0;
	width:15%;
	border:2px solid #3C7FAF;
	padding:5px;
}

table.one {
	font-family: Garamond;
	font-size:16px;
	background-color:#3C7FAF;
	width:65%;
	border-collapse:collapse;
}

td.one {
	background-color:#C8D6E0;
	border:0px;
	padding:5px;
}