/* CSS Document */
<!--
body {
	background-image:   url(/images/camp/bar.jpg);
	background-repeat: repeat-y;
	background-position: top 0px;
	font-family: Arial, Helvetica, sans-serif;	
}
a {
	color: #636DEF;
	text-decoration: none;
	font-size: small;
}
a:hover {
	text-decoration: underline;
}

.mainTable { width: 800px; }
.leftColumn { width: 180px; }
.spacerCol { width: 20px; }
.rightColumn {width:700px; }

.warm { color: #DE2C29; }
.cool { color: #636DEF; }
-->

