﻿a:link { text-decoration: none } 
a:link { color:#008080 }
a:visited { text-decoration: none }
a:visited { color:#551a8be }

h1 {
	text-align: center;
	font-family: Verdana;
	font-size: large;
	color: #CC5500;	
	margin-bottom:0;
}

h2 {
	text-align: center;
	font-family: Verdana;
	color: #CC5500;	
	font-size:small;
	margin-top:0;
	margin-bottom:-10px;
}



.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;
}

.greyback {
	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;
}

.hd {
	font-family:Arial Black;
	font-size:6pt;
	font-style:italic;
	font-weight:bold;
}

.orange {
	color: #CC5500;	
}


.format{
	font-family:Arial;
	font-size:9pt;
	text-decoration:none;
}

table.center {margin-left:auto; margin-right:auto;}

.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;
}