body { font-family: verdana, arial, helvetica, sans-serif;
  font-size: 14px; }
h1 { font-size:18px }	
a:link { color:#33c }	
a:visited { color:#339 }
.bg {
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-repeat: x-repeat;
	background-position: left top;
	background-color: #ffffff;
}
.unnamed1 {
	border: 1px solid #FFFFFF;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:#003;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #666666;
}
.paddedtext {
	margin-right: 1px;
	margin-left: 2px;
	padding-right: 1px;
	padding-left: 2px;
}
.smallsquares {
	margin-bottom: 2px;
	padding-bottom: 2px;
}
.textCopyrightL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #ffffff;
	text-decoration: none;
	line-height: normal;
}
.textWhite
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:#ffffff;
	text-align:left;
}
a.textWhite
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}
.textGray
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	colour: #666666;
	text-decoration:none;
	text-align:right
}
.textBlue
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:#000033;
	text-align:left;
	font-weight: bold;
}
a.textBlue
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
	}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #900000;
}
h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #900000;
}

.thumbnail{
	position: relative;
	z-index: 20;
	width: 200;
}
h3.news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#990000;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
width: 300px; /*CSS for Fireox*/
z-index: 100;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
width: 400px;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
.imgthumbnail{
	position: relative;
	z-index: 20;
	width: 200;
}

.imgthumbnail:hover{
background-color: transparent;
z-index: 50;
}

.imgthumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
width: 405px; /*CSS for Fireox*/
z-index: 100;
text-decoration: none;
}

.imgthumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.imgthumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #4B4D5A;
width: 205px;
}

.anylinkcss a{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFF;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: black;
color: white;
}
.bluText
{
color:#003;
}
