/* PracticeBox stylesheet              							*/
/* Copyright GemSite Solutions Ltd. 2001 - 2006 		*/
/* A custom stylesheet for Wendy Sandeman						*/

.title_left {
	width: 138px;
	margin: 5px 0;
}

.title_right {
	width: 138px;
	margin: 5px 0;
}

ul#normal {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top-style: dotted;
	border-top-width: 1px	
}

#normal li {
	list-style-type: none;
	border-width: 0px;
	border-style: solid;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

#normal a {
	display: block;
	width: 138px;
	padding: 5px 0;
	text-decoration: none;
	text-align: left;
	text-indent: 3px;
}

#normal a:visited {
	text-decoration: none;
}

#normal a:hover {
	text-decoration: none;
}

ul#special {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top-style: dotted;
	border-top-width: 1px		
}

#special li {
	list-style-type: none;
	border-width: 0px;
	border-style: solid;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

#special a {
	display: block;
	width: 138px;
	padding: 5px 0;
	text-decoration: none;
	text-align: left;
	text-indent: 3px;
}

#special a:visited {
	text-decoration: none;
}

#special a:hover {
	text-decoration: none;
}
