body {
  font-family: "Times New Roman", Times, serif;
  background-color: e8e8e8;
  background-image:url(../images/bg1.jpg);
}

td {
	font-family: "Times New Roman", Times, serif;
	font-size:10.25pt;
	background-color: e8e8e8;
}

th {
	font-family: "Times New Roman", Times, serif;
}

/*for clock tower background image*/
.td-left 
{
	background-image:url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: e8e8e8;
	background-position: left bottom;

}
.td-leftdiamond 
{
	background-image:url(../images/bg2.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: e8e8e8;
	background-position: left top;

}
.header-text{
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
}
.sub-header {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
}
/*for links*/
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size:10.25pt;
	color: #7A7A7A;
	font-weight: bold;
	text-decoration:none;
	
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size:10.25pt;
	color: #7A7A7A;
	font-weight: bold;
	text-decoration:none;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size:10.25pt;
	color: #B6B6B6;
	font-weight: bold;
	text-decoration:none;
	
}
.footer{
  font-family: "Times New Roman", Times, serif;
  background-color: 333333;
  font-size:8.00pt;
}
.footer-text{
  font-family: "Times New Roman", Times, serif;
  font-size:8.00pt;
}