body {

	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
.topback {
	background-image: url(images/top_back.gif);
	background-repeat: repeat-x;
}
p, td, th {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
}
a:link {
	color: #004A25;
	text-decoration: none;
}
a:visited {
	color: #006600;
	text-decoration: none;
}
a:hover {
	color: #004A25;
	text-decoration: none;
	font-size: 18px;
}
h1 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 18px;
	color: #004A25;
}
h2 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 16px;
	color: #004A25;
}
ul {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
}
ol {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
}
hr {
	color: #336699;
	height: 2px;
	width: 80%;
}
#leftside {
	width: 151px;
	background-image: url(images/left_back.gif);
	background-repeat: no-repeat;
	background-color: #053162;
}

