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

body  { 
	color: #593f22; 
	font-size: 12px; 
	font-family: "lucida grande", verdana, helvetica, sans-serif; 
	line-height: 18px; 
	background-color: #ffffff; 
	margin: 0; 
	padding: 0; 
	position: relative }

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

a { text-decoration: none; }
ul { list-style-type: none; }

.outline {
	border: 2px solid #FFFFFF;
	}
	
.error {
	color: #990000;
	}
	
.quotee {
	font-size: 12px;
	line-height: 140%;
	font-style: italic;
	text-align: right;
	margin-top: 0px;
	}			

td.innerWrapper_header {
	width: 770px;
	}

td.innerWrapper_content { 
	width: 770px;
	}

td.innerWrapper_bottom { 
	width: 770px; 
	}

td.innerWrapper_footer {
	width: 770px;
	background-image: url(../_images/cirles_bottom.gif);
	background-repeat: no-repeat;
	height: 30px;
	background-position: top;
	}

td.outerWrapper_left  { 
	background-image: url(../_images/circles_left.gif); 
	background-repeat: no-repeat; 
	background-position: right top; 
	width: 50%; 
	}

td.outerWrapper_right  { 
	width: 50%; 
	}