h1,h2,h3,h4,h5,h6
	{
	margin:1em 0;
	font-weight:bold;
	}

h1	{
	margin:.8em 0;
	}

h2
	{
	font-size:150%;
	}

h3
	{
	font-size:118.75%;
	}

h4,h5,h6
	{
	font-size:100%;
	}

p, ul, ol, dl
	{
	margin: 1em 0;
	}

ul
	{
	list-style-position: outside;
	list-style-type:none;
	}

ol
	{
	list-style-position: outside;
	}
 
table
	{
	border-collapse: collapse;
	}

th
	{
	font-weight:normal;
	}

address
	{
	font-style:normal;
	}

em,strong
	{
	font-weight:bold;
	font-style:normal;
	}

abbr,acronym
	{
	cursor:help;
	line-height:1.1;
	display:inline-block;
	border-bottom:1px dotted;
	}

small,sup, sub
	{
	font-size:83%;
	}

img
	{
	border:none;
	}

a
	{
	text-decoration:none
	}

a:link
	{
	color:#3d87ce;
	text-decoration:underline;
	}

a:visited
	{
	color:#3d87ce;
	text-decoration:underline;
	}

a:hover
	{
	text-decoration:underline;
	}

/*clearfix*/
.clearfix:after
	{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfix
	{
	display:inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfix
	{
	height: 1%;
	}

.clearfix
	{
	display: block;
	}