html, body
{
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: White;
    font-family: Verdana;
    font-size: 13px;
    text-align: center;
    color: Black;
}

div		{ padding: 0px; }
img		{ border: 0px; }
table	{ border: 0px; }
td		{ font-size: 13px; }
li		{ margin-left: -20px; }

a,
a:visited
{
	color: #0e8efc;
	text-decoration: none;
}
a:hover { color: #ff5000; }

hr 
{
	border: 0;
	border-top: 1px solid rgb(185, 185, 185);
	height: 0px;
}

h1		
{
	font-size: 18px;
    font-weight: normal;
    margin: 0;
}
h2
{
    font-size: 13px;
    font-weight: bold;
    margin: 0;
}

.head-link
{
	height: 18px;
    line-height: 18px; 
    font-size: 18px;
    vertical-align: middle; 
    margin: 0px;
    padding: 0px 0px 0px 20px;
	vertical-align: middle;
}

.lang-menu,
.lang-menu img,
.lang-menu a,
.lang-menu a:visited,
.lang-menu a:hover
{
	height: 11px;
    line-height: 11px; 
    font-size: 11px;
    vertical-align: middle; 
    margin: 0px 3px 0px 0px;
    padding: 0px; 
	vertical-align: middle;
}

.main-menu-group
{
	width: 185px; 
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    background-image: url('/pics/button-menu-185-25.png');
    background-position: center;
    background-repeat: no-repeat;
    color: rgb(64, 64, 64);
    font-weight: bold;
    margin: 0px 0px 4px 0px;
    padding: 0px;
    text-indent: 20px;
}
.main-menu-group a,
.main-menu-group a:visited,
.main-menu-group a:hover
{
	color: rgb(64, 64, 64);
}
.main-menu-list
{
	list-style-type: none;
	line-height: 18px;
	margin: 0px 0px 4px 0px;
	padding: 0px;
}
.main-menu-list li
{
	margin: 0px;
	padding: 0px;
	text-indent: 20px;
}

.body
{
    width: 950px;
    margin: auto;
}
.scr
{
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	text-align: center
}

.download-table td
{
	font-size: 12px;
}
.download-table-head td
{
	height: 32px;
	font-size: 16px;
	font-weight: normal;
	background-color: rgb(245, 245, 245);
	border-bottom: solid 1px rgb(185, 185, 185);
}
.download-table-dark
{
	background-color: rgb(245, 245, 245);
}

.hr-light { border-top-color: rgb(235, 235, 235); }

.blue	{ color: rgb(14, 142, 252) ! important; }
.black	{ color: rgb(0, 0, 0) ! important; }
.gray	{ color: rgb(185, 185, 185) ! important; }
.orange	{ color: rgb(251, 79, 4) ! important; }

.left   { text-align: left ! important; }
.center { text-align: center ! important; }
.right  { text-align: right ! important; }

.size11	{ font-size: 11px ! important; }
.size18	{ font-size: 18px ! important; }


