/*  The Standard Stylesheet */

/* Reset Stuff */

/*	removed li, ol, ul, 	*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, em, img, ins, strong, sub, sup, dd, dl, dt, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	
	/* overflow:hidden;	/* 	not fully tested yet - stops page scrolling!	*/
}

a img, :link img, :visited img {
	border: 0px;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

ol, ul {
	/*list-style: none;*/
}

/* End Reset */

*{
	border:0px;
}

body{
	margin:0px;
	
	font-size:10px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#232323;
	letter-spacing:0.1em;
	line-height:1.5;
	
	font: 12px/1.5 Arial, Helvetica, Sans-serif;
}

div{
	
}

hr {
	height:3px;
	background-color:silver;
	margin:35px 0px;
}

/*
ul{
	padding-left:13px;
	
}

li{
	margin-bottom:7px;
	padding-left:10px;
}
*/
ul{
	list-style-position: outside;
	list-style-type: disc;
	margin: 2em;
	padding: 5px;
	padding-left:18px;
	margin-left:0px;
}

li{
	margin-bottom:7px;
	
	margin-left: 0px;
	padding-left: 13px;
	text-indent: 0em;

}

h1{
	font-family: Helvetica-Narrow, Georgia, serif;
	font-size:26px;
	font-weight:normal;
	margin-bottom:25px;
	font-weight:normal;
	color:#cd2b23;
}

h2{
	font-family: Helvetica-Narrow, Georgia, serif;
	font-weight:normal;
	color:#555;
	font-size:20px;
	margin-bottom:25px;
	line-height:120%;
}

h3{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom:6px;
}

p{
	font-size:12px;
	line-height:1.7;
	margin-bottom:15px;
}

p + h2{
	margin-top:40px;
}

p + h3{
	margin-top:30px;
}

a, a:link, a:visited, a:active, a:hover{
	color:#cd2b23;
	/*white-space:nowrap;*/
}
a:hover{
	color:red;
}

input[type="text"], textarea{
	font-size:10px;
	letter-spacing:0.1em;
	padding:3px;
	border:1px solid silver;
}
textarea{
	font-family:arial;
}
input[type="button"]{
	font-size:10px;
	letter-spacing:0.1em;
	padding:3px;
	border:1px solid silver;
}

.anchor{
	visibility:hidden;
}


/*
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;} 
*/


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
