/* Main body style */
body {
  font-family: Georgia, Geneva, Arial, helvetica, sans-serif;
  MARGIN: 0pt
}

/* Style for any trable headers */
th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
/* hyperlink styles */

a:link {
	text-decoration: none;
}
a:visited {
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #FF0000;
}
/* White background setting */

.whteBgrd {  background-color: #FFFFFF}
.tbBackgound {
	background-image: url(../images/logo3.jpg);
	background-repeat: no-repeat;
}
.tdData {

	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
.tntopbrddotted {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

