@charset "utf-8";

*{
	font-family: 'Gill Sans', Arial, Helvetica, Geneva, Verdana, Tahoma, Helvetica, Sans-serif;
	font-weight: 100;
	font-size: 12px;
	color: #000000;
	}
p{
	font-size: 10px;
	}
strong{
	font-weight: 800;
	font-size: 12px;
	}
/* CONTENT */
#contentwrapper a{
	text-decoration: none;
	color: #c31f01;
	}
	#contentwrapper a:hover{
		text-decoration: underline;
		color: #000000;
		}
span{
	font-weight: 100;
	color: #000000;
	}
/* LINKS */
a{
	text-decoration: none;
	}
    code { color: #404040; font: normal 10px Monaco, monospace; }
    em { color: #808080; font-style: normal; }

/* OTHER */
#logo span{
	display: none;
	}
/* CLASSES */