﻿a:link { text-decoration: none } 
a:link { color:#008080 }
a:visited { text-decoration: none }
a:visited { color:#551a8be }

.links {
	color: #008080;
	font-family: Arial;
	font-size: 9pt;
	text-decoration: none;
}
.outsidetable {
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	border-bottom: 1px solid;
}
.noborder {
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
}



.orangebold {
	color: #E15E06;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
}



.bluebold {
	text-align: center;
	font-family: Arial;
	font-size: 9pt;
	color: #012B90;
	font-weight: bold;
	background-color: #CCCCCC;
}

.blackbold {
	text-align: center;
	font-family: Arial;
	font-size: 9pt;
	color: black;
	font-weight: bold;
	background-color: #CCCCCC;
}


.yearlinks {
	text-align: center;
	font-family: Arial;
	font-size: 9pt;
	color: #008080;
	font-weight: bold;
	background-color: #F0F0F0;
}

.greybackcenter {
	text-align: center;
	background-color: #F0F0F0;
}


.style2 {
	background-color: #CCCCCC;
}



.regular {
	font-family: Arial;
	font-size: 9pt;
	text-align: center;
}

.regularteal {
	font-family: Arial;
	font-size: 9pt;
	text-align: center;
	color: #008080;	
}


.style3 {
	text-align: center;
}
.table1px {
	border-style: solid;
	border-width: 1px;
	border-color: #DDDDDD;
}

.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.toggleopacity img{
border: 1px solid #ccc;
}