
body{
	padding:0px;
	margin:0px;
	background-image:url(images/bg.gif);
	font-family:"Courier New", Courier, monospace;
	color:#333333;
	font-size:100%;
}

td{
	font-family:"Verdana";
	color:#333333;
	font-size:13px;
}

p{
	font-family:"Verdana";
	color:#333333;
	font-size:13px;
}

a{
	font-family:"Verdana";
	font-size:13px;
	color:#000099;
	text-decoration:none;
}


a:hover{
	font-family:"Verdana";
	font-size:13px;
	color:#333333;
	text-decoration:underline;
}

.ft a{
	font-family:"Verdana";
	font-size:12px;
	color:#000099;
	text-decoration:none;
}

.ft a:hover{
	font-family:"Verdana";
	font-size:12px;
	color:#333333;
	text-decoration:underline;
}

h1{
	font-family:"Verdana";
	color:#3a6ba6;
	font-size:18px;
	padding:0px;
	margin:3px 3px 3px 3px;
	padding-bottom:15px;
	background-image:url(line2.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}

h2{
	font-family:"Verdana";
	color:#c10408;
	font-size:14px;
	padding:3px 3px 3px 3px;
	margin:0 0 0 0;
	border-bottom:dashed 1px #c10408;
}

.white{
	font-family:"Verdana";
	color:#fff;
	font-size:13px;
	font-weight:bold;
}

.whitebold{
	font-family:"Verdana";
	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;

}
.tct {color:#FFFFFF;font-family:"Courier New", Courier, monospace;
	color:#FFFFFF;
	font-size:16px;
	padding:3px 3px 3px 3px;
	margin:0 0 0 0;}
.dNU {background-color:#0066CC; color:#FFFFFF;}
.tx {background-color:#0066CC; color:#FFFFFF; font-family:"Courier New", Courier, monospace; font-size:15px; text-align:left; 
margin-bottom: 1em;}
.t {)
.th{}
.thx {background-color:#000066; color:#FFFFFF; text-align:center;}