﻿/* CSS Document */


html {
	scrollbar-base-color: #DEEAFE;
	scrollbar-highlight-color: #BBD3FD;
	scrollbar-3dlight-color: #DEEAFE;
	scrollbar-darkshadow-color: #DEEAFE;
	scrollbar-track-color: #DEEAFE;
	scrollbar-arrow-color: #BBD3FD;}

body {
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	background-color: #DEEAFE;
	width: 95%;
}
	
a:link {
	color: #000000;
	text-transform: none;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	position: relative;
	top: 1pt;
	left: 1pt;
}
a:active {
	color: #000000;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}
h3 {
	font-size: 18px;
}
p {
	padding: 0px;
	margin: 0px;
}


img {
	border: 1px solid #000000;
}
