
body{
	padding:0px;
	margin:0px;
	background-image:url(images/bg.gif);
	font-family:"Trebuchet MS";
	color:#333333;
	font-size:100%;
}

td{
	font-family:"Trebuchet MS";
	color:#333333;
	font-size:13px;
}

p{
	font-family:"Trebuchet MS";
	color:#333333;
	font-size:13px;
}

a{
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#000099;
	text-decoration:none;
}

a:hover{
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#333333;
	text-decoration:underline;
}

.ft a{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#000099;
	text-decoration:none;
}

.ft a:hover{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#333333;
	text-decoration:underline;
}

h1{
	font-family:"Trebuchet MS";
	color:#3a6ba6;
	font-size:16px;
	padding:3px 3px 3px 3px;
	margin:0 0 0 0;
}

h2{
	font-family:"Trebuchet MS";
	color:#c10408;
	font-size:14px;
	padding:3px 3px 3px 3px;
	margin:0 0 0 0;
}

.white{
	font-family:"Trebuchet MS";
	color:#fff;
	font-size:13px;
	font-weight:bold;
}

.whitebold{
	font-family:"Trebuchet MS";
	color:#fff;
	font-size:13px;
	font-weight:bold;
}

.border {
	border:#3a6ba6 1px solid;
	padding:5px 5px 5px 5px;
	background-color:#dfebf9;
}

.table_border1 {
	border:#7196c3 1px solid;
	/*border-bottom:#7196c3;
	border-left:#7196c3;
	border-right:#7196c3;
	border-top:#7196c3;*/
}

input {
	border:#666666 1px solid;
}



/* Image Viewer */


.thumbnail{
position: relative;
z-index: 0;
align:right;
border: 1px dashed #3a6ba6;
background-color: #dfebf9;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
border: 1px dashed #3a6ba6;
background-color: #dfebf9;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #dfebf9;
padding: 5px;
left: -1000px;
border: 1px dashed #3a6ba6;
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 */
border: 1px dashed #3a6ba6;
background-color: #dfebf9;

}

