h1
{
	text-align: center;
}
input, textarea, select
{
	font-size: 100%;
}
table.c3 td
{
    width: 33.333333333333333333333333333333%;
}
table.leftmargin
{
	margin-left: 20px;
	border-width: 0px;
}
table.leftmargin td
{
	vertical-align: top;
}
table.center
{
	margin: auto;
	width: 80%;
	border: solid 1px;
	border-collapse: collapse;
}
table.oneHundredPercent
{
	width:100%;
}
td.tenPercent
{
	width:10%;
}
td.twentyFivePercent
{
	width:25%;
}
td.ninetyPercent
{
	width:90%;
}
p.margin
{
	margin-left:24px;
}
ul, ol
{
	margin: 0 0 8px 8px;
	padding: 0;
}
.noIndent, .contentAreaTop ul, .contentAreaMiddle ul
{
	margin-left: 0;
}
.contentAreaTop ul, .contentAreaMiddle ul
{
	margin-bottom: 0;
}
ol
{
	list-style-type: none;
	counter-reset: item;
}
ol > li:before
{
	content: counters(item, ".") ". ";
	counter-increment: item;
}
.li:before
{
	content: counters(item, ".") ". ";
}
li.li:before
{
	content: "";
}

.hidden
{
	display: none;
}
.centerArea
{
    margin: auto;
}
.centerContent
{
    text-align: center;
}
table.topAlignContent td
{
	vertical-align:top;
}
.contentAreaBottom li
{
	margin: 0 15px;
}
.menuItem, .menuItemSelected, .menuItemSeperator, .subMenuItem
{
	display: inline;
	list-style: none;
}
.menuItem, .menuItemSelected, .subMenuItem
{
	padding: .4em 1em;
}
#crumbs li
{
	display: inline;
}
#crumbs li:before
{
	content: "\0020 \00BB \0020";
}
#crumbs li:first-child
{
	padding: .4em 1em;
	padding-right: 0;
}
#crumbs li:first-child:before
{
	content: "";
}