@charset "UTF-8";
/* CSS Document */

/* ---------- @ HTML Tags -----------*/


* {
	margin:0;
	padding:0;
	outline:none;
	}

body,html {
	min-height:101%; /*Firefox scrollbar fix*/
	}
	
body {
	background:#FFF;
	color:#000;
	letter-spacing:.01em;
	}

body, select, input, textarea {
	font: 12px 'Frutiger','Lucida Grande',Arial,Verdana;
	}
	
p {	
	margin: 15px 0;
	line-height:125%;
	}

a, a:visited {
	color:#666;
	border-bottom:1px dotted #CCC;
	text-decoration:none;
	cursor:pointer;
	}

a:hover {
	border-bottom:1px dotted #CCC;
	cursor:pointer;
	}

a:active {
	color:#999;
	border-bottom:1px dotted #CCC;
	cursor:pointer;
	}

hr.full {
	display: block;
	height:30px;
	border:0;
	}
img a {
	text-decoration:none;
}
object {
	border-bottom:none;
}
pre {
	width:100%;
	}
	
li {
	list-style:none;
	}
#clear_both {
	clear:both;
}
#splash {
	height:300px;
	width:299px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-150px;
	margin-left:-150px;	
}
