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

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10pt;
	color: #474646;
	line-height: 1.4em;
}
body {
	background-color: #FFFFFF;
	margin-left: 40px;
	margin-top: 70px;
}


.credit {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 9pt;
	color: #A49981;
	line-height: 1em;
}


.dotted_line{
	border-bottom: 1px dashed #C2B59B;
}


.dashed_topper{
	border-top: 1px dashed #C2B59B;
}

.clear {
	clear:both;
}


.spacer {
	padding: 7px;
}


.indented
   {
   padding-left: 15pt;
   padding-right: 30pt;
}


a:link {
	color: #474646;
	text-decoration: none;
	line-height: 1.5em;
	letter-spacing: 0.2em;
}
a:visited {
	text-decoration: none;
	color: #474646;
	line-height: 1.5em;
	letter-spacing: 0.2em;
}
a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #C2B59B;
	line-height: 1.5em;
	letter-spacing: 0.2em;
}
a:active {
	text-decoration: none;
	color: #474646;
	line-height: 1.5em;
	letter-spacing: 0.2em;
	background-color: #C2B59B;
}




.current_link {
	text-decoration: none;
	color: #000000;
	line-height: 1.5em;
	letter-spacing: 0.2em;
	background-color: #C2B59B;
}





a.small:link {
	text-decoration: underline;
	font-size: 10pt;
	color: #474646;
	line-height: 1.4em;
	letter-spacing: 0em;
}
a.small:visited {
	text-decoration: underline;
	font-size: 10pt;
	color: #474646;
	line-height: 1.4em;
	letter-spacing: 0em;
	
}
a.small:hover {
	text-decoration: none;
	font-size: 10pt;
	color: #000000;
	line-height: 1.4em;
	background-color: #C2B59B;
	letter-spacing: 0em;
}
a.small:active {
	text-decoration: underline;
	font-size: 10pt;
	color: #474646;
	line-height: 1.4em;
	letter-spacing: 0em;
}
