
body
{
	background-color:white;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
body,table,textarea,input
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:black;
}
textarea,input
{
	color:black;
}
a
{
	color:#0066CC;
	text-decoration:underline;
}
a:hover
{
	color:#FF3300;
	text-decoration:none;
}

a span
{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	padding:3px 5px;
	border-bottom:1px dashed #0066CC;
}
a:hover span
{
	background-color:#0066CC;
	color:white;
}

img
{
	border:0;
}
h1, .h1
{
	color:#0066cc;
	font-family:"Times New Roman", Times, serif;
	font-size:28px;
	font-weight:normal;
	margin:15px 0;
}
h2
{
	color:#0066cc;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	margin:15px 0;
}
p
{
	padding:0;
	margin:7px 0 10px 10px;
}
form
{
	padding:0;
	margin:0;
}
li
{
	margin:7px 0 10px 0;
}

table.main td.top
{
	background:url(../images/main_top_bg.png) left top repeat-x;
	border-bottom:1px solid #808080;
}
table.main td.top td.mail
{
	background:url(../images/main_top_mail.png) left top no-repeat;
}
table.main td.bottom
{
	background:url(../images/main_bottom_bg.png) center top repeat-x;
	border-top:1px solid white;
}
table.main td.bottom td.copyright
{
	color:white;
	background:url(../images/main_bottom_left.png) left top no-repeat;
}
table.main td.bottom td.address
{
	color:white;
	background:url(../images/main_bottom_center.png) center top no-repeat;
}
table.main td.bottom td.address a
{
	color:white;
}

div.faq
{
	background:url(../images/main_faq_bg.png) right top no-repeat;
	padding:1px;
}

div.number
{
	float:left;
	padding:3px 7px;
	position:relative;
	left:300px;
	top:13px;

	background-color:#808080;
	color:white;
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
}

div.articles
{
	background:url(../images/main_articles_bg.png) left top;
	border-top:1px solid #808080;
}
div.articles div.inner
{
	background:url(../images/main_articles_bg.jpg) right top no-repeat;
	padding:1px;
}

div.articles a
{
	font-size:14px;
}
div.articles small
{
	color:#808080;
	font-family:Tahoma;
	font-size:10px;
}

table.main div.feedback
{
	position:relative;
	left:450px;
	top:-65px;
	background:white;
	border-left:1px solid #D1D1D1;
	border-top:1px solid #D1D1D1;
	border-right:1px solid #393939;
	border-bottom:1px solid #393939;
	z-index:1;
	
	padding:10px 20px;
}

table.main td.middle div.comments
{
	background:url(../images/main_opinions_bg.png) right top no-repeat;
	padding:1px;;
	text-align:left;
	margin-bottom:20px;
}

.tacit
{
	color:#6699CC;
}

div.attention
{
	color:#FF4411;
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	font-style:italic;
	text-align:center;
	margin:20px 10px;
}

a.demo
{
	position:relative;
	display:block;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/demo.icon.png',sizingMethod='crop');
	cursor:pointer;
}
a.demo[class]
{
	background: url(../images/demo.icon.png) left top no-repeat;
}


