/* Regular font styles. */
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
}

.body_thankyou_message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}

.body_label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	font-weight: bold;
}

.body_thankyou_message_bold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	font-weight: bold;
}	

.body_label_bottom {
	font-family: Arial;
	font-size: 11px;
	line-height: 10px;
	color: #333333;
}
.body_space {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
}

.body_label_space {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	font-weight: bold;
	
}
.body_label_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #333333;
	font-weight: bold;
}
.body_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #002341;
	font-weight: bold;
}

.body_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bolder;
	color: #333333;
}

.body_bold_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bolder;
	text-decoration: underline;
	color: #333333;
}

.body_designation_contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #002341;
}

/* Font styles for specific pages (team_bios, connection, mrfp) */
.body_name_team {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #002341;
	font-weight: bold;
}


.body_name_designation_team {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #002341;
}

.body_team {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
}

.body_address_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	font-weight: bolder;
}

.body_connection {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
}

.body_bold_MRFP {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: bolder;
	color: #333333;
}

.body_MRFP {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #333333;
}

/* Special font styles. */
.bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 14px;
	font-weight: bolder;
}

.subtitle {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: bolder;
	font-style: normal;
	color: 002341;
}

.warning 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: bolder;
	font-style: normal;
	color: #b22945;	
}


/* Table cell styles for investment_funds, team_bios, sitemap, and privacy. */	
TD.burg_top 
{
	border-top: solid 1px #66071C;
	vertical-align: top;
	padding-top: 3px;
}

TD.blue_left
{
	border-left: solid 2px #024378;
}

TD.bio
{
	border: solid 1px #024378;
	bgcolor: #FBF1CB;
	vertical-align: top;
}

TD.sitemap_tree
{
	border-left: solid 1px #000000;
	border-top: solid 1px #000000;
}
TD.sitemap_tree_bottom
{
	border-left: solid 1px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

A:link	{	
	color:	#000000;
}	

A:visited	{	
	color:	#000000;
}
	
A:hover	{	
	color:	#999999;
}	

/* Override default link behaviour for investment_funds, team_bios, sitemap. */
A.fund_link
{
	text-decoration: none;
}
		
A.fund_link:visited 
{
	color: #333333;
}

A.fund_link:hover
{
	color: #333333;
}

A.bio_link
{
	text-decoration: none;
	color: #002341;
	font-weight: bold;
}

A.bio_link:visited
{
	color: #002341;
}

A.bio_link:hover
{
	color: #002341;
}

A.sitemap_link
{
	text-decoration: none;
	color: #002341;
}

A.sitemap_link:visited
{
	color: #002341;
}

A.sitemap_link:hover
{
	color: #999999;
}

A.legal_link
{
	text-decoration: underline;
	color: #002341;
}

A.legal_link:visited
{
	color: #002341;
}

A.legal_link:hover
{
	text-decoration: none;
	color: #999999;
}

/* Taken from header.asp. */
body 
{
	background-color: #002341;
	/*overflow: hidden;*/
	text-align: center;
}

/*#CenterContent
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
}*/

.Email
{
	position: relative;
	top: 3px;
}

#PrivacyPolicy
{
	overflow:auto;
	height:243px;
	width:345px;
	padding-right:5px;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;
}

#TeamBio
{
	overflow:auto;
	height:269px;
	width:290px;
	padding-right:5px;
	padding-left:3px;
	padding-top:2px;
	padding-bottom:2px;
}

TD.CellBorder
{
	border-color: #024378;
	vertical-align: top;
}

TABLE.TableBorder
{
	border-collapse: collapse;
	border-style: solid;
	border-color: #024378;
}

.Page
{
	margin-left: auto;
	margin-right:auto;
}

OL.Legal_Level_1 
{
	list-style-type:decimal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	margin-top: 0em;
	margin-bottom: 0em;
}

OL.Legal_Level_2
{
	list-style-type:lower-alpha;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	margin-top: 0em;
	margin-bottom: 0em;
}

UL.Legal-bullet
{
	list-style-type:disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	margin-top: 0em;
	margin-bottom: 0em;
}

#bodyBackground,#bodyBackground img,#CenterContent{
  width: 100%;
  height: 725px;
}
#bodyBackground,#CenterContent {
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
/* hide from all except IE5/Mac \*//*/ 
  height: 500px;
/* end hide */
}
#bodyBackground {
	overflow: hidden;
}
#CenterContent {
  z-index: 2;
}

/* Make HTML select dropdown font smaller for better horizontal fit. */
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 275px;	/* If we ever have other selects (non-resources) on the site, delete! */
}

.ThankYouImage
{
position:relative;
top: 5px;
}