#content {
	padding-left : 5px;
	font-family : Tahoma;
}

#content h2 {
	margin-bottom : .5em;
	font-family : Georgia, serif;
	font-size : 182%;
	color : #b23c0d;
}

#content h3 {
	margin-top : 1.571em;
	margin-bottom : 1.286em;
	font : bold italic 108% Georgia, serif;
	color : #b23c0d;
}

#content h4 {
	font-size : 85%;
	font-weight : bold;
	color : #6e380b;
	line-height : 1.636;
}

#content ul {
	margin-bottom : 1.636em;
	padding-left : 15px;
	list-style-type : none;
	font-size : 85%;
	line-height : 1.636;
}

#content ul li {
	padding-left :  20px;
	background : url(../img/bullet_normal.gif) no-repeat 0 3px;
}

#content p {
	margin-bottom : 1.636em;
	font-size : 85%;
	line-height : 1.636;
}

#content a:link,
#content a:active,
#content a:visited {
	color : #b23c0d;
}

#content a:hover {
	text-decoration : none;
}

strong {
	font-weight : bold;
}

em {
	font-style : italic;
}

table {
	width : 60%;
}

th {
	padding : 5px 8px;
	border-bottom : 1px solid #e6bd83;
	font-size : 85%;
	font-weight : bold;
	text-align : right;
}

td {
	padding : 5px 8px;
	border-bottom : 1px solid #e6bd83;
	font-size : 85%;
	background-color : #FFFBF0;
}

#links p {
	margin-bottom : 0;
}

#links p.url {
	margin-bottom : 1.636em;
}




