/* css
/* Zidiot for Villanuts */
/* Author: Lucas Winckers, studio@zidiot.com */
/* Last version: Oktober 12, 2009 */


/* ------------------------All pages---------------------- */
/* Body */
body {
	margin:0;
	padding:0;
	color:black;
	font-family:Helvetica, Arial, Sans-serif;
	background-color:white;
	}

html, body, #noFlash, #yesFlash {
	height:100%;
	overflow-y:hidden; /* IE */
	overflow:hidden;
	}

/* --------------------------HTML-------------------------- */
/* Lay-out */
#content {
	position:absolute;
	width:600px;
	height:70%;
	top:50px;
	left:30px;
	padding:10px;
	margin:0;
	overflow:auto;
	}

/* Type */
p, #content p {
	font-size:15px;
	font-weight:normal;
	text-align:justify;
	line-height:21px;
	}
h1, #content h1 {
	text-transform:uppercase;
	color:#999999;
	font-size:120%;
	font-weight:normal;
	}
h2, #content h2 {
	color:#999999;
	font-size:110%;
	font-weight:normal;
	}
strong, #content strong {
	font-size:100%;
	font-weight:bold;
	}
li, ul, #content li, #content ul {
	font-size:12px;
	font-weight:normal;
	}
table, tr, td, input, form, input, textarea {
	font-size:12px;
	font-weight:normal;
	}
a, #content a {
	text-decoration:underline;
	font-size:100%;
	font-weight:normal;
	color:black;
	}
a:hover, #content a:hover {
	text-decoration:none;
	font-size:100%;
	font-weight:normal;
	color:black;
	}

/* Lines */
hr, #content hr  {
	border:0px;
	background-color:#F8F8F8;
	color:#404040;
	height:3px;
}

/* Footnote */
.footnote {
	font-size:85%;
	}
