/* MULTI-COLUMN LIST

*** NOTES ***
[2005-09-20 bsweeney]
Please refer to the accompanying manual for information about how to implement.
*/

.mclList, .mclList * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.mclList, .mclList img {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}

.mclList {
	width: 95%;
	margin: 0em;
	padding: 0em;
	display: block;
	list-style-type: none;
}

.mclList li {
	width: 100%;
	margin: 0em;
	padding: 0em;
	display: block;
	list-style-type: none;
}
.multiColumnList {
	list-style-type: none;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}
.multiColumnList li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: block;
}
.multiColumnList a.blackText {
	color: #999;
}
.multiColumnList a {
	text-decoration: none;
}
#formtab0 {
	margin: 0px;
	padding: 0px;
}

