/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */
@font-face {
	font-family: 'CallunaRegular';
	src: url('Calluna-Regular.eot');
	src: local('Calluna Regular'), local('Calluna-Regular'), url('Calluna-Regular.woff') format('woff'), url('Calluna-Regular.otf') format('opentype'), url('Calluna-Regular.svg#Calluna-Regular') format('svg');
}

body, p { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333; }

a, a:link, a:visited { color: #009e9b; text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { position: relative; top: 1px; }

h1, h2, h3, h4, h5, h6 { font-family: CallunaRegular, Georgia, serif; font-weight: normal; margin: 0 0 10px 0; }

h1 { font-size: 44px; color: #7f765a; line-height: 44px; }
h2 { font-size: 20px; color: #5d4157; line-height: 22px; }
h3 { font-size: 20px; color: #4e462c; line-height: 22px; }
h4 { font-size: 16px; color: #4e462c; line-height: 20px; }

strong, b { font-weight: bold; }
em, i { font-style: italic; }

p, .normal { font-size: 12px; line-height: 17px; margin: 0 0 10px 0; }
.small { font-size: 11px; line-height: 14px; }
.large { font-size: 14px; color: #444; line-height: 19px; }
.largest { font-size: 16px; line-height: 20px; }

label { color: #444; font-weight: normal; font-size: 13px; }

.error { color: #c24e4e; font-weight: bold; }
.success { color: #5ea041; font-weight: bold; }

td { vertical-align: top; }
