body {
	font-family: 'Lucida Grande', Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	background: #eee;
  	margin: 0px;
  	text-align: justify;
	}

#content {
	background-color: #fff;
	border: 1px solid #d8d8d8;
	margin: 18px;
	padding: 12px;
}


#main_body p {
	margin: 0px 0px 16px 8px;
}


.content_table, .content_table_thin {
	border-collapse: collapse;
	margin: 0px 0px 32px 0px;
	width: 100%;
}

.content_table td {
	border-right: 1px solid #d8d8d8;
	padding: 16px;
	vertical-align: top;
	width: 33%;
}

.content_table_thin td {
	border-right: 1px solid #d8d8d8;
	padding: 16px;
	vertical-align: top;
	width: 24%;
}



p {
	line-height: 1.5em;
}


a {
	color: #4183c4;
	font-weight: bold;
	text-decoration: none;
}


h1 a {
	color: #000;
}


blockquote {
	font-family: Georgia, serif;
	font-style: italic;
	line-height: 1.8em;
	margin: 4px 8px 2px 8px;
	text-indent: 1em;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, serif;
	margin: 8px 4px 8px 4px;
	text-align: left;
}

h1 {
	font-size: 400%;
	letter-spacing: 2px;
	margin-bottom: 0px;
	text-align: left;
}


h2 {
	font-size: 200%;
}


h3 {
	font-size: 140%;
}


h4 {
	font-size: 130%;
	text-align: left;
}


h5 {
	font-family: 'Lucida Grande', Arial, Verdana, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	margin: 6px 4px 6px 4px;
}


h6 {
	font-family: 'Lucida Grande', Arial, Verdana, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: bold;
}


.title {
	text-align: center;
}


.subtitle {
	margin-left: 12px;
}


ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.link_like {
	border-bottom: 1px solid #d8d8d8;
	display: block;
	margin: 0px;
	padding: 8px 0px 8px 8px;
}

.link_like:hover {
	background-color: #eee;
}


.small {
	font-size: 75%;
}


.normal {
	font-size: 100%;
	font-weight: normal;
}


.section {
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 14px;
}


.subsection {
	margin-bottom: 16px;
	margin-top: 8px;
}

code, .code {
	font-family: Courier, monospace;
	font-size: 105%;
}


#footer {
	border: 1px solid #d8d8d8;
	font-size: 90%;
	padding: 12px;
	text-align: right;
}


.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}