.base {
	background-image: url(images/bottom_back.gif);
	background-repeat: repeat-x;
}
.lsideback {
	background-image: url(images/left_side_back.gif);
	background-repeat: repeat-y;
}
.rsback {
	background-image: url(images/right_side_back.gif);
	background-repeat: repeat-y;
}
body {
	background-color: #6699CC;
}
p {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
}
.copy {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 13px;
	text-align: center;

}
a:link {
	color: #0033CC;
	text-decoration: none;


}
a:visited {
	color: #0033CC;
	text-decoration: none;


}
a:hover {
	color: #6666CC;
	text-decoration: underline;

}
hr {
	color: #6666CC;
	height: 1px;

}
h1 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 28px;
	color: #6666CC;

}
h2 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 18px;
	color: #6699CC;
}
h3 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 19px;
	color: #0606FF;
}