﻿/* CSS layout */

/*-------------- Document --------------*/

.fund_name {
	font-size: 9pt;
	color: #000000;
	text-align: left;
	border: 1px solid #CC9900;
	font-family: Arial;
}

.fund_stat {
	font-size: 9pt;
	color: #000000;
	text-align: right;
	border: 1px solid #CC9900;
	font-family: Arial;
}

.column_name {
	font-size: 12px;
	color: #000000;
	text-align:	center;
	border: 1px solid #CC9900;
	background-color: #EAE4D7;
	font-family: Arial;
	font-weight: normal;
}
.table_footer {
	margin: 20px;
	border: 1px solid #CC9900;
	font-family: Arial;
	font-size: 10px;
}
.table {
	border: 1px solid #771119;
	margin-top: 20px;
}
.row_spacer {
	font-weight: normal;
}

#footer {
}

.TableHeader {
	text-align: center;
	font-size: 20px;
	color: #000000;
	border: 1px solid #CC9900;
	font-family: Arial;
	font-weight: bold;
	background-color: #DBD6C1;
}
.TableTitle {
	text-align: center;
	font-size: 18px;
	color: #771119;
	border: thin solid #CC9900;
	font-family: Arial;
	font-weight: bold;
	background-color: #EAE4D7;
}
.ColumnHead {
	text-align: center;
	font-size: 12px;
	font-family: Arial;
	color: #771119;
}
.RowName {
	text-align: center;
	font-size: 12px;
	color: #000000;
	font-family: Arial;
	font-weight: normal;
	font-style: normal;
}

.RowName1 {
	text-align: left;
	font-size: 12px;
	color: #000000;
	font-family: Arial;
	font-weight: normal;
	font-style: normal;
}

.TableTitle1 {
	text-align: center;
	font-size: 16px;
	color: #771119;
	border: thin solid #CC9900;
	font-family: Arial;
	font-weight: bold;
	background-color: #DBD6C1;
}

.TableTitle2 {
	text-align: left;
	font-size: 14px;
	color: #000000;
	border: thin solid #CC9900;
	font-family: Arial;
	font-weight: bold;
	background-color: #DBD6C1;
}
.TableMsg {
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
}
		
/*--body{
	background-color: #F2EEE4;
	font: 12px Arial;
	margin: 0;
	padding: 0;
}
#wrapper{
	width: 938px;
	padding: 0 11px;
	margin: 0 auto;
}--*/

.RowNameBold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	color: #800000;
}

.NoBorder{
	border-width: 0;
}
.RowNameBold2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
}

