﻿body {
	margin:0px;
	padding:0px	
}

.toggleborder img{
	border: 1px solid #FFFFFF;
}

.toggleborder:hover img{
	border: 1px solid #87bd52;
}

.thumbnail{
	position: relative;
	z-index: 0;
}

.thumbnail:hover img{
	border: 1px solid #87bd52;
}

.thumbnail span{ /*CSS for enlarged image*/
	position:absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -50px;
	border: 1px dashed gray;
	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: 0;
	left: 60px; /*position where enlarged image should offset horizontally */

}

.content {
	font: 12px arial;
	color: #666;
	margin:3px}

.content a:visited {color:#666;TEXT-DECORATION:none}
.content a:link {color:#666;TEXT-DECORATION:none}
.content a:hover {color:#666;TEXT-DECORATION:underline;font-weight:normal}

	
h1 {
	font: bold 12px Arial;
	color:#666;
	margin:0;
	padding: 3px 0px 0px 10px;
}

h2 {
	font:12px Arial;
	color:#666;
	margin:0;
	padding: 3px 0px 0px 10px;
}

h3 {
	font:12px Arial;
	color:#FF0000;
	margin:0;
	padding: 3px 0px 0px 10px;
}

h4 {
	font: bold 12px Arial;
	color:#0f8fd9;
	margin:0;
	padding: 3px 0px 0px 10px;
}

.title {font: bold 12px Arial;
		color:#446cb2;
		margin:0;
		padding: 3px 3px 0px 0px}
		
.title a:visited {color:#446cb2;TEXT-DECORATION:none}
.title a:link {color:#446cb2;TEXT-DECORATION:none}
.title a:hover {color:#446cb2;TEXT-DECORATION:underline;font-weight:bold}

.titlecontact 
{
	font-weight: bold; font-size: 12px; color:#006600
}


h5 {
	font: bold 22px "VNI-DOS Sample Font";
	color:#446cb2;
	margin:0;
	padding: 3px 0px 0px 0px;
}

h6 {
	font: bold 12px Arial;
	color:#FFF;
	margin:0;
	padding: 3px 0px 0px 0px;
	
}

TABLE.NPro 
{
	border:1;
	border-color:#1183C4;
	border-bottom-style:solid;
}

a:visited {color:#666; TEXT-DECORATION:none}
a:link {color:#666;TEXT-DECORATION:none}
a:hover {color:#446cb2;TEXT-DECORATION:underline;font-weight:bold}
a:active {color:#FF0000;TEXT-DECORATION:underline;font-weight:bold}