#container {
	width: 140px;
	padding-left: 6px;
	padding-right: 6px;
	clear: left;
	float: left;
}
#right {
	padding-left: 100px;
}
#right2 {
	clear: right;
	float: right;
	width: 580px;
}
#top {
	visibility: visible;
	float: left;
	clear: left;
	padding-left: 6px;
	width: 660px;
	padding-bottom: 12px;
}

a:link, a:visited, a:active {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: #99CC66;
}

			 
h1 { 
	color: #000; 
	font-family:"Lucida Grande", Geneva, Arial, sans-serif, Verdana; 
	font-size:12px; 
	font-color:#333; 
}

p { 
	font-family:"Lucida Grande", Geneva, Arial, sans-serif; 
	font-size:11px; 
	color:#333; 
	line-height:150%; 
}

pre    {
	color: #000;
	font-size: 11px;
	line-height: 15px;
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	text-decoration: none;
}

.preform    {
	background-color: #f5f5f5;
	margin-right: 36px;
	margin-left: 30px;
	padding: 2px;
	border: solid 1px #333;
	font-family: Courier, monospace;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

	
ul { 
	color:#333; 
	font-family: "Lucida Grande", geneva, arial, helvetica, sans-serif, verdana; 
	font-size: 11px; 
	list-style: circle url(../images/box.gif); 
	line-height:17px;  }
	
.courier {
	font-family: Courier, mono;
	font-size: 11px;
	line-height: 15px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.verdana {
	color: #333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px
}

