td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.headertext {
	font-size: 18px;
	color: #0066FF;
}
.borderbottom {
	background-color: #FFFFFF;
	background-image: url(images/dots_horiz.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	border: thin none #FFFFFF;
}
.borderleft {
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
	background-image: url(images/dots.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
#menu td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #7CB0FF;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	text-align: left;
}
#menu a, a:link, a:visited {
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}
