body {
	margin: 0px;
	padding: 0px;
}
p, td, th {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
}
h1 {
	font-size: 20px;
	color: #993300;
}
h2   { color: #c60; font-size: 18px }
h3 { font-size: 10px;
	color: #993300;
}
h4  { color: #930; font-size: 16px; text-decoration: underline }
ul {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
}
ol {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
.topback {
	background-image: url(images/top_back.jpg);
	background-repeat: repeat-x;
}
.leftback {
	background-image: url(images/left_back.jpg);
	background-repeat: repeat-y;
}
.rightback {
	background-image: url(images/right_back.jpg);
	background-repeat: repeat-y;
}
.navigation {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
	color: #663300;
}
a.navigation:link {
	color: #663300;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-weight: bold;
}
a.navigation:visited {
	color: #663300;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-weight: bold;
}
a.navigation:hover {
	color: #666666;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-weight: bold;
	display: block;
	background-color: #FFFFCC;
}
.small {
	font-size: 12px;
	text-align: center;
}
.transparentback {
	background-image: url(images/spacer.gif);
	background-repeat: repeat;
}
