.topleft {
	background-repeat: no-repeat; 
	background-image: url('images/topleft_rh1.gif');
}

.topmid {
	background-repeat: repeat-x; 
	background-image: url('images/topmid_rh1.gif');
}

.topright {
	background-repeat: no-repeat; 
	background-image: url('images/topright_rh1.gif');
}

.lcol {
	background-repeat: repeat-y; 
	background-image: url('images/lcol_rh1.gif');
}

.rcol {
	background-repeat: repeat-y; 
	background-image: url('images/rcol_rh1.gif');
}

.botleft {
	background-repeat: no-repeat; 
	background-image: url('images/botleft_rh1.gif');
}

.botmid {
	background-repeat: repeat-x; 
	background-image: url('images/botmid_rh1.gif');
}

.botright {
	background-repeat: no-repeat; 
	background-image: url('images/botright_rh1.gif');
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}