@charset "utf-8";
/* CSS Document */

html{
	background:url(../images/lines.png) repeat #FFF;
}

body{
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
}

p{
	padding:5px;
	font-size:.85em;
	line-height:1.4em;
}

img{
	margin:0;
	padding:0;
}

h1{
	font-size:2.3em;
	color:#333;
}

h2{
	font-size:2.0em;
	color:#333;
}

h3{
	font-size:1.8em;
	color:#333;
}

h4{
	font-size:1.5em;
}

h5{
	font-size:1.2em;
}

h6{
	font-size:.95em;
	font-weight:bold;
}

dl{
	margin-left:30px;
}

dt{
	font-weight:bold;
}

dd{
	margin:0 0 15px 25px;
	font-size:.8em;
}

blockquote{
	font-size:.85em;
	padding:15px;
	font-style:italic;
}

hr{
	background-color:#dbdbdb;
	color:#dbdbdb;
	border:none;
	height:1px;
}