/*---------------------------------------------------------------------------*/

body {
	margin: 0 auto;
	padding: 0;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	color: #333;
	background-color: #ffffff;
	/*text-align: center;*/
}

a {text-decoration: underline; padding: 1px; }
a:link { color: #630; }
a:visited { color: #630; }
a:hover { color: #630; background-color: #ddd; text-decoration: none; }

a.image img, a img {
  border: none;
  background-color: #fff;
  text-decoration: none; 
}

h1 {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 24px;
  font-style: bold;
  color: #ccc;
}

h2 {
	font-size: 20px;
	font-weight: bold;
}

h3 {
  font-size: 18px;
  font-weight: bold;
  
}

p {
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	margin: 0 0 15px 0;
	padding: 0;
}

li {
	font-size: 11px;
	font-weight: normal;
}

.bigspan {
	display:block;
	margin: 20px 0px 15px 0px;
	font-family: Arial;
	line-height: 32px;
	font-size: 28px;
	color: #ccc;
	font-weight: bold;
	text-align: left;
	letter-spacing: -1px;
}


/* Outer bounding box for all pages */
#Container {
	margin: 0px auto 0px auto;
	padding: 0;
	width: 588px;
	text-align: left;
}

#Box {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* Left side text */
#Content {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 20px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 550px; }
	

/*---------------------------------------------------------------------------*/

#examples h2 {
	margin: 0px 0px 0px 0px;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #600; 
}
