@charset "utf-8";
body {
	background-color: #CDCDE5;
	top: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#tableLayout {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #f5f5f5;
	font-size: 14px;
	background-image: url(assets/BackGround.png);
}

#tdLogo  {
	text-align: center;
	vertical-align: middle;
}
#tdBanner {
	text-align: center;
	vertical-align: middle;
}
#tdMenu {
	text-align: center;
	vertical-align: middle;
}
#tdSpacer {
	background-color: #f5f5f5;
	background-image: url(assets/spacerline2.jpg);
	background-repeat: repeat-y;
	background-position: center;
	border-top-width: thick;
	border-bottom-width: thick;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #f5f5f5;
	border-bottom-color: #f5f5f5;
}
#tdcheckers {
	background-image: url(assets/Checker.jpg);
	background-repeat: repeat-y;
	height: auto;
}
#tdImages {
	text-align: center;
	vertical-align: top;
}
#tdDetails p {
	margin-left: 10px;

}

a:link {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
a:visited {
	color: #3F3F78;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}
h1 {
	font-size: 16px;
	color: #6565AF;
	font-weight: bolder;
	margin-left: 5px;
	border: thin solid #6565AF;
	padding: 5px;
	background-color: #D9D9F2;
	margin-right: 5px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: -15px;
	color: #6565AF;
}

h3 {
	font-size: 12px;
	margin-left: 10px;
}
h4 {
	margin-left: 15px;
}

#tdBottomNavigation {
	text-align: center;
	vertical-align: middle;
}
#tdBottomNavigation a {
	font-size: 10px;
}

#tdCopyright {
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
}

.textBold {
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
}
.textSmall {
	font-size: 12px;
}

