/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	color: #4D4C4C;
}

h1 {
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 5px;
}

.Content {
 	padding-top: 10px;
	padding-bottom: 30px;
	font-size: 10pt;
	vertical-align: top;
}

.DirectoryList td {
 	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 10pt;
}

.AboutMenuHolder {
	border-bottom: solid 1px #C03FD0;
	padding-bottom: 5px;
	display: block;
}

.AboutMenuHolder a{
	font-size: 9pt;
	text-decoration: none;
}

.Footer {
	width: 952px;
	padding-top: 10px;
	padding-bottom: 30px;
	border-top: solid 3px #dedede;
	text-align: right;
	font-size: 8pt;
}

.Footer a{
	padding: 3px;
}

.Date {
	font-size: 7.5pt;
	color: #106708;
}

.LinkList a{
	display: list-item;
	font-size: 9pt;
	list-style-type: none;
}

a {
	color: #737272;
}

a:link {
	color: #737272;
}

a:hover {
	color: #f4c514;
}

a:active {
	color: #737272;
}