#head {
	padding: 12px;
	border-bottom: solid 1px black;
	text-align: left;
}
#nav {
	padding: 0px;
	border-right: solid 1px black;
	text-align: right;
	vertical-align: top;
	background: #ddccff;
	width: 200px;
}
#contenttd {
	padding: 8px;
	text-align: left;
	vertical-align: top;
}
.linktd {
	border-bottom: solid 1px black;
	text-align: right;
}
.link {
	display: block;
	width: 192px;
	padding: 4px;
	font-weight: bold;
	background: white;
	color: #440066;
	text-decoration: none;
}
.link:link, .link:visited {
	background: white;
	color: #440066;
	text-decoration: none;
}
.link:hover {
	background: #cc99ff;
	color: black;
	text-decoration: none;
}
.clink {
	display: block;
	width: 192px;
	padding: 4px;
	font-weight: bold;
	background: #440066;
	color: white;
	text-decoration: none;
}
.clink:link, .clink:visited {
	background: #440066;
	color: white;
	text-decoration: none;
}
.clink:hover {
	background: #440066;
	color: white;
	text-decoration: none;
}
.tab {
	text-align: center;
	padding: 8px;
	border: solid 1px #cccccc;
	background: white;
	color: #440066;
}
.tab:hover {
	border: solid 1px #9966cc;
	background: #cc99ff;
	color: black;
}
.ctab {
	text-align: center;
	padding: 8px;
	border: solid 1px black;
	background: #440066;
	color: white;
}
.ctab:hover {
	border: solid 1px black;
	background: #440066;
	color: white;
}
.menutitle {
	display: inline-block;
	height: 20px;
	padding-top: 2px;
	padding-left: 8px;
	padding-right: 8px;
	font-family: Lucida Grande; Lucida Sans; Helvetica; Arial; sans-serif;
	font-size: 14px;
	background: url(menu_title.png) repeat-x;
	color: white;
	text-decoration: none;
}
.menutitle:link, .menutitle:visited {
	background: url(menu_title.png) repeat-x;
	color: white;
	text-decoration: none;
}
.menutitle:hover {
	background: url(menu_title.png) repeat-x;
	color: white;
	text-decoration: none;
}
.menuitem {
	display: block;
	height: 19px;
	padding-left: 20px;
	padding-right: 12px;
	font-family: Lucida Grande; Lucida Sans; Helvetica; Arial; sans-serif;
	font-size: 13px;
	background: white;
	color: black;
	text-decoration: none;
}
.menuitem:link, .menuitem:visited {
	background: white;
	color: black;
	text-decoration: none;
}
.menuitem:hover {
	background: url(menu_item.png) repeat-x;
	color: white;
	text-decoration: none;
}

