html, body, div, span, applet, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-size: 100%;
}

body {
	background-color: #0A222E;
	color:#0A222E;
	font-family: Verdana, Geneva, sans-serif;
    font-size:13px;
	color: #0A222E;
}

h1 {
	font-size: 1.8em;   /* 24px */
	line-height: 2.0em;  /* 27px */
	font-family: "Times New Roman", Times, serif;
}

h2 { font-size: 1.125em;   /* 18px */ }
h3 { font-size: 1.0em;     /* 16px */ }
h4 { font-size: 0.875em;   /* 14px */ }
h5, h6 { font-size: 0.8125em;  /* 13px */ }

.team_member_name {
	font-size: 1.1em;
	font-weight: bold;
}

.investment_top{
	font-family: Georgia, Times New Roman, Times, serif;
}

.tabs {
	width: 700px;
	margin-top: 20px;
	padding: 0px 100px;
	margin-left: 70px;
}

.tab_active {
	-moz-border-radius: 5px 5px 0px 0px;
	border-color: #aaa;
	border-width: 1px;
	border-style: solid;
	background-color: #fff;
	color: #000;
	float: left;
	width: 150px;
	cursor: default;
	font-weight: bold;
	font-size: 9pt;
	text-align: center;
	padding: 5px 3px;
	margin-right: 0px;
}

.tab_inactive {
	-moz-border-radius: 5px 5px 0px 0px;
	border-color: #aaa;
	border-style: solid;
	border-width: 1px;
	background-color: #ddd;
	color: #777;
	float: left;	
	width: 150px;
	cursor: default;
	font-size: 9pt;
	text-align: center;
	padding: 5px 3px;
	margin-right: 0px;
}

.tab_content {
	-moz-border-radius: 0px 20px 20px 20px;
	width: 100%;
	border-color: #aaa;
	border-style: solid;
	border-width: 0px;
	color: #000;
	float: left;
	text-align: left;
	padding: 0px;
}

.month {
	-moz-border-radius: 5px 5px 0px 0px;
	float: left;
	width: 35px;
	cursor: default;
	font-weight: bold;
	padding: 5px;
	font-size: 9pt;
	text-align: left;
	margin-right: 5px;
	text-decoration:none;
}


.tableBorder { 
border-color:#D2B48C;
BORDERCOLORLIGHT:#D2B48C;
BORDERCOLORDARK:#D2B48C;
} 

.tdBorder { 
border-color: black; 
}