@charset "UTF-8";

#content table {
	width: 800px;
}

#content table tr.odd{
	background:url(../../images/shared/bg-line.gif) repeat;
}

#content table td {
	padding: 13px 10px;
}

#content table th{
	width:142px;
	text-align:right;
	padding-top:13px;
	padding-bottom:13px;
}

#content h2 {
	margin-bottom: 1em;
}

