h1,h2,h3,h4,h5,h6
	{
	margin:1em 0;
	font-weight:bold;
	}

h1 {
	margin:.8em 0;
	}

h2
	{
	font-size:141%;
	margin-top:42px;
	}

h3
	{
	font-size:100%;
	margin:1.4em 0 1em 0;
	}

h4,h5,h6
	{
	font-size:100%;
	}

p, ul, ol, dl
	{
	margin: 1.4em 0;
	}

p
	{
	margin:1em 0 1.4em 0;
	}

ul
	{
	list-style-position: outside;
	list-style-type:none;
	}

ol
	{
	list-style-position: outside;
	}

dl dd
	{
	margin-left:2em;
	margin-bottom:6px;
	}

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:#377ABA;
	text-decoration:underline;
	}

a:visited
	{
	color:#377ABA;
	text-decoration:underline;
	}

a:hover
	{
	text-decoration:underline;
	}


/*clearfix*/

.clearfix:after
	{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size:.1em;
	}

.clearfix
	{
	display:inline-block;
	min-height:1px;  /* for IE 7*/
	}

/* Hides from IE-mac \*/
* html .clearfix
	{
	height: 1%;
	}

.clearfix
	{
	display: block;
	}