/* `Basic HTML
----------------------------------------------------------------------------------------------------*/


body	{font-size:100%; color:#888888; font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;}

a:focus {
	outline: 1px dotted;
}

hrx {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1									{ font-size: 1.125em; 	color: #6691a0; font-weight:normal;}	
h2									{ font-size: 1.75em;	color: #6691a0; font-weight:normal;}	
h3									{ font-size: 1.125em; 	color: #6691a0; font-weight:normal;}	
h4									{ font-size: 1.063em; 	color: #888888; font-weight:bold;}							
h5									{ font-size: 1em;}												
h6									{ font-size: 0.875em;}											

/* `Spacing
----------------------------------------------------------------------------------------------------*/


h3 span {font-size:80%; color:#999; margin-left:25px;}
h3 span span { font-size:inherit;}
p, li, td{ font-size:0.875em; line-height:1.5em;}



ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 15px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,

pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}