* {
	margin: 0;
	padding: 0;
	direction: ltr;
}
body {
	width: 100%;
	color: #6F6F6F;
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	background-color: White;
	/*background: #6F6F6F;
*/
}
a {
	font-size: 12px;
	color: #0f0f0f;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
img {
	display: inline;
	border: none;
}
li {
	list-style-type: none;
}
td {
	vertical-align: top;
}
div.height9 {
	font-size: 1px;
	height: 9px;
}
div.height6 {
	font-size: 1px;
	height: 6px;
}
div.height2{
 font-size: 1px;
	height: 2px;
}
/******************************************** Header Logo Topnav*****************************/
div.header {
	width: 900px;
	height: 91px;
	border: 1px solid #c5001f;
	background-color: #f6f6f6;
	background-image: url(../images/bg_top.gif);
	background-repeat: repeat-x;
	padding-top: 9px;
}
div.header table {
	direction: ltr;
}
div.header td {
	text-align: left;
	vertical-align: middle;
}
.logoCol {
	background-image: url(../images/bg_logo.gif);
	background-repeat: repeat-x;
	background-color: #f6f6f6;
}
.header h1 {
	color: #c5001f;
	font-size: 24px;
	font-style: italic;
}
.header h2 {
	color: #c5001f;
	font-size: 20px;
	font-style: italic;
}
.logorightCol {
	background-color: transparent;
	background-image: url(../images/spaser.gif);
	background-repeat: no-repeat;
}
div.header ul li {
	display: block;
	padding: 5px;
}
div.topnav {
	width: 900px;
	height: 30px;
	background-color: #f7f7f7;
	background-image: url(../images/bg_topnav.gif);
	background-repeat: repeat-x;
	border: 1px solid #c5001f;
	border-top: none;
}
div.topnav table {
	/*width: 98%;
*/
}
div.topnav table tr td.l {
	width: 11px;
	font-size: 1px;
}
div.topnav table tr td.text {
	width: 100px;
	vertical-align: middle;
	text-align: center;
}
div.topnav table tr td.text a {
	width: 100px;
	font-size: 14px;
	font-weight: bold;
	color: #3F3F3F;
}
/******************************************** Page ************************************/
div.page {
	width: 900px;
	border: 1px solid #c5001f;
	border-top: none;
	background-color: #f6f6f6;
	background-image: url(../images/bg_page.gif);
	background-position: top;
	background-repeat: repeat-x;
}
div.page h1.title {
	font-size: 24px;
	margin-bottom: 15px;
}
div.page h2.title {
	font-size: 16px;
	margin-bottom: 5px;
}
div.page p {
	font-size: 12px;
	margin-bottom: 15px;
}
div.page p.warning {
 color: #c5001f;
}
div.page ul li {
	display: block;
	padding: 5px;
}
div.page ul li span {
	display: block;
	margin-left: 5px;
}
td.rightCol, td.leftCol {
	text-align: center;
}
td.rightCol table {
	width: 340px;
	height: 435px;
	margin: 10px;
}
td.leftCol table {
	width: 510px;
	margin: 10px;
}
/******************************************** Table ***********************************/
td.r1 {
	width: 15px;
	height: 15px;
	background-color: transparent;
	background-image: url(../images/r1.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
td.r2 {
	height: 15px;
	background-color: transparent;
	background-image: url(../images/r2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
td.r3 {
	width: 20px;
	height: 15px;
	background-color: transparent;
	background-image: url(../images/r3.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
td.r4 {
	width: 15px;
	background-color: transparent;
	background-image: url(../images/r4.gif);
	background-repeat: repeat-y;
	vertical-align: top;
	margin-left: 0;
}
td.r5 {
	height: 400px;
	overflow: auto;
	background-color: #f6f6f6;
	background-image: url(../images/r5.gif);
	background-repeat: repeat-x;
	background-position: top;
	vertical-align: top;
}
td.r6 {
	width: 20px;
	background-color: transparent;
	background-image: url(../images/r6.gif);
	background-repeat: repeat-y;
	vertical-align: top;
}
td.r7 {
	width: 15px;
	height: 20px;
	background-color: transparent;
	background-image: url(../images/r7.gif);
	background-repeat: no-repeat;
	background-position: top;
}
td.r8 {
	background-color: transparent;
	background-image: url(../images/r8.gif);
	background-position: top;
	background-repeat: repeat-x;
}
td.r9 {
	width: 20px;
	height: 20px;
	background-color: transparent;
	background-image: url(../images/r9.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#thumb {
 visibility: hidden;
 display: none;
}
/******************************************* Form *****************************/
table.form td {
  /*height: 30px;*/
  vertical-align: middle;
  padding: 10px 0px 10px 0;
}
table.form .submit {
 display: block;
 width: 81px;
 height: 22px;
 color: white;
 background-color: transparent;
 background-image: url(../images/button.gif);
 background-repeat: no-repeat;
 background-position: top;
 border: none;
 font-size: 12px;
}
/******************************************* Footer ***************************/
div.footer {
	width: 900px;
	height: 30px;
	background-color: #f6f6f6;
	background-image: url(../images/bg_topnav.gif);
	text-decoration: underline;
	text-align: right;
	border: 1px solid #c5001f;
	border-top: none;
}
div.footer a {
	display: block;
	text-decoration: underline;
	margin-left: 5px;
	margin-right: 5px;
}
div.banners {
	width: 900px;
	padding-top: 5px;
}
