*
{
	font-family: Arial;
	color: #000000;
}
table.Directory td, input, .input, .dropdown, table.Directory ul li, table.Directory p, table.Directory label, .dropdown option
{
	color: black;
}
table.Directory a, table.Directory th
{
	color: #000000;
	font-weight: bold;
}
a:link, a:link:visited, a:visited, td.contact a:link:hover, td.contact span a:link:hover, td.contact span a:visited:hover,
td h4 a:link, td h4 a:link:hover, td.remove a:link:hover, td.current a:link:hover, td.current a:hover, 
td.current a:link:visited, td.current a:visited, table.contacts th, table.contacts td a, table.contacts td a:link
{
	text-decoration: none;
}
a:link:hover, a:visited:hover, td.contact a:link:hover, td.contact span a, td.current, td.current a:link, table.contacts td a:link:hover,
table.contacts td a:hover
{
	text-decoration: underline;
}
td.contact
{
	width: 33%;
	padding-left: 8px;
}
td.contact span
{
	font-weight: bold;
	margin-left: 4px;
	margin-right: 4px;
}

th, td
{
	vertical-align: top;
	font-size: 10pt;
}
th
{
	text-align: right;
	font-weight: normal;
}

.newEntry
{
	display: none;
}
td label
{
	margin-left: 10px;
}
td.current
{
	color: #000000;
	font-weight: bold;
}
td h2, td h3, td h4
{
	margin: 0px;
	padding: 0px;
	color: #000000;
	border-bottom: 2px #000000 solid;
}
h2 i, h3 i, h4 i
{
	font-size: 10pt;
}
td h2
{
	
}
td h3
{
	font-size: 12pt;
}
td h4
{
	font-size: 11pt;
}
td.remove
{
	font-size: 10pt;
	vertical-align: middle;
	width: 12px;
}
td.remove a:link
{
	display: block;
	padding-left: 4px;
	padding-right: 4px;
	border: 1px white solid;
}
td.remove a:link:hover
{
	border: 1px #000000 solid;
}
td hr
{
	border: 0px;
	color: #000000;
	background-color: #000000;
	height: 2px;
}
p
{
	margin: 0px;
}
ul, li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
li
{
	padding-left: 15px;
}
div.confirm
{
	border: 2px #000000 solid;
	padding: 6px;
	padding-left: 90px;
	color: #000000;
	background-image: url(images/bang.gif);
	background-repeat: no-repeat;
}
div#moreShown, div#lessShown
{
	background-repeat: no-repeat;
	color: #000000;
	height: 22px;
}
div#moreShown
{
	display: none;
	background-image: url(images/minus.jpg);
	min-height: 120px
}
div#moreShown div a, div#lessShown div a
{
	padding-left: 23px;
}
div#lessShown
{
	background-image: url(images/plus.jpg);	
}
table.contacts
{
	background-color: #fafafa;
	border: 1px #000000 solid;
	border-collapse: collapse;
	border-spacing: 0px;
}
table.contacts td
{
	border-bottom: 1px #000000 dotted;
	text-align: left;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 8pt;
	background-color: #fafafa;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 0px;
}
table.contacts th, table.contacts td a, table.contacts td a:link, table.contacts td
{
	color: #404040;
}
table.contacts th
{
	text-align: center;
	border-bottom: 1px #000000 solid;
	font-size: 12pt;
}
form
{
	display: inline;
}
ul, ul li
{
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
}
ul li
{
	margin-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}
h4.error
{
	color: red;
}
input.submit
{
	font-size: 10pt;
}

