html, body, form, div, img, table, td, th, p, h1, h2, h3, h4, h5, h6, ul, li { 
	padding: 0;
	margin: 0;
	border: 0;
}

ul {
	list-style: none;
}

body {
	font: normal 12px Verdana, Arial, Tahoma;
	color: #294D6F;
	background: #E6ECEC;
	line-height: 1.2;
}

img {
	border: 0;
	outline: 0;
}

input {
	outline: 0;
}

div.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
}

a {
	text-decoration: underline;
	color: #294D6F;
	outline: 0;
}

a:hover {
	color: #C6461F;
}

a.inv {
	text-decoration: none;
}

a.inv:hover {
	text-decoration: underline;
}

span.req {
	color: #FF0000;
}

span.bold {
	font-weight: bold;
}

span.normal {
	font-weight: normal;
}

#container {
	width: 100%;
	width: expression((documentElement.clientWidth||document.body.clientWidth)<1000?'1000px':'');
	min-width: 1000px;
}

#header {
	height: 216px;
	width: 100%;
	position: relative;
	background: #FFFFFF;
	z-index: 994;
}

#header .container {
	height: 216px;
	width: 100%;
	float: left;
}

#header .container .center {
	height: 216px;
	margin: 0 0 0 277px;
}

#header .leftcol {
	height: 216px;
	width: 277px;
	float: left;
	margin-left: -100%;
	background: url('../img/header-left-corner.jpg') no-repeat 0 32px;
}

#header .leftcol .top {
	padding-left: 9px;
	line-height: 26px;
}

#header .leftcol .top a {
	padding-left: 12px;
	background: url('../img/icon-arrow-orange.gif') no-repeat 0 5px;
	font-size: 11px;
	color: #80919C;
	text-decoration: none;
}

#header .leftcol .top a:hover {
	color: #FAA200;
}

#header .center .top {
	height: 32px;
	padding-right: 165px;
	position: relative;
	z-index: 995;
}

#header .center .top table.menu {
	width: 100%;
	z-index: 996;
}

#header .center .top table.menu td.level-1 {
	height: 32px;
	padding: 0 10px;
	z-index: 997;
	white-space: nowrap;
}

#header .center .top table.menu td.spacer {
	width: 15%;
}

#header .center .top table.menu td.level-1 div {
	position: relative;
	z-index: 998;
	height: 32px;
}

#header .center .top table.menu td.level-1 div a.level-1 {
	font-size: 13px;
	font-weight: bold;
	color: #435663;
	line-height: 28px;
}

#header .center .top table.menu td.level-1 div:hover a.level-1,
#header .center .top table.menu td.level-1 div.selected a.level-1 {
	color: #C6461F;
}

#header .center .top table.menu td.level-1 div ul {
	position: absolute;
	left: 0;
	visibility: hidden;
	z-index: 999;
	border-left: 1px solid #AFBBC2;
	border-right: 1px solid #AFBBC2;
	top: 27px;
	background: #627581;
}

#header .center .top table.menu td.level-1 div ul li {
	position: relative;
	z-index: 1000;
	color: #FFFFFF;
	line-height: 10px;
	border-bottom: 1px solid #AFBBC2;
	padding: 3px 7px;
	white-space: nowrap;
}

#header .center .top table.menu td.level-1 div ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

#header .center .top table.menu td.level-1 div ul li a:hover,
#header .center .top table.menu td.level-1 div ul li.selected a {
	color: #F2A30F;
}

#header .center .top table.menu td.level-1 div:hover ul {
	visibility: visible;
}

#header .center .top .bar {
	position: absolute;
	height: 32px;
	width: 165px;
	overflow: hidden;
	top: 0;
	right: 0;
	background: url('../img/header-bar.jpg') no-repeat 0 0;
}

#header .center .top .bar a.item {
	position: absolute;
	height: 19px;
	width: 19px;
	overflow: hidden;
	top: 0;
}

#header .center .top .bar a.item-home {
	left: 6px;
}

#header .center .top .bar a.item-back {
	left: 31px;
}

#header .center .top .bar a.item-email {
	left: 62px;
}

#header .center .top .bar a.item-print {
	left: 96px;
}

#header .center .top .bar a.item-save {
	left: 126px;
}

#header .center .heading {
	height: 166px;
	padding-bottom: 18px;
	background: url('../img/header-heading-bg.jpg') repeat-x 0 0;
	position: relative;
}

#header .center .heading .cont {
	height: 166px;
	background: url('../img/header-heading-img.jpg') no-repeat 100% 0;
	position: relative;
}

#header .center .heading .cont h1 {
	height: 114px;
	background: url('../img/header-right-corner.jpg') no-repeat 0 0;
	padding: 52px 0 0 40px;
	position: relative;
}

#header .center .heading .cont h1 a {
	display: block;
	width: 386px;
	height: 60px;
	position: relative;
	line-height: 1.5;
	text-decoration: none;
	cursor: pointer;
}

#header .center .heading .cont h1 a span.shadow,
#header .center .heading .cont h1 a span.light {
	display: block;
	position: absolute;
	font-size: 21px;
	text-transform: uppercase;
}

#header .center .heading .cont h1 a span.shadow {
	color: #163955;
	top: 1px;
	left: 1px;
}

#header .center .heading .cont h1 a span.light {
	color: #FFFFFF;
	top: 0;
	left: 0;
}

#header .center .heading .cont h1 a span.shadow span.small,
#header .center .heading .cont h1 a span.light span.small {
	font-size: 15px;
}

#main {
	width: 100%;
	position: relative;
	background: #FFFFFF url('../img/main-bg.gif') repeat-y 0 0;
}

#main .container {
	width: 100%;
	float: left;
}

#main .container .center {
	margin: 0 0 0 277px;
	height: 1%;
}

#main .center .topmenu {
	padding: 20px 0 0 0;
	background: url('../img/cells.gif') repeat 0 0;
	margin-bottom: 15px;
	margin-right: 20px;
}

#main .center .topmenu table {
	width: 100%;
	background: #FFFFFF;
	border-bottom: 1px solid #ECEEF0;
}

#main .center .topmenu table td.col {
	width: 160px;
	padding-bottom: 4px;
}

#main .center .topmenu table td.col a {
	display: block;
	width: 160px;
	height: 130px;
	overflow: hidden;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

#main .center .topmenu table td.col a span.img {
	display: block;
	width: 135px;
	height: 102px;
	overflow: hidden;
	float: right;
	border-right: 1px solid #ECEEF0;
	margin-bottom: 10px;
}

#main .center .topmenu table td.col a.item-1 span.img {
	background: url('../img/topmenu-1.jpg') no-repeat 0 0;
}

#main .center .topmenu table td.col a.item-2 span.img {
	background: url('../img/topmenu-2.jpg') no-repeat 0 0;
}

#main .center .topmenu table td.col a.item-3 span.img {
	background: url('../img/topmenu-3.jpg') no-repeat 0 0;
}

#main .center .topmenu table td.col a.item-4 span.img {
	background: url('../img/topmenu-4.jpg') no-repeat 0 0;
}

#main .center .topmenu table td.col a:hover span.img,
#main .center .topmenu table td.col a.selected span.img {
	background-position: -135px 0;
}

#main .center .topmenu table td.col a span.txt {
	display: block;
	width: 148px;
	height: 16px;
	overflow: hidden;
	border: 1px solid #ECEEF0;
	line-height: 16px;
	padding-right: 10px;
	text-align: right;
	clear: both;
}

#main .center .sect-topinc {
	margin: 0 0 15px 0;
	padding-right: 20px;
}

#main .center .sect-topinc .news table.news-block {
	width: 100%;
}

#main .center .sect-topinc .news table.news-block td {
	vertical-align: top;
}

#main .center .sect-topinc .news table.news-block td.col {
	width: 49%;
}

#main .center .sect-topinc .news table.news-block td.spacer {
	width: 21px;
}

#main .center .sect-topinc .news table.news-block td.col .item {
	padding: 0 0 0 34px;
	background: url('../img/icon-news.gif') no-repeat 0 0;
	color: #4E6C74;
	font-size: 11px;
}

#main .center .sect-topinc .news table.news-block td.col .item .date {
	height: 22px;
	overflow: hidden;
	background: #E6EAED;
	line-height: 22px;
	font-family: Arial;
	position: relative;
	padding-left: 4px;
}

#main .center .sect-topinc .news table.news-block td.col .item .date a.rss {
	display: block;
	width: 44px;
	height: 13px;
	line-height: 13px;
	position: absolute;
	top: 5px;
	right: 7px;
	background: url('../img/icon-rss.gif') no-repeat 100% 0;
	text-decoration: underline;
	color: #384A58;
	font-size: 10px;
	font-family: Verdana;
}

#main .center .sect-topinc .news table.news-block td.col .item .date a.rss:hover {
	color: #C6461F;
}

#main .center .sect-topinc .news table.news-block td.col .item .title {
	font-size: 10px;
	font-weight: bold;
	padding: 8px 5px 0 4px;
}

#main .center .sect-topinc .news table.news-block td.col .item .title a {
	color: #4E6C74;
	text-decoration: none;
}

#main .center .sect-topinc .news table.news-block td.col .item .title a:hover {
	color: #C6461F;
}

#main .center .sect-topinc .news table.news-block td.col .item .txt {
	padding: 0 5px 0 4px;
}

#main .center .sect-topinc .news table.news-block td.col .item .link {
	text-align: right;
	padding: 0 5px 0 4px;
}

#main .center .sect-topinc .news table.news-block td.col .item .link a {
	font-size: 9px;
	text-decoration: none;
	color: #968558;
	font-weight: bold;
}

#main .center .sect-topinc .news table.news-block td.col .item .link a:hover {
	color: #C6461F;
}

#main .center .content-wrap {
	border-left: 1px solid #EDEFF1;
	background: url('../img/content-wrap-bg.gif') no-repeat 100% 100%;
}

#main .center .content-wrap-in {
	background: url('../img/content-wrap-in-bg.gif') no-repeat 100% 0;
	padding: 20px 0 20px 20px;
}

#main .center .content-layout {
	width: 100%;
}

#main .center .content {
	padding-right: 20px;
	font-size: 13px;
	vertical-align: top;
}

#main .center .content h1,
#main .center .content h2,
#main .center .content h3,
#main .center .content h4,
#main .center .content p,
#main .center .content ul,
#main .center .content table.white {
	margin: 15px 0;
}

#main .center .content h1,
#main .center .content h2 {
	font-size: 14px;
}

#main .center .content h3,
#main .center .content h4,
#main .center .content h5,
#main .center .content h6 {
	font-size: 13px;
}

#main .center .content ul {
	list-style: disc;
	padding: 0 0 0 35px;
}

#main .center .content ul li {
	margin: 10px 0;
}

#main .center .content table.white {
	background: #CCCCCC;
	border-spacing: 1px;
}

#main .center .content table.white td {
	background: #FFFFFF;
	padding: 7px 14px;
	text-align: center;
	color: #666666;
}

#main .center .content table.white th {
	background: #FFFFFF;
	padding: 7px 14px;
	color: #666666;
}

#main .center .content table.white td.a-left,
#main .center .content table.white th.a-left {
	text-align: left;
}

#main .center .content .topinc {
	margin: 0 0 15px 0;
}

#main .center .content .navchain {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

#main .center .content .navchain h1 {
	display: inline;
	font-size: 14px;
	font-weight: bold;
}

#main .center .content .navchain-search {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
	position: relative;
	padding-right: 270px;
}

#main .center .content .navchain-search h1 {
	display: inline;
	font-size: 14px;
	font-weight: bold;
}

#main .center .content .navchain-search .search-form {
	width: 270px;
	height: 22px;
	position: absolute;
	right: 0;
	top: 0;
}

#main .center .content .navchain-search .search-form table {
	float: right;
}

#main .center .content .navchain-search .search-form td.field {
	padding-right: 10px;
}

#main .center .content .navchain-search .search-form td.field input.field {
	width: 176px;
	height: 16px;
}

#main .center .content .sitemap td {
	vertical-align: top;
}

#main .center .content .sitemap ul {
	list-style: none;
}

#main .center .content .sitemap ul li {
	padding-left: 15px;
	background: url('../img/icon-bullet.gif') no-repeat 0 5px;
}

#main .center .content .question-form .data-table td {
	vertical-align: top;
	padding-bottom: 10px;
}

#main .center .content .question-form .data-table td.field input,
#main .center .content .question-form .data-table td.field textarea {
	width: 380px;
}

#main .center .content .question-form .data-table td.field select {
	width: 386px;
}

#main .center .content .faq-list .item {
	padding: 10px;
	background: #B2C9E3;
	margin-bottom: 10px;
}

#main .center .content .faq-list .item .txt {
	color: #000000;
	padding-bottom: 5px;
}

#main .center .content .faq-list .item .link {
	color: #C60909;
}

#main .center .content .faq-list .item .link a {
	color: #C60909;
}

#main .center .content .faq-list .item .link a:hover {
	text-decoration: none;
}

#main .center .content .faq-list .ask-question {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 20px;
}

#main .center .content .faq-list .ask-question a {
	color: #2B4871;
}

#main .center .content .faq-list .ask-question a:hover {
	color: #C6461F;
}

#main .center .content .faq-select {
	padding-bottom: 20px;
}

#main .center .sidebar-right {
	width: 190px;
	background: #F4F6F7;
	vertical-align: top;
}

#main .center .sidebar-right .block-questions {
	width: 190px;
	overflow: hidden;
}

#main .center .sidebar-right .questions .title {
	background: #E8E9EA;
	color: #2B4871;
	font-size: 14px;
	text-align: center;
	height: 30px;
	line-height: 30px;
}

#main .center .sidebar-right .questions #questions-items {
	position: relative;
}

#main .center .sidebar-right .questions .item {
	padding: 15px 5px 20px 16px;
	background: url('../img/icon-bullet.gif') no-repeat 16px 7px;
	font-size: 11px;
	color: #000000;
}

#main .center .sidebar-right .questions .item .show-answer {
	padding: 5px 0;
}

#main .center .sidebar-right .questions .item .show-answer a {
	color: #DC8F0F;
}

#main .center .sidebar-right .questions .item .show-answer a:hover {
	color: #C6461F;
}

#main .center .sidebar-right .questions .item .spacer {
	height: 30px;
	overflow: hidden;
}

#main .center .sidebar-right .questions .item .answer span.heading {
	color: #DC8F0F;
	font-weight: bold;
}

#main .center .sidebar-right .questions .nav {
	background: #EAECED;
	padding: 16px;
	font-size: 11px;
	color: #000000;
}

#main .center .sidebar-right .questions .nav a {
	color: #000000;
}

#main .center .sidebar-right .questions .nav a:hover {
	color: #C6461F;
}

#main .center .sidebar-right .tags .title {
	background: #E8E9EA;
	color: #2B4871;
	font-size: 14px;
	text-align: center;
	height: 30px;
	line-height: 30px;
}

#main .center .sidebar-right .tags .block-tags {
	padding: 16px;
	line-height: 2;
}

#main .center .sidebar-right .tags .block-tags a:hover {
	text-decoration: none;
}

#main .container .botinc {
	padding-top: 20px;
	padding-right: 20px;
}

#main .container .botinc .banner {
	text-align: center;
}

#main .sidebar-left {
	width: 241px;
	float: left;
	margin-left: -100%;
	padding: 0 19px 0 17px;
}

#main .sidebar-left ul.sidebar-menu {
	width: 241px;
	padding: 0 0 40px 0;
}

#main .sidebar-left ul.sidebar-menu li {
	width: 241px;
	position: relative;
	background: url('../img/points.gif') repeat-x 0 0;
	line-height: 20px;
	font-size: 13px;
	font-weight: bold;
	vertical-align: top;
}

#main .sidebar-left ul.sidebar-menu li.first {
	background: none;
}

#main .sidebar-left ul.sidebar-menu li a {
	display: block;
	width: 176px;
	position: relative;
	padding: 0 10px 0 55px;
	color: #224157;
	text-decoration: none;
}

#main .sidebar-left ul.sidebar-menu li a span.point {
	display: block;
	width: 8px;
	height: 6px;
	overflow: hidden;
	background: url('../img/leftmenu-icons.gif') no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: 38px;
	margin-top: -3px;
}

#main .sidebar-left ul.sidebar-menu li:hover a,
#main .sidebar-left ul.sidebar-menu li.selected a {
	color: #DC9100;
}

#main .sidebar-left ul.sidebar-menu li:hover a span.point,
#main .sidebar-left ul.sidebar-menu li.selected a span.point {
	background-position: -8px 0;
}

#main .sidebar-left ul.sidebar-menu li ul {
	display: none;
	width: 232px;
	position: absolute;
	top: 0;
	left: 100%;
	background: #F0F0F0 url('../img/points.gif') repeat-x 0 100%;
	padding: 0 0 1px 0;
}

#main .sidebar-left ul.sidebar-menu li ul li {
	width: 232px;
	font-size: 10px;
}

#main .sidebar-left ul.sidebar-menu li ul li a {
	width: 212px;
	padding: 3px 10px;
	color: #006181;
	line-height: 14px;
}

#main .sidebar-left ul.sidebar-menu li:hover ul li a,
#main .sidebar-left ul.sidebar-menu li:hover ul li:hover ul li a,
#main .sidebar-left ul.sidebar-menu li:hover ul li:hover ul li:hover ul li a,
#main .sidebar-left ul.sidebar-menu li.selected ul li a,
#main .sidebar-left ul.sidebar-menu li.selected ul li.selected ul li a,
#main .sidebar-left ul.sidebar-menu li.selected ul li:hover ul li.selected ul li a {
	color: #006181;
}

#main .sidebar-left ul.sidebar-menu li:hover ul li:hover a,
#main .sidebar-left ul.sidebar-menu li:hover ul li:hover ul li:hover a,
#main .sidebar-left ul.sidebar-menu li:hover ul li:hover ul li:hover ul li:hover a,
#main .sidebar-left ul.sidebar-menu li.selected ul li.selected a,
#main .sidebar-left ul.sidebar-menu li.selected ul li.selected ul li.selected a,
#main .sidebar-left ul.sidebar-menu li.selected ul li.selected ul li.selected ul li.selected a {
	color: #D23F3F;
}

#main .sidebar-left ul.sidebar-menu li:hover ul,
#main .sidebar-left ul.sidebar-menu li:hover ul li:hover ul,
#main .sidebar-left ul.sidebar-menu li:hover ul li:hover ul li:hover ul {
	display: block;
}

#main .sidebar-left ul.sidebar-menu li:hover ul li ul,
#main .sidebar-left ul.sidebar-menu li:hover ul li:hover ul li ul {
	display: none;
}

#main .sidebar-left .remember {
	padding: 0 35px 40px 56px;
	color: #506D7F;
	font-size: 11px;
}

#main .sidebar-left .remember .wrap {
	border-bottom: 1px solid #C8D1D7;
	padding: 0 0 10px 0;
}

#main .sidebar-left .remember .wrap .title {
	padding: 7px 0 3px 15px;
	background: #FFFFFF url('../img/icon-point-orange.gif') no-repeat 0 11px;
	font-weight: bold;
	font-size: 12px;
}

#main .sidebar-left .video-block {
	padding: 0 0 30px 0;
}

#main .sidebar-left .video-header {
	padding: 0 35px 10px 56px;
	color: #2E404D;
	font-weight: bold;
	font-size: 12px;
}

#main .sidebar-left .video {
	padding: 0 35px 10px 56px;
	color: #2E404D;
	font-size: 11px;
}

#main .sidebar-left .video .wrap {
	border-bottom: 1px solid #C8D1D7;
	padding: 0 0 10px 0;
}

#main .sidebar-left .video .wrap .title {
	padding: 7px 0 3px 0;
	font-weight: bold;
	font-size: 12px;
}

#main .sidebar-left .banners {
	padding: 0 0 40px 0;
	text-align: center;
}

#main .sidebar-left .counters {
	padding: 0 0 0 30px;
}

#main .sidebar-left .auth {
	padding: 0 0 40px 56px;
	color: #152430;
}

#main .sidebar-left .auth .input {
	padding: 0 0 5px 0;
}

#main .sidebar-left .auth .input input.field {
	width: 150px;
	height: 14px;
	border-top: 1px solid #162430;
	border-left: 1px solid #162430;
	border-bottom: 1px solid #BDC7CE;
	border-right: 1px solid #BDC7CE;
}

#main .sidebar-left .auth .input td.button {
	padding-left: 10px;
}

#main .sidebar-left .auth .input td.button input.submit {
	width: 16px;
	height: 18px;
	border-top: 1px solid #162430;
	border-left: 1px solid #162430;
	border-bottom: 1px solid #BDC7CE;
	border-right: 1px solid #BDC7CE;
	background: #FFFFFF url('../img/submit-bg.gif') no-repeat 4px 5px;
	cursor: pointer;
}

#main .sidebar-left .auth .check {
	color: #7B8C97;
	font-size: 10px;
}

#main .sidebar-left .auth .register a {
	color: #7B8C97;
	font-size: 10px;
}

#main .sidebar-left .auth .register a:hover {
	color: #C6461F;
}

#footer {
	height: 70px;
	overflow: hidden;
	position: relative;
	background: #FFFFFF url('../img/footer-bg.jpg') repeat-x 0 26px;
	padding: 37px 0 0 0;
	font-size: 10px;
	color: #182733;
}

#footer a {
	color: #182733;
}

#footer a:hover {
	color: #C6461F;
}

#footer .container {
	height: 70px;
	width: 100%;
	float: left;
}

#footer .container .center {
	height: 70px;
	margin: 0 0 0 277px;
}

#footer .center .lt {
	float: left;
	padding: 25px 0 0 25px;
}

#footer .center .rt {
	float: right;
	padding: 25px 40px 0 0;
}

#footer .leftcol {
	height: 70px;
	width: 277px;
	float: left;
	margin-left: -100%;
	text-align: center;
	padding: 25px 0 0 0;
}

#footer .counter {
	width: 31px;
	height: 31px;
	position: absolute;
	top: 58px;
	left: -4px;
	background: url('../img/example/counter.gif') no-repeat 100% 0;
}

/*price table*/
table.table_price {
	width: 100%;
	background: #FFFFFF;
	color: #000000;
	font-size: 11px;
}

tr.tablehead td {
        background: #9BB6D8;
	padding: 5px 15px;
}

td.tableheadlow,
tr.tableheadlow td {
        background: #C7D9F0;
        padding: 15px;
        font-weight: bold;
}

.tableheadhigh {
        background-color:#84CAF0;
	padding: 10px 15px;
}

td.tablebody,
tr.tablebody td {
	background: #E9F3FF;
	padding: 10px 15px;
}

/* from old styles */
#table_answers {
        width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	border: 0;
        border-top: #999999 solid 1px;
        border-left: #999999 solid 1px;
        border-right: #999999 solid 1px;
        border-bottom: #999999 solid 1px;
        font-color: #999999;
        font-size: 12px;
	font-family: Arial;
	background-image: url('images/tbl_bgr2.gif'); 
}

#table_answers td {
	padding: 10px 15px 5px 5px;
        border-bottom: #999999 solid 1px;
        vertical-align: top;
}

#table_distr,
#table_info,
#table_box {
 	width: 100%;
	border-spacing:0;
	border-collapse: collapse;
        border: 1px solid #EDEFF1;
}

#table_distr td,
#table_info td,
#table_box td {
 	padding: 10px 15px;
}

#table_box {
	text-transform: uppercase;
	font-weight: bold;
}

#table-distr td {
	border-bottom: #999999 solid 1px;
	vertical-align: top;
}

.td_left {
        border-top: #D4D98B solid 1px;
        border-right: #D4D98B solid 1px;
        background-color: #FFFFFF;
}

.td_right {
        border-top: #D4D98B solid 1px;
        background-color: #FFFFFF;
}

.td_separator {
        height: 5px;
        border-top: #D4D98B solid 1px;
        background-color: #E2E2E2;

}

#table_auth {
	border-spacing: 0;
	border-collapse: collapse;
	border: 0;
        border-top: #999999 solid 1px;
        border-left: #999999 solid 1px;
        border-right: #999999 solid 1px;
        border-bottom: #999999 solid 1px;
        background-color: #E9EFF3;
        font-color: #999999;
        font-size: 12px;
	font-family: Arial;
}

#table_auth td {
	padding: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	background-image: url('images/tbl_bgr.gif');
}

#table_content {
        width: 100%;
        height: 100%;
        cellpadding: 0px;
        cellspacing: 0px;
        background-color: #FFFFFF;
        font-color: #999999;
        font-size: 12px;
	font-family: Arial;
}

#table_content td {
        vertical-align: top;
        text-align: left;
	padding: 0;
}

td#content {
	text-align: justify;
	padding: 10px 10px 30px 10px;
}


#table_main {
        border-top: #000000 solid 1px;
        border-left: #000000 solid 1px;
        border-right: #000000 solid 1px;
        border-bottom: #000000 solid 1px;
}
/* from old styles */
