.tables {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D4D682;
	border-right-color: #D4D682;
	border-bottom-color: #D4D682;
	border-left-color: #D4D682;
}
.underline {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #330066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #330066;
}
.centervertical {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #Cccc66;
}
.underlineCopy {

	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #999999;
}
.tablesCopy {

	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.bullets {
	list-style-position: outside;
	list-style-image: url(images/globe.gif);
	text-decoration: underline;
}
