﻿/* 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 {
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	color: #333399;
}
.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;
}
.keywords-bar {
	width: auto;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	margin-top: 1em;
}
.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;
}
.font4 {
	font-size: medium;
	font-weight: normal;
}
.font5 {
	font-size: medium;
	font-weight: bold;
}
.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;
}
}
@media screen and (min-width: 200px) and (max-width:460px) and (orientation: landscape) {
.logopic1, .logopic2 {
	visibility: hidden;
}
}
