/*
/  text.css
/  (c) 2006 Lighthead Software
/  info@lightheadsw.com
*/


h1 {
  font-weight: bold;
  font-size: 14px;
  margin: 0px 0px 4px 0px;
}

p {
  margin: 0px 0px 14px 0px;
  text-align: justify;
}

.column {
  float: left;
  width: 376px;
  margin: 0px 14px 10px 10px;
  padding-top: -10px;
}


.right {
	float: right;
}

.left {
	float: left;
}

.center {
	text-align: center;
}

.break {
	break: both;
}

.code {
	font-family: monospace;
	font-size: 11px;
	margin-left: 10px;
}


.inline {
	float: right;
	margin: 0px 0px 10px 10px;
	border: none;
}


.footnote {
	font-size: 11px;
	color: #555555;
}


.divider {
	background: #CCC;
	height: 1px;
	margin: 20px 0px 20px 0px;
}


.big {
	font-size: 150%;
}


.whatsnew {
	background: #EEE;
	border: 1px solid #CCC;
	font-size: 11px;
	padding: 8px;
}

.whatsnew li {
	margin-left: 16px;
}