﻿/* CSS layout */
body {
	background: #FFFFFF;
	direction: ltr;
}
a {
	text-decoration: none;
	color: #FF33CC;
}
a:hover {
	text-decoration: underline;
	color: #5F9EA0;
}
.topbar {
	width: 90%;
	height: auto;
	left: 5%;
	right: 5%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: right;
}
.tdlogocell {
	width: 65%;
    text-align: center;
}
.logocell {
	background-color: #00FFFF;
	width: auto;
	height: auto;
	text-align: center;
	border: 0.25em;
	border-style: double;
	border-color: gray;
}
.logopic1 {
	width: inherit;
	height: 5.5em;
	border: 0.25em;
	border-style: double;
	border-color: gray;
}
.logopic2 {
	width: inherit;
	height: 5.5em;
	border: 0.25em;
	border-style: double;
	border-color: gray;
	direction: rtl;
}
.title-h1, .title-h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight: bold;
	margin-top: 0.27em;
	margin-bottom: 0.27em;
}
.title-h2 {
	width: auto;
	height: auto;
	color: #CC0000;
	border: 0.55em;
	border-style: ridge;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: large;
	text-align: center;
	line-height: 1.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background-color: #00FFCC;
	margin-left: 2.5em;
	margin-right: 2.5em;
	margin-top: 2em;
}
.hr-line1 {
	width: 60%;
	height: 0.3em;
	background-color: silver;
}
.table {
	width: 100%;
	height: auto;
}
.tdmarginll {
	width: 8%;
	background-color: #00FFCC;
}
.tdmarginl {
	width: 3%;
	background-color: #FFFFFF;
}
.tdmarginr {
	width: 3%;
	background-color: #FFFFFF;
}
.tdmarginrr {
	width: 8%;
	background-color: #00FFCC;
}
.oblong1 {
	width: auto;
	height: auto;
	color: #CC0000;
	border: 0.55em;
	border-style: ridge;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: large;
	text-align: center;
	line-height: 1.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background-color: #00FFCC;
	margin-left: 2.5em;
	margin-right: 2.5em;
	margin-top: 2em;
}
.paytable {
	width: 100%;
	height: auto;
	background-color: #CCFFFF;
	margin-top: 2em;
}
.paytablecell1 {
	text-align: center;
	border: 0.1em;
	border-style: inset;
}
.paytablecell2 {
	text-align: left;
	border: 0.1em;
	border-style: inset;
}
.oblong2 {
	width: auto;
	height: auto;
	color: #000000;
	border: 0.1em;
	border-color: #000000;
	border-style: solid;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: large;
	text-align: center;
	line-height: 1.6em;
	padding: 1em;
	background-color: #CCFFFF;
	margin-left: 3em;
	margin-right: 3em;
}
.keywords-bar {
	width: auto;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	margin-top: 2em;
}
.externallinks {
	width: auto;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	padding-top: 3%;
}
.internallinks {
	width: auto;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	padding-top: 3%;
	padding-bottom: 5%;
}
.copyright {
    width: auto;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	padding-bottom: 1em;
}
.color2 {
	color: #444444;
}
.color3 {
	text-decoration: none;
}
.color4 {
	color: #FFFFFF;
}
.font2 {
	font-size: 1em;
	font-weight: bold;
	color: #006600;
}
.font4 {
	font-size: 1.1em;
	font-weight: normal;
}
.font5 {
	font-size: 1.1em;
	font-weight: bold;
	color: #006600;
}
.font6 {
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	color: #333399;
}
.border {
	border: 0em;
}




@media screen and (min-width: 200px) and (max-width:520px) {
.tdllogo, .tdrlogo {
	width: 0em;
	height: 0em;
}
.logopic1, .logopic2 {
	visibility: hidden;
}
.oblong2 {
	margin-left: 0.5em;
	margin-right: 0.5em;
}
}
@media screen and (min-width: 200px) and (max-width:520px) and (orientation: landscape) {
.logopic1, .logopic2 {
	visibility: hidden;
}
}
