/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
body {
	background-color: #D8EAF6;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-weight: bold;
}
a:link {
	color: #8D4A15;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8D4A15;
}
a:hover {
	text-decoration: none;
	color: #8FC5E3;
}
a:active {
	text-decoration: none;
	color: #8FC5E3;
}

.shadleft {background-image: url(shad_left.jpg); background-repeat: repeat-y;}
.shadright {background-image: url(shad_right.jpg); background-repeat: repeat-y;}

.copy {padding-top: 30px; padding-bottom: 15px;}
.left {padding-left: 72px; padding-right: 30px;}
.right {padding-left: 14px;}
.reversebox {padding-left: 14px; padding-right: 72px; background-image: url(reversebox.jpg); background-repeat: repeat-y; color: #fff;}

.small
{font-size: 9px;}