@import url(defaults.css);

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

CONTENT

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

#main .content h1 {
	margin-top: 15px;
	font-size: 16px;
	font-weight: bold;
}

#main .content h2 {
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
}

#main .content p {
	width: 620px;
	margin-top: 5px;
	font-size: 12px;
	line-height: 150%;
}

#main .content ul {
	width: 620px;
	margin-top: 5px;
}

#main .content ul li {
	margin: 2px 0 0 30px;
	font-size: 12px;
	line-height: 150%;
	list-style-type: disc;
}

#main .content table  {
	margin: 1px 0 0 1px;
	border-top: 1px solid #d7cec5;
	border-left: 1px solid #d7cec5;
}

#main .content table th, #main .content table td {
	padding: 5px 10px;
	font-size: 14px;
	line-height: 150%;
	text-align: left;
	border-right: 1px solid #d7cec5;
	border-bottom: 1px solid #d7cec5;
}

#main .content table td a, #main .content table td a:hover {
	color: #311b09;
	text-decoration: underline;
}
