/*STYLESHEET for Revere Investmemts*/



body, td{
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 19px;
	text-align: justify;
}











/*LAYOUT CLASSES*/

td.content{
	padding: 20px 30px 30px 0px;
	background-color: #ffffff;
}


.title{
	font-weight: bold;
	font-size: 15px;
	color: #3a5a90;
}

table.acquired{
	background-color: #81816a;
	border: 1px solid rgb(129, 129, 106);
}

table.sold{
	background-color: #2d4466;
	border: 1px solid rgb(45, 68, 102);
}

table.acquired td{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

table.sold td{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}



td.tinytext{
	padding-top: 8px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	color: #8094b4;
}

.white_title{
	font-family: arial, helvetica, sans-serif !important;
	font-weight: bold !important;
	font-size: 14px !important;
	color: #ffffff; !important
}

td.larger{
	font-size: 16px;
}

.revere{
	font-family: times new roman, serif;
	font-variant: small-caps;
}


table.news{

}

table.news td.date{
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	padding: 0 12px;
	border-right: 1px solid #999;
	vertical-align: top;
}

table.news td.newsitem{
	font-family: arial, helvetica, sans-serif;
	padding: 0 8px;
}


table.news .header{
	font-weight: bold;
}
table.news .intro{
	font-size: 12px;
}

table.detail{
	border-collapse: collapse;
}

table.detail td{
	border: 1px solid #ccc;
	padding: 2px 4px;
	font-size: 12px;
}

table.detail td.rowtitle{
	font-weight: bold;
	color: #666;
}
table.detail td.summary{
	padding: 12px;
}








/* TD Rollover Classes*/

.plain{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: right;
	padding: 2px 8px 2px 4px;
	border-top: 1px solid rgb(129, 129, 106);
	border-bottom: 1px solid rgb(129, 129, 106);
}

.active{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-align: right;
	padding: 2px 8px 2px 4px;
	background-color: #6d7262;
	border-top: 1px solid rgb(218, 232, 255);
	border-bottom: 1px solid rgb(218, 232, 255);
}

.over{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	text-align: right;
	padding: 2px 8px 2px 4px;
	background-color: #6d7262;
	border-top: 1px solid rgb(129, 129, 106);
	border-bottom: 1px solid rgb(129, 129, 106);
}

/*  end rollover classes  */














/*LINKS*/

a:link{
	color: #225bb5;
}
a:visited{
	color: #225bb5;
}
a:hover{
	color: #993300;
}


a.nav:link{
	color: #ffffff;
	text-decoration: none;
}
a.nav:visited{
	color: #ffffff;
	text-decoration: none;
}
a.nav:hover{
	color: #ffffff;
	text-decoration: none;
}