
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:100%;
}




a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
:focus, a:focus {
	outline:none;
}
:active, a:active {
	outline:none;
}
:focus {
	-moz-outline-style:none;
}
strong {
	font-weight:400;
}
/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 28px;
	line-height:31px;
}
h2 {
	font-size: 26px;
	line-height:29px;
}
h3 {
	font-size: 22px;
	line-height:25px;
}
h4 {
	font-size: 20px;
	line-height:23px;
}
h5 {
	font-size: 18px;
	line-height:21px;
}
h6 {
	font-size: 16px;
	line-height:19px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Rokkitt', serif;
	font-style:normal;
	font-weight:normal;
}
blockquote {
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:13px;
	font-family:Georgia,sans-serif;
	font-style:italic;
}

table th {
	text-align:center;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 23px;
}

table.clean_pricing th , table.pricing th {
	font-family: 'Rokkitt', serif;
	font-weight:bold;
}


/*--------------------------- form ---------------------------------------------------*/
#searchform  input.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
}



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




h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
}
p {
	margin-top:10px;
}
p:first-child {
	margin:0;
}
