
	
	a:link { 
		   font-family: Arial, Helvetica, sans-serif; 
		   font-size: 12px; 
		   text-decoration: none; 
		   color: #666666;
		   } 
	a:active {
		   font-family: Arial, Helvetica, sans-serif; 
		   font-size: 12px; 
		   text-decoration: none; 
		   color: #333333;
		   }
	a:visited {
		   font-family: Arial, Helvetica, sans-serif; 
		   font-size: 12px; 
		   text-decoration: none; 
		   color: #666666;
		   }
	a:hover { 
		   font-family: Arial, Helvetica, sans-serif; 
		   font-size: 12px; 
		   text-decoration: none; 
		   color: #333333;
		   }
	
	body {
		background:#000000;
		
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 10px; 
		color: #333333;
		}
		
	#frame {
		width:650px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
		background:#000000;
		}
		
	#border {
		width:602px;
		height:104px;
		padding:0px;
		text-align:left;
		background:#FFFFFF;
		float:left;
		overflow:hidden;
		z-index:1;
		}
		
	#image {
		width:600px;
		height:102px;
		padding:0px;
		float:left;
		padding:1px;
		z-index:2;
		overflow:hidden;
		}
	
	#nav {
		position:relative;
		width:160px;
		left:430px;
		top:-98px;
		text-align:right;
		z-index:3;
	}
		
	#bar {
		position:relative;
		left:0px;
		top:0px;
		width:15px;
		height:100px;
		float:left;
		overflow:hidden;
	}
	
	#bar_blue {
		position:relative;
		top:3px;
		width:15px;
		height:40px;
		background:#336699;
		display:none;
	}
	
	#bar_grey {
		position:relative;
		top:3px;
		width:15px;
		height:40px;
		background:#666666;
		display:none;
	}
	
	#bar_yellow {
		position:relative;
		top:3px;
		width:15px;
		height:40px;
		background:#FFCC33;
		display:none;
	}
	
	#bar_red {
		position:relative;
		top:3px;
		width:15px;
		height:40px;
		background:#FF3333;
		display:none;
	}
	
	#bar_green {
		position:relative;
		top:3px;
		width:15px;
		height:40px;
		background:#33CC33;
		display:none;
	}
	
	#bar_purple {
		position:relative;
		top:3px;
		width:15px;
		height:40px;
		background:#993399;
		display:none;
	}
	
	blockquote {
		margin: 0px 0px 0px 20px;
	}
	
	#content {
		width:580px;
		text-align:left;
		margin: 10px 10px 10px 10px;
		
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 10px; 
		color: #CCCCCC;
	}
		
