body{
margin:0px;
padding:0px;
}

table {
	font-family: Tahoma,Arial,Verdana,Helvetica,sans-serif;
	font-size:14px;
}
p{
	font-size:14px;
}
h1 {
	font-size:18px;
	font-weight:normal;
}

.bluefont {
	color:#0d4ea0;
}


.greenfont {
	color:#71bd41;
}

a {
color:#ff0000;
text-decoration:none;
}

a:hover {
color:#000000;
text-decoration:underline;
}


/**********************list table*********************/
table.tbl, table.tbl td, table.tbl th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border:solid 1px #000033;
	border-collapse:collapse;
	padding:5px;
}

table.tbl th {
	background-color:#0d4986;
	color:#FFFFFF;
	text-decoration: none;
}
table.tbl th a {
	color:#660000;
	text-decoration: none;
}
table.tbl th.tbleheader {
	background-color:#ffffcc;
	color:#660000;
}
/**********************list table*********************/    

/* Image Thumbnails
------------------------------ */
.imagethumb a {
	display: block;
	padding: 7px;
	margin: 5px;
	
	border: 1px solid #92BED3;
	background: #DDEAF0;
	line-height: 0px;
}
.imagethumb a:visited {
	border: 1px solid #D3E4ED;
	background: #F2F7F9;
}
.imagethumb a:hover {
	border: 1px solid #62A0BF;
	background: #F4F9FB;
}
.imagethumb {
	float: left;
}

