@charset "utf-8";
/********** GENERAL **********/
* {
	border: 0 none #ffffff;
	margin: 0;
	padding: 0;
	outline-style: none;
}

html, body {
	height: 100%;
}

img {
	vertical-align: middle;
}

body {
	background: #ffffff;
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
}

a {
	text-decoration: none;
}

.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

.content {
	width: 100%;
}

/********** HEADER **********/
#header,
#menu,
#submenu,
#footer,
#title .actions,
#toplink {
	display: none;
}

/********** CONTENTAREA **********/
#contentarea {
	background: #FFFFFF;
}

#contentarea .column {
	text-align: left;
}

#title h1 {
	margin-bottom: 10px;
	color: #c32929;
	font-size: 18px;
}

/********** CONTENT ELEMENTS **********/
#contentarea .text {
	line-height: 20px;
	text-align: justify;
}

#contentarea .text a:link,
#contentarea .text a:visited {
	color: #c32929;
	font-weight: bold;
}

#contentarea .text span.nb {
	color: #FF0000;
}
