body {
    font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #878787;
	line-height: 22px;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 14px;
}

p {}

a:link, a:visited, a:hover, a:active {
	color: #49acb2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	background: #fff url(../img/elements/greyline.jpg) no-repeat left top;
	border: 0px;
	height: 1px;
}
