/* CSS Document */

.link-black-on-white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;

A    {	text-decoration: underline;
		color:#000000;
     }
A.small 
	{	font-size:12pt; 
		font-family: Arial, Helvetica, Verdana, Sans Serif; 
	}
A.anchor 
	{	color:#000000;
	}
A:visited 
	{	color:#000000;
	}
A:hover 
	{	color:#FF6600;
		text-decoration: underline;
			}
}
.A1    {	text-decoration: none;
		color:#000000;
     }
.A1.small 
	{	font-size:12pt; 
		font-family: Arial, Helvetica, Verdana, Sans Serif; 
	}
.A1.anchor 
	{	color:#000000;
	}
.A1:visited 
	{	color:#000000;
	}
.A1:hover 
	{	color:#FF6600;
		text-decoration: underline;
			}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	font-weight: normal;
}
.table-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	font-weight: bold;
}
.vert_divider {
	margin: 2px;
	padding: 2px;
	height: 100%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BDBD8D;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BDBD8D;
}
