/*----------------------------------------------------------*/
/*Copyright NormalFlow, S.L.                                */
/*Date: 7/11/2006                                           */
/*This is basic styling for all the documents               */
/*----------------------------------------------------------*/

/*-------Typos & Colors------*/
body {
	font-family: "Lucida Grande", Geneva, Verdana, sans-serif;
	font-size: 62.5%;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", arial, sans-serif;
	font-weight: lighter;
	color: #333;
}
h1{
	font-size: 2em;
}
h2{
	font-size: 1.5em;
}
h3 {
	font-size: 1.2em;
}

#container {
	font-size: 1.2em;
	line-height: 1.2em;
	color: #444;
}

#left {
	word-spacing: 0em;
}
#left p {
	margin-top: 15px;
	text-indent: 2em;
	line-height: 1.5em;
}

#right {
	font-family: Verdana, arial, sans-serif;
	line-height: 1.4em;
}

#footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
}

	/**links**/
	a{
		color: #ff9900;
		text-decoration: none;
	}
	a:visited, a:active {
		color: #6cf;
	}
	a:hover {
		color: #6f3;
	}

/*------------Structure-----------*/

