/*body {
	font: 88% verdana, helvetica, sans-serif;
	text-align: center; /* center for IE */
	background: #F2F2F2 url('../../graphics/bg.jpg') top repeat-x;
}
*/
p {
	margin: 10px 0px;
	font-family:verdana;
	font-size:12px;
	color:#525252;
	line-height:18px;
}

code {
	font-size: 115%;
}

h1,h2,h3,h4,h5 {
	font-weight: bold;
	clear:both;
	margin:10px 0px;
}

/*h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.0em;
}

h3 {
	font-size: 0.8em;
}
*/
h4 {
	margin: 0px;
	padding: 0px;
	text-align: left;
	text-transform: uppercase;
	border-bottom: 1px dotted #999;
}

input[type="text"],textarea {
	border: 1px solid #aaa;
	color: #888;
	padding-left: 8px;
	width: 120px;
	height: 16px;
	font-weight: none;
}

input[type="text"]:hover {
	border-color: #0D6AAF;
}

button[type="submit"] {
	border: 0px;
	background-color: #0D6AAF;
	color: #fff;
}

/* Layout */
.clear {
	clear: both;
}

.clearer {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 1px;
	font-size: 1px;
}

/* Grid */
.grid .column {
	margin-left: 2%;
}

.column {
	float: left;
}

.column p {
	padding-top: 10px;
}

.column.first, .column.last {
	margin-left: 0 !important;
}

.column.last {
	float: right !important;
}

.noborder {
	border: 0px;
}

.justify {
	text-align: justify;
}

.settopborder {
	border-top: 2px solid #ccc;
}

.moredetails {
	background: transparent url('../../graphics/more.jpg') top no-repeat;
	background-position: 0 100%;
	margin-left: 8px;
	padding-left: 18px;
}

.moredetails a {
	text-decoration: none;
	color: #666;
}

.moredetails a:hover {
	text-decoration: underline;
}

.image_left {
	float: left;
	padding-right: 30px;
}

.image_right {
	float: right;
	padding-left: 30px;
}

.spacetop {
	padding-top: 20px;
}

.nobold {
	font-weight: normal;
}

.tablelabel {
	background-color: #666;
	color: #f2f2f2;
	font-weight: bold;
}

.black {
	color: #666;
}

.bgwhite {
	background-color: #fff;
}

.tables td {
	padding-right: 10px;
}

.tables .tdvalue {
	text-align: right;
}

.bggray {
	background-color: #eee;
	margin: 6px;
	padding: 8px;
}

.tablephotos {
	text-align: center;
}

.tablephotos td {
	margin: 2px;
	padding: 4px;
	text-align: center;
}
