/*
Style Sheet for BerkeleyCM.com Website
Laura Burg -- lburg@berkeleyvc.com
*/

* { 
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif; /* was Helvitica */
}


/*style for body text*/
TD,h1,p {  }


/*style for links*/
A { text-decoration:none; color:#336699 }


/*style for unordered lists*/
UL { list-style-image: url(images/utils/square_bullet.gif); list-style-type:square }


/*style for ordered lists*/
OL LI{ list-style:lower-alpha }


/*style for personnel info*/
.per_name, .per_exp, .per_title {  }
.per_name { font-weight:bold }
.per_exp { font-style:italic }

a img
{
	border:none;
		margin-bottom:8px;
}


/*style for disclaimers*/
.disclaimer, .disclaimer a, .disclaimer a:hover 
{ 
	font-size:8pt; 
	padding-top:15px;
	padding-bottom:50px;
}
.disclaimer a
{
	text-decoration:none;
}

.disclaimer a:hover 
{
	text-decoration:underline;
}


/*style for phone numbers*/
.phone { font-size:9pt;  }


/*style for side bar text*/
.side_bar { font-size:8pt;  }


/*style for side report product name*/
.product_name { font-weight:bold;  }


/*style for report title*/
.title { font-size:18pt; font-family:"Times New Roman", Palatino, serif }


/*style for report date*/
.date { font-size:8pt;  }


/*style for Top 10 ranking numerals*/
.rank { font-size:9pt;  }


/*style for table headers*/
.header { font-size:8pt; ; font-weight:bold }


/*style for table title*/
.tabletitle { font-size:9pt; ; font-weight:bold }


/*style for sub-bullets*/
.subbullet { font-size:8pt;  }


/*style for features 8 pt*/
.feature8pt { font-size:8pt; ; color:#CC6600 }


/*style for masthead*/
.masthead { font-size:12pt; font-family:Times New Roman, Palatino, serif; color:#99CCFF }


/*style for menu links*/
#menu_links { font-size:8pt; ; text-decoration:none; color:#336699 }


/*style for disclaimer links*/
#disclaimer_link { font-size:8pt; ; text-decoration:none; color:#336699 }


/*style for superscript*/
#superscript { vertical-align:super; font-size:8pt }