body, td
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
}

div.Header, div.Content, div.Footer
{
	margin-left: auto;
	margin-right: auto;
	width: 700px;
}

div.Content
{
}

div.Footer
{
	text-align:left;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 150%;
	font-size: 10pt;
}

a
{
	color: rgb(175,12,13); 
}

a:visited
{
	color: #996666;
}

td.InnerContent
{
/*  width: 530px;*/
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}

td.SecondaryNav
{
	border-left: 1px solid rgb(175,12,13); 
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	width: 130px;
	vertical-align: top;
}

table.Nav
{
	background-color: rgb(38,8,157); 
	width: 100%;
	border-left: 2px solid white;
	margin-bottom: 10px;
}

tr.SpaceTypeHeader td
{
	border-bottom: 1px solid rgb(175,12,13);
	color: rgb(38,8,157);
	font-weight: bold;
	padding: 1em 5px 0px 5px;
	margin-bottom: 5px;
}

td.Tab
{
	text-align:center;
	padding: 5px;
	border-right: 2px solid white;
}

td.Tab a, td.Tab a:hover, td.Tab a:visited, td.Tab a:visited:hover
{
	color: white;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

input.Rate
{
	width: 50px;
}

table.title
{
	width: 700px;
}

.Center
{
	margin-left: auto;
	margin-right: auto;
}

h1
{
	font-size: 16pt;
	color: rgb(38,8,157);
	border-bottom: 1px solid rgb(175,12,13); 
}

h2
{
	font-size: 12pt;
	color: rgb(38,8,157);
	border-bottom: 1px solid rgb(175,12,13);
	margin-bottom: 0px;
}


tr.Header td
{
	font-size: 8pt;
	vertical-align: bottom;
	color: rgb(175,12,13);
	color: rgb(38,8,157);
	padding-right: 10px;
}

tr.Row td
{
	font-size: 10pt;
	vertical-align: top;
	padding-right: 10px;
}

tr.Row td.First, tr.Header td.First
{
	padding-left: 10px;
	padding-right: 0px;
}

tr.Row td.Last, tr.Header td.Last
{
	padding-right: 10px;
}

tr.spacer td
{
	height: 30px;
}

.note
{
	font-size: 8pt;
}

.Required
{
	color: rgb(175,12,13);
}
.Require:after
{
	content: "*";
}

.Error
{
	color: rgb(200,128,0);
}

.Bold
{
	font-weight: bold;
}

.Success
{
	color: #0099ff;
}

div.PortfolioCount
{
	margin-bottom: 20px;
	padding: 5px;
	border: 1px dashed rgb(175,12,13); 
}

.TextRight
{
	text-align:right;
}

.TextCenter
{
	text-align:center;
}

.TextLeft
{
	text-align:left;
}

tr.FirstRateRow td
{
    padding-top: .5em;
}
tr.SecondRateRow td
{
}

tr.Odd td
{
    background-color: #e0e0e0;
}

tr.TotalRateRow td
{
    padding-bottom: .5em;
}

dt
{
    font-weight: bold;
    margin-bottom: .5em; 
    margin-top: 1em;
}
