body {
	font-family: Arial, Tahoma, Verdana;
	font-size: 87.5%;
	line-height: 1.5;
	background-color: #fff;
	color: #474747;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 1em;
	margin-bottom: 0.5em;
	color: #00a5db;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.29em;
	margin-bottom: 1em;
}

h3 {
	font-size: 1.286em;
}

h4, h5, h6 {
	color: #474747;
	font-size: 1em;
	font-weight: bold;
}

a {
	color: #00a5db;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

a:hover,
a:focus,
a:active
{
	border-bottom-color: #474747;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}


p {
	margin-bottom: 1.5em;
}

ol, ul {
	margin-bottom: 1.5em;
}

ol {
	list-style-type: decimal;
}

ul {
	list-style-type: circle;
}

/*  slightly enhanced, universal clearfix hack from
    http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack/ */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


