﻿/* 
	Clean and crisp table styles
	written by Mats Lindblad http://blogs.su.se/matlin/
*/

table.Investor 
{
	font: normal 75%/150% Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border: 3px solid #ffffff;
	/*
	border-top: 5px double #87CEFA;
	border-bottom: 5px double #87CEFA;
	*/
}



tbody tr.odd, tr.Investor {
	border: 1px solid silver;
}
tbody tr.odd td, tbody tr.odd th {
	background: #F0F8FF;

}

tbody td.Investor  {
	padding: 5px 10px;
	background: #fff;
	color: #000;
    border: 1px solid #87CEFA;
}

/*
tfoot td, tfoot th {
	border: none;
	padding-top: 10px;
}
caption {
	font-family: "Georgia", serif;
	letter-spacing: 5px;
	font-style: italic;
	text-align: left;
	text-indent: 2em;
	text-transform: uppercase;
	font-size: 150%;
	padding: 10px 0;
	color: #047;
}

th {
	font: bold 1.1em/120% Arial, Helvetica, sans-serif;
	padding: 5px 10px;
	font-variant: small-caps;
	color: #047;
	font-weight: bold;
	text-align: left;
	letter-spacing: -1px;
}
thead th {
	border: 1px solid #87CEFA;
	white-space: nowrap;
	background: #F0F8FF;
}

tbody th {
	color: #047;
	font-weight: normal;
	font-variant: normal;
	font-size: 1em;
}
*/

table a:link 
{
    font: normal 95%/150% Arial, Helvetica, sans-serif;
	color: #545454;
	text-decoration: none;
}

table a:hover 
{
    font: normal 95%/150% Arial, Helvetica, sans-serif;
	color: #545454;
	text-decoration: underline;
}



/*
table a:visited{
	color: #036;
	text-decoration: line-through;
}
*/


table a:active{
	color: #000;
}

A.investor      {text-decoration: none; color:#545454; font-size: 14px;}
A.investor:link {text-decoration:none; color: #545454; font-size: 14px;}
A.investor:visited {text-decoration: none; color: #545454; font-size: 14px;}
A.investor:hover {text-decoration: underline; color: #545454; font-size: 14px;}


