﻿/* 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, .title-h4 {
	width: auto;
	height: auto;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: medium;
	text-align: center;
	font-weight: bold;
	margin-top: 1.5em;
}
.hr-line1 {
	width: 60%;
	height: 0.3em;
	background-color: silver;
}
.table {
	width: 100%;
	height: auto;
	left: 0%;
	right: 0%;
	top: 5%;
}
.tdmarginll {
	width: 8%;
	background-color: #00FFCC;
}
.tdmarginl {
	width: 3%;
	background-color: #FFFFFF;
}
.tdmarginr {
	width: 3%;
	background-color: #FFFFFF;
}
.tdmarginrr {
	width: 8%;
	background-color: #00FFCC;
}
.txt1 {
	width: auto;
	height: auto;
	color: #CC0000;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: large;
	text-align: center;
	margin-top: 0.5em;
}
.txt2 {
	width: auto;
	height: auto;
	color: #000000;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: large;
	text-align: center;
	margin-top: 1.5em;
}
.txt3 {
	width: auto;
	height: auto;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: medium;
	text-align: center;
	font-weight: bold;
	margin-top: 1.5em;
}
.txt4 {
	width: auto;
	height: auto;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: large;
	text-align: center;
}
.links1 {
	width: auto;
	height: auto;
	text-align: center;
	margin-left: -2.5em;
}
.list {
	text-align: center;
	list-style-type: none;
	margin-bottom: 0.6em;
}
.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;
}
.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%;
}
.color2 {
	color: #444444;
}
.color3 {
	text-decoration: none;
}
.color4 {
	color: #FFFFFF;
}
.font6 {
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	color: #333399;
}
.copyright {
	width: auto;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	padding-bottom: 2%;
}
@media screen and (min-width: 200px) and (max-width:460px) {
.tdllogo, .tdrlogo {
	width: 0px;
	height: 0px;
}
.logopic1, .logopic2 {
	visibility: hidden;
}
.oblong2 {
	margin-left: 0.5em;
	margin-right: 0.5em;
}
}
@media screen and (min-width: 200px) and (max-width:460px) and (orientation: landscape) {
.logopic1, .logopic2 {
	visibility: hidden;
}
}
