/* 
Website:		fairplay-peru.org
Created:		10/02/09
Author:			3sign
*/


/* imported stylesheets
---------------------------------------- */
@import url("layout.css");
@import url("search.css");
@import url("thickbox.css");


/* xhtml selectors
---------------------------------------- */
html, body {
	height: 100%;
	background: black;
}
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #000;
	font: 0.9em/1.5em Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 1.1em;
}
img, a img {
	float: left;
	border: none;
	outline:none;
	margin: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li {
	
}
a {
	cursor: pointer;
	color: #c2272c;
}
a:link, a:visited {
	color: #c2272c;
	text-decoration: none;
}
input, select, textarea {
	border: 1px solid #777;
	font-size: 0.9em;
}
textarea {
	font-size: 1.2em;
}