/* settings */
html, body {
	height: 100%;
}
html, body,
div, span, object, iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, a, em, img,
small, strike, strong, sub, sup, hr,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	background: transparent;	
}
dt, legend, caption {
    display: none;
}
.clear {
    clear: both;
}
hr.clear {
    line-height:1%;
    height:1%;
    margin:0;
    padding:0;
    visibility:hidden;
    clear:both;
}
ol, ul {
    list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;	
}
p {
    padding-bottom: 15px;
    line-height: 18px;
    font-size: 12px;
}
a {
	color: #231f20;
	text-decoration: none;
}
a:hover {
	color: #231f20;
	text-decoration: underline;
}
p a {
	background-color: #231f20;
	color: #FFF;
	text-decoration: none;
	padding: 5px;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 1px;
}
p a:hover {
  background-color: #FFF;
	color: #000;
	text-decoration: none;
	padding: 5px;	
    font-size: 100%;
}
h1,h2,h3,h4 {
    padding-bottom: 3px;
}
h1, h2 {
  padding-top: 15px;
  font-size: 15px;
}
h1 {
	display: none;
}