
body, p, h1, h2, h3, h4, ul, li, table, form, dl, dt, dd
{
   	margin	: 0;
	padding : 0;
	border	: none;
}

body
{
	background-color :#f8f8f8;
	background-image:url(../images/bg_body1.jpg);
	background-repeat:repeat-x;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size   : 11px;
	font-weight : normal;
	color       : #6a6a6a;
	
}
img 	{ border : none; }

h1{
	display:inline;
	float:left;
	font-size:13px;
	font-weight:normal;
	margin-bottom:25px;
	color:#000000;
}

h2{
	font-size:12px;
	color:#000000;
	font-weight:bold;
}
h3{
	color:#000000;
	font-weight:normal;
	
}
.content p, .content2 p{
	/*margin-bottom:20px;*/
}
.content ul, .content2 ul{
	margin-bottom:20px;
	list-style-position:inside;
}
.ArticleDesc p{
 text-align:justify;
}