@charset "utf-8";
#logo {
	padding-left: 10px;
}

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #65796E;
	scrollbar-arrow-color: #6699cc;
	scrollbar-base-color: white;
	scrollbar-dark-shadow-color: #6699cc;
	scrollbar-shadow-color: gray;
	scrollbar-face-color: white;
	cursor: crosshair;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

table {
	width: 800px;
	top: auto;
	float: inherit;
	height: auto;
	position: static;
	max-width: 800px;
}
.scrollcell {
	background-color: #FFF;
	text-align: left;
	vertical-align: top;
	line-height: 1.5em;
}

div.scrollcell {
	overflow: auto;
	height: 450px;
}

.whiterow {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #FFF;
}
.thinrow {
	line-height: 3px;
}



body {
	background-color: #FFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}
.lightwhite {
	background-color: #FFF;
	filter: Alpha(Opacity=80);
	opacity: .80;
}

a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
h2 {
	font-size: 16px;
	color: #666;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 18px;
	color: #666;
}
h3 {
	font-size: 16px;
	color: #666;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #666;
	margin: 10px;
	padding-left: 10px;
}

a:hover {
	text-decoration: underline;
	color: #69F;
}
a:active {
	text-decoration: none;
	color: #66C;
}
h4 {
	font-size: 14px;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
}
hr {
	Width: 90%;
	text-align:center;
}
#biglogo {
	cursor: default;
}

