<!--

	body,td{
		font-family: Arial, Helvetica, Geneva, Sans-Serif;
		font-size:11px
	}
	a{
		color: #321661;
		font-weight:bold;
		text-decoration: none
	}
	a:hover{
		color: #CCCCCC;
	}


	a.side{
		font-family: helvetica;
		font-size:11px;
		color: #FFFFFF
	}
	a.side:hover{
		color: #CCCCCC
	}

	a.link{
		font-family: helvetica;
		text-decoration: underline;
		font-size:11px;
		color: #336699
	}
	a.link:hover{
		color: #000000;
		text-decoration: none
	}

	a.footer{
		font-family: helvetica;
		font-size:11px;
		color: #FFFFFF
	}
	a.footer:hover{
		color: #CCCCCC;
	}

	.sectionheader{
		font-size:20px;
		font-weight:bold;
		color: #C70918
	}
	.text{
		font-family: helvetica;
		font-size:11px;
		color: #000000
	}
	.red{
		font-family: helvetica;
		color: #A80311
	}
	.blue{
		font-family: helvetica;
		color: #321661
	}

	.footer{
		font-size:11px;
		color:#FFFFFF
	}
		
	.smalltext{
		font-size:10px;
		color:#000000
	}
	.content{
		font-size:11px;
		color: #000000
	}
	.header2{
		font-size:14px;
		font-weight:bold;
		color: #FFFFFF
	}
	.textheader{
		font-size:16px;
		font-weight: bold;
		color: #000000
	}
	.textheader2{
		font-size:12px;
		font-weight: bold;
		color: #000000
	}
	.textheader3{
		font-size:12px;
		font-weight: bold;
		color: #F16410
	}
	.sidebars{
		font-size:11px;
		color:#FFFFFF
	}
	.lastupdated{
		font-size:12px;
		color:#FF6600
	}

	.form {
		BACKGROUND-COLOR: #FFFFFF;
		COLOR: #000000;
		FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
		FONT-SIZE: 12px;
		border: 1px #CCCCCC;
		border-bottom-style: outset;
		border-left-style: outset;
		border-right-style: outset;
		border-top-style: outset
	}


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #000000;
padding: 5px;
left: -1000px;
border: 1px solid black;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -175;
left: -5px; /*position where enlarged image should offset horizontally */

}
	-->


