body {
	margin: 0;
	padding: 9px 0px 20px 0px;
	background-color: #FFFCF0;
}

body, td {
	vertical-align: top;
	text-align: left;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

td#content-normal,
td#content-max {
	background-color: #FFF;
}

	td#content-normal {
		padding: 0px 10px 0px 10px;
	}
	
	td#content-max {
		padding: 0px 0px 0px 10px;
	}

/* table: content */
	table#content {
		width: 100%;
	}
	
	table#content tr.pages td {
		text-align: right;
		color: #5885B2;
		font-size: 11px;
		font-weight: bold;
	}
	
	table#content th {
		border-bottom: 1px solid #3571AB;
		color: #3571AB;
		font-size: 18px;
		font-weight: normal;
		font-style: italic;
	}
	
		table#content th a {
			color: #3571AB;
			font-size: 18px;
			font-weight: normal;
			font-style: italic;
			text-decoration: none;
		}
	
		table#content th a:hover {
			text-decoration: none;
		}
	
	table#content th span {
		font-style: normal;
		font-size: 12px;
		float:right;
	}
	
	table#content td.left {
		width: 50%;
		padding-right: 0.5em;
	}
	
	table#content td.right {
		width: 50%;
		padding-left: 0.5em;
	}
	
	table#content td.left,
	table#content td.left-index,
	table#content td.right,
	table#content td.single {
		font-size: 11px;
		padding-top: 5px;
		color: #333;
		line-height: 22px;
	}
	
	table#content td a {
		color: #3571AB;
		text-decoration: none;
	}
	
		table#content td a:hover {
			text-decoration: underline;
		}
	
	table#content td.left-index {
		text-align: right;
		padding-right: 10px;
	}
	
		table#content td.left-index div {
			border-right: 1px solid #3571AB;
		}
	
		table#content td.left-index a {
			font-size: 11px;
			display: block;
			color: #3571AB;
			line-height: 14px;
			text-decoration: none;
			padding-right: 10px;
		}
		
		table#content td.left-index a:hover {
			background-color: #CEE3F7;
		}
		
	table#content td div.note {
		background-color: #EFF7FA;
		padding: 5px 15px 5px 15px;
		margin-top: 10px;
	}
	
		table#content td div.note a {
			color: #003366;
		}
	
	table#content td.quicklinks {
		color: #666;
		font-size: 14px;
		word-spacing: 5px;
		padding-bottom: 10px;
	}
	
		table#content td.quicklinks a {
			color: #666;
			text-decoration: none;
		}
		
		table#content td.quicklinks a.selected {
			color: #333;
			font-weight: bold;
		}
		
	table#content h2 {
		color: #666;
		font-size: 12px;
		font-weight: bold;
		font-style: normal;
	}
	
	table#content span.ingress {
		font-size: 14px;
		font-style: italic;
		color: #3571AB;
	}
	
	table#content span.caption {
		font-size: 11px;
		line-height: 13px;
		font-style: italic;
		color: #666;
	}
	
	
	

td#footer {
	background-color: #EEF4F8;
	background-image: url('../imgs/footer_bg.jpg');
	background-repeat: repeat-x;
}

/* borders */
td.bg {
	font-size: 1px;
	line-height: 1px;
}

/* misc */
a img {
	border: none;
}
