@charset "UTF-8";
/* CSS Document */

p	{
	padding:0;
	margin:0 0 7px 0;
	color:#b69b5e;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:18px; 
}

a:link, a:visited	{
	font-style:italic;
	text-decoration:none;
	color:#a47013;
}

a:hover, a:active	{
	font-style:italic;
	text-decoration:underline;
	color:#f7b61d;
}


h1	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:27px;
	line-height:36px;
	font-weight:normal;
	margin:0 0 6px 0;
	padding:0;
}

h2	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	line-height:18px;
	font-weight:normal;
	color:#dca72e;
	margin:0;
	padding:4px 0 6px 10px;
	width:100%;
	border-bottom: 1px solid #f9b61d;
}

h3	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	line-height:18px;
	font-weight:normal;
	color:#dca72e;
	margin:0 0 10px 0;
	padding:4px 0 6px 0;
	border-bottom: 1px dotted #f9b61d;
	border-top: 1px dotted #f9b61d;
	clear:both;
}

ul	{ margin:10px 0 10px 25px; padding:0;	}

li	{margin: 0 15px 20px 0; padding: 0 0 0 8px; line-height: 18px }

.selected	{font-style: normal; font-weight:bold; color:#f9b61d; }

.title	{font-weight: bold; color:#dca72e; }