@font-face {
	font-family: Century Gothic;
	font-weight: normal;
	src: local("Century Gothic"), url(../fonts/centurygothic.ttf);
}

@font-face {
	font-family: Century Gothic Bold;
	font-weight: heavy;
	src: local("Century Gothic Bold"), url(../fonts/centurygothicbold.ttf);
}

html, body {
	margin: 0pt;
	padding: 0pt;
}

body {
	color: #2A2A2A;
	font-family: Century Gothic, Arial, Sans-serif;
	font-size: 11pt;
	text-transform: lowercase;
}

img {
	border: none;
}

.f-left { float: left; }
.f-right { float: right; }
.clear { clear: both; }
.t-left { text-align: left; }
.t-center { text-align: center !important; }
.t-right { text-align: right; }
.t-top { vertical-align: top; }
.c-red { color: #B41919; }
.hide { display: none; }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Anchors */

a {
	color: #B41919;
	text-decoration: none;
}

a:hover, a.marked {
	text-decoration: underline;
}

/* Heading */

h1 {
	color: #2A2A2A;
	font-size: 1.5em;

	margin: 0;
	padding: 0;
}

h2 {
	color: #2A2A2A;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}

h3 {
	color: #B41919;
	margin: 0;
	padding: 0;
	font-size: 1em;
}

p {
	margin-top: 0pt;
}

table {
	border-collapse:collapse;
}

/* Errors */
.error {
	border: 1px dashed #B41919;
	background-color: #FFFFE1;
	padding: 2px 10px;
}

