@charset "utf-8";
/* CSS Documento for 'media=all': Auskalo Interactive, S.L.*/
/* Striker(auskalo.com)&copy;2008 */
/* */

/* general page styles */
html{
	/* general */
	font-size: 100.01%; /* fixes some browser bugs */
}

body{
	/* general */
	margin: 10px 0;
	padding: 0;
	/* fonts:
	font-family: Arial, Helvetica, sans-serif;
	font-family: Times New Roman, Times, serif;
	font-family: Courier New, Courier, monospace;
	font-family: Georgia, Times New Roman, Times, serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family: Geneva, Arial, Helvetica, sans-serif
	 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.69em;	
	color: #666666;
	/* background */
	background: #FFFFFF;
}

/* default paragraph styles */
p {
	margin: 5px 0;
}


/* default link styles */

a { 
	color: #155E7E;
	text-decoration: none;
}

a:hover {
	color: #FFCC01;
	text-decoration: none;
}

/* default image styles */
img { 
	border: none; 
}

/* clearFix to enclose floating elements: brute force method works on any browser */
.clear {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


