/**************************************************************************
------------------------------ GENERAL ------------------------------------
**************************************************************************/
* {
	margin:0;
	padding:0;
	}

html {
	min-height:100%;
	}

body {
	background:#f2f2f2 url(../images/bg.jpg) repeat-x top;
	position:relative;
	font:normal 12px/18px 'lucida grande',verdana,helvetica,sans-serif;
	color:#666;
	}

.foto {
	border: 1px solid #333333;
}

a img {
	border:none;
	border-bottom:none;
	text-decoration:none;
	border-width:0;
	}

a {
	text-decoration:none;
	}

a {
	outline:none;
	}

hr {
	display:none;
	}

ul {
	list-style-type:none;
	}

li span {
	margin-left:-5000px;
	}
	
strong {
	color: black;
	}

.tenpoint {
	font-size: 10px;
	line-height: 12px;
	}

.smallcaps { 
	font-size: 9px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	}

.smalltext { 
	font-size: 9px;
	}

a#homeLink span {
	display:none;
	}

#outerWrapper {
	position:relative;
	width:758px;
	margin:0 auto;
	}

.redacted {
	color:#000;
	background-color:#000;
	}
	
.gray, .gray a { color:#ccc; }

.copy2 {  
	font-family: Arial, Georgia, Times, serif; 
	color: #8b8b8b; 
	font-weight: normal; 
	text-decoration: none; 
	font-size: 10px
}