#content {
	font-family: Arial, Verdana, Helvetica;
}

#content p {
	margin: 0;
	font-size: 100%;
	line-height: 143%;
	color: #514d4d;
}

#content em {
	font-style: italic;
	color: #514d4d;
}

#content h1 {
	color: #da0046;
	font-size: 129%;
	line-height: 129%;
	margin: 0;
	margin-bottom: 0;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#content h2 {
	color: #514d4d;
	font-size: 107%;
	font-weight: bold;	
	background-image: url(../images/line-grey.gif);
	background-repeat: repeat-x;
	background-position: 0 15px;
	line-height: 1em;
	margin: 0;
	padding-bottom: 3px;
}

#content h3 {
	color: #da0046;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	margin-bottom: 2px;
}

#content a {
	color: #da0046;
	text-decoration: underline;
}

#content a:hover {
	color: #514d4d;
	text-decoration: underline;
}

#content ul {
	margin: 0;
	padding: 0;
	margin-top: 1em;
	padding-bottom: 0.5em;
	list-style: circle;
	color: #514d4d;
	padding-left: 1.2em;
}

#content ul li {
	padding: 0;
	padding-left: 0.7em;
	margin-bottom: 0.8em;
}

#content img {
	border-color: #efefef;
}

#content table {
	margin: 0;
	padding: 0;
}

#content div table {
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

#content div table thead td {
	background-color: #efefef;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

#content div table tbody td {
	padding: 12px 4px 12px 4px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

