html {
	margin: 0;
	padding: 0;
}

body {	
	margin:0;
	padding:0;
	height: 100%;
	width: 100%;	
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif; 
	line-height: 1.6;
	color:#222;
	background: white;
}

a {
	color: #33cc00;
	text-decoration: none;
	outline:none;
	overflow: hidden;
	font-weight: bold;
	padding-bottom: 0.1em;
}

#header a, #top a, #index a{
	color: #222;
}

h1,h2,h3{
	font-weight: bold;
	color: #222;
}

h1{
	font-size: 2em;
	line-height: 1.2em;	
}

h2{
	font-size: 2em;
	line-height: 1.em;		
}

h3 {
	font-size: 1.2em;
	padding-bottom: 1em;
}

img {
	border:0;
	vertical-align:top;
}

.column img {
	text-align: center;
}


li {
}

ul,li {
	margin:0px;
	padding:0px;
	list-style-type: none;
}

.clr {
	clear: both;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-table;
	min-height: 1%;
}

html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
