a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	font-family: "Arial","Geneva",sans-serif;
	font-size: 12px;
	margin: 0px;
	scrollbar-3dlight-color: #ff0;
	scrollbar-arrow-color: #000;
	scrollbar-darkshadow-color: #c90;
	scrollbar-face-color: #fc0;
	scrollbar-highlight-color: #ff0;
	scrollbar-shadow-color: #c90;
	scrollbar-track-color: #fff;
}

dd {
	text-align: left;
}

dd.indent {
	text-indent: 25px;
}

em {
	color: #f00;
	font-weight: bold;
}

h1 {
	font-size: 20px;
	text-align: center;
}

h2 {
	font-size: 18px;
	text-align: center;
}

h3 {
	font-size: 16px;
	text-align: center;
}

h4 {
	font-size: 14px;
	text-align: center;
}

hr {
	color: #000;
	height: 1px;
	width: 80%;
}

img {
	border: none;
}

img.border {
	border-width: 1px;
}

input {
	background-color: #ffc;
	border-color: #000;
	border-width: 1px;
	width: 300px;
}

input.radio {
	background-color: #fff;
	width: auto;
}

input.button {
	background-color: #fc0;
	width: auto;
}

p {
	text-align: left;
	text-indent: 25px;
}

table {
	border-collapse: collapse;
	border-style: none;
}

table.chart {
	background-color: #ccc;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
}

table.form {
	width: 100%;
}

table.map {
	width: 500px;
}

table.page {
	height: 100%;
	width: 100%;
}

td {
	padding: 2px;
	vertical-align: top;
}

td.center {
	text-align: center;
	vertical-align: middle;
}

td.page {
	background-color: #FFF;
	background-image: url("multimedia/angel.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-top: 8px;
}

td.poochienet {
	background-color: #FC0;
	background-image: url("multimedia/border.gif");
	background-position: top right;
	background-repeat: repeat-y;
	padding: 0px;
	padding-right: 16px;
	width: 200px;
	vertical-align: bottom;
}

td.sidebar {
	background-color: #FC0;
	background-image: url("multimedia/border.gif");
	background-position: bottom right;
	background-repeat: repeat-y;
	padding-right: 16px;
	padding-top: 8px;
	text-align: center;
	width: 200px;
}