.copyright-txt {
	color: #E6EDFF;
	font-size: 11px;
	font-family: Tahoma;
}
h1 {
	font-family: Verdana; 
	font-size: 11pt; 
	font-weight: bold 
}
h2 {
	font-family: Verdana; 
	font-size: 11pt; 
	font-weight: bold 
}
h3 {
	font-family: Verdana; 
	font-size: 11pt; 
	font-weight: bold 
}
h4 {
	font-family: Verdana; 
	font-size: 11pt; 
	font-weight: bold 
}
h5 {
	font-family: Verdana; 
	font-size: 11pt; 
	font-weight: bold 
}
h6 {
	font-family: Verdana; 
	font-size: 11pt; 
	font-weight: bold 
}
.white-normal-txt {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.black-bold-txt {
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.white-bold-txt {color: #FFFFFF; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }
.black-normal-txt {
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.brown-heading-txt {
	color: #E45746;
	font-size: 18px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
}
.blue-heading-txt {
	color: #3757BA;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #1738BB;
}
a:active {
	text-decoration: none;
	color: #1738BB;
}
:link.white-links {
	color: #ffffff;
	text-decoration: none;
}
:visited.white-links {
	text-decoration: none;
	color: #ffffff;
}
:hover.white-links {
	text-decoration: none;
	color: #FFCC00;
}
:active.white-links {
	text-decoration: none;
	color: #FFCC00;
}
body {
	background-color: #063C6B;
}
table.content{
 	border-style:dotted; border-width:1px;
  	background-color="#D9FFFF" 
}