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

body {
	padding:0;
	margin:0;
	min-width:969px;
	background-attachment:fixed;
	background-color: #eeeae1;
	/* background-image: url(/2008/images/lines.gif); */
	background-repeat: repeat;
	font-size:10px;
	line-height:18px;
	}
	
.hidden {
	display:none;
}

img {
	border:0px;
}

.float_right {
	float: right;
}

.float_left {
	float: left;
}

.clear_both {
	clear:both;
}

#main_div {
	margin-bottom:-10px;
}

#container {
	margin: 0 auto;
	width:969px;
	background-color:#fff;
}

#header_div {
	padding: 0;
	width:100%;
}
	#header_div table {
		padding: 0;
		margin-bottom: 15px;
		border-collapse: collapse;
		width: 100%;
	}
	#header_div table td {
		padding: 0;
	}
	#header_div table td.main {
		vertical-align: top;
		background-color:#222;
		height:5px;
		width:311px;
	}
	#header_div table td.space {
		vertical-align: top;
		width:9px;
		background-color:#fff;	
	}

table.main_table {
	width:311px;
	margin:0px;
	margin-left:9px;
	margin-bottom:5px;
	padding:0;
}
		
table.main_table td {
	padding: 0;
	margin:0;
}

table.main_table tr {
	padding: 0;
	margin:0;
}		
	table.main_table td.logo {
		vertical-align: top;
		padding-bottom:15px;
	}
	
	table.main_table td.link {
		margin-top:0px;
		padding-left:5px;
		vertical-align:top;
	}
	
	table.main_table p {
		font-family:Monaco, Lucida Console, Monospace;
		color: #000;
		text-decoration: none;
		font-weight: normal;
		word-spacing: normal;
		text-align: left;
		letter-spacing: 0px;
		line-height: 18px;
		font-size: 10px;
	}
	
	table.main_table span {
		font-family:Monaco, Lucida Console, Monospace;
		color: #000;
		background-color: #ffff00;
		text-decoration: none;
		font-weight: normal;
		word-spacing: normal;
		text-align: left;
		letter-spacing: 0px;
		line-height: 18px;
		font-size: 10px;
	}
	
	table.main_table a:link {
  		font-family:Monaco, Lucida Console, Monospace;
		color:#000;
  		text-decoration:none;
		font-weight: normal;
		word-spacing: normal;
		text-align: left;
		letter-spacing: 0px;
		line-height: 18px;
		font-size: 10px;
	}
  
	table.main_table a:visited {
		font-family:Monaco, Lucida Console, Monospace;
		color:#000;
		text-decoration:line-through;
		font-weight: normal;
		word-spacing: normal;
		text-align: left;
		letter-spacing: 0px;
		line-height: 18px;
		font-size: 10px;
  	}

	table.main_table a:hover {
		font-family:Monaco, Lucida Console, Monospace;
		color:#FFF;
		text-decoration:none;
		text-shadow:#000;
		font-weight: normal;
		word-spacing: normal;
		text-align: left;
		letter-spacing: 0px;
		line-height: 18px;
		font-size: 10px;
		background-color:#000;
 	}
.content {
	clear:both;
	float:right;
	width:631px;
	margin-right:9px;
	margin-bottom:5px;
}
	.content img {
		border:0px;
		padding:0px;
		margin-bottom: -10px;
	}
	.content p {
		font-family:Monaco, Lucida Console, Monospace;
		color: #000;
		text-decoration: none;
		font-weight: normal;
		word-spacing: normal;
		text-align: left;
		letter-spacing: 0px;
		line-height: 18px;
		font-size: 10px;
	}
	
	.content a:link {
  		font-family:Monaco, Lucida Console, Monospace;
		color:#000;
  		text-decoration:none;
		font-weight: normal;
		word-spacing: normal;
		text-align: left;
		letter-spacing: 0px;
		line-height: 18px;
		font-size: 10px;
	}
  
	.content a:visited {
		font-family:Monaco, Lucida Console, Monospace;
		color:#000;
		text-decoration:line-through;
		font-weight: normal;
		word-spacing: normal;
		text-align: left;
		letter-spacing: 0px;
		line-height: 18px;
		font-size: 10px;
  	}

	.content a:hover {
		font-family:Monaco, Lucida Console, Monospace;
		color:#FFF;
		text-decoration:none;
		text-shadow:#000;
		font-weight: normal;
		word-spacing: normal;
		text-align: left;
		letter-spacing: 0px;
		line-height: 18px;
		font-size: 10px;
		background-color:#000;
 	}

#base_div {
	clear:both;
	margin: 0px;
	background-color: #eeeae1;
	font-family:Monaco, Lucida Console, Monospace;
	font-size:10px;
}
	#base_div table {
		margin-left:9px;
		margin-top:-10px;
		padding:0;
	}
	#base_div a:link {
		font-family:Monaco, Lucida Console, Monospace;
		text-decoration:none;
		color:#000;
  	}
	#base_div a:visited {
		font-family:Monaco, Lucida Console, Monospace;
		text-decoration:none;
		color:#000;
  	}
	#base_div a:hover {
		font-family:Monaco, Lucida Console, Monospace;
		text-decoration:none;
		color:#FFF;
		background-color:#000;
	}