/*--------------------------------reset margins and paddings css----------------------------*/

html, body, div, h1, h2, h3, h4, h5, h6, ul, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }




/*--------------------------------reset h1, h2, h3, h4, h5 css----------------------------*/

h1
	{
	font:12px Arial, Helvetica, sans-serif;
	color:#0173ba;
	padding:10px 0 10px 0;
	}

h2
	{
	font:30px Arial, Helvetica, sans-serif;
	color:#98c718;
	}

h3
	{
	font:24px Arial, Helvetica, sans-serif;
	color:#011225;	
	}

h4{
}

h5{
}

p
	{
	line-height:23px;
	text-align:justify;
	}
p.subpage
	{
	line-height:23px;
	padding-bottom:15px;
	text-align:justify;
	}
	
p.subpage2
	{
	line-height:23px;
	padding-bottom:15px;
	text-align:justify;
	}	
	
p.counter
	{
	line-height:15px;
	text-align:center;
	}

p.siteby
	{
	float:right;
	padding:3px 15px 0 0;
	}		

span.counter_number
	{
	color:#1d5786;
	display:block;
	font:30px Arial, Helvetica, sans-serif;
	margin:auto;
	padding-top:112px;
	text-align:center;
	width:250px;
	
	}

span.counter_txt
	{
	color:#2c2b2b;
	display:block;
	font:12px Arial, Helvetica, sans-serif;
	margin:auto;
	padding-top:13px;
	text-align:center;
	width:250px;
	
	}
span.date
	{
	color:#424242;
	}			




/*--------------------------------reset hyperlink css----------------------------*/

a {color:#678e00;text-decoration:none;}
a:hover {text-decoration:underline;}

