html,body
{
    height:100%;
}

body, p, h1, h2, h3, h4, h5,h6, ul, li, table, form, dd, dl, dt
{
   	margin	: 0;
	padding : 0;
	border	: none;
}

body
{
	background-color :#ffffff;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size   : 11px;
	font-weight : normal;
	color       : #424242;
}

img 	{ border : none; }
a {outline:none;}

h1
{
    font-weight:normal;
    font-size:16px;
    color:#191919;
    padding-bottom:20px;
    /*padding-top:40px;*/
}

h2{
	padding-bottom:20px;
	text-align:right;
	color:#4e4e4e;
	font-size:14px;
	font-weight:normal;
}

h3{
	color:#4e4e4e;
	font-size:16px;
	font-weight:normal;
	padding-bottom:30px;
}

h5{
	background-image:url(../images/bg_h5.jpg);
	background-repeat:repeat-x;
	display:block;
	line-height:35px;
	padding-left:10px;
	/*padding-bottom:20px;*/
	color:#000;
	font-weight:bold;
	font-size:13px;
}
h5 a{
    color:#000;
}
h6{
	padding-bottom:10px;
	color:#191919;
	font-size:16px;
}

.ArticleDesc p
{
    padding-bottom:15px;
    text-align:justify;
}
.AndMore
{
    padding-top:15px;
}
.AndMore a
{
    color:#b40000;
    font-size:10px;
    text-decoration:none;
}
.ArticleListNews
{
    padding-top:20px;
    padding-left:20px;
    clear:both;
}
.ArticleListNews a
{
    color:#4e4e4e;
    
}
.ArticleListNews a:hover
{
    color:red;
}
.ArticleListNews li
{
    list-style:none;
    padding-bottom:5px;
}
h4
{
    color:#4e4e4e;
    font-size:14px;
    font-weight:normal;
    padding-bottom:15px
}

.ArticleDesc ul{
    list-style-position:inside;
}
