body 
{
 margin: 0px;
 padding: 0px;
 color: #8B8269;
 background-color: #ffffff;
 text-align: center;
 }

.wrapper
{
 position: relative;
 width: 900px; 
 margin: 20px auto;
}

.viewer 
{
 float: left;
 width: 900px;
 height: auto;
 margin: 20px 4px 4px 4px;
 padding: 0px; 
 border: 0px; 
 background-color: #ffffff;
 }

.bio 
{
 float: left;
 width: 880px;
 height: auto;
 margin: 20px 4px 4px 4px;
 padding: 0px 10px 0px 10px;
 background-color: #ffffff;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
}
 
.footer2 
{
 float: left;
 width: 900px;
 height: 70pt;
 padding: 10px; 
 margin-top:4px;
 margin-bottom:20px;
 margin-right:4px;
 margin-left:4px;
 display: inline;
 }
 
@font-face {
	font-family: 'fonts/coresansbr_thin15_macroman';
	src: url('fonts/coresansbr15-webfont.eot'); /* IE9 Compat Modes */
	src: url('fonts/coresansbr15-webfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('fonts/coresansbr15-webfont.woff') format('woff'), /* Modern Browsers */
	     url('fonts/coresansbr15-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('fonts/coresansbr15-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
	}

@font-face {
	font-family: 'fonts/coresansbr_light25_macroman';
	src: url('fonts/coresansbr25-webfont.eot'); /* IE9 Compat Modes */
	src: url('fonts/coresansbr25-webfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('fonts/coresansbr25-webfont.woff') format('woff'), /* Modern Browsers */
	     url('fonts/coresansbr25-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('fonts/coresansbr25-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
	}

h1 { font-family: 'fonts/coresansbr_thin15_macroman', Times, serif; 
	color: #7f8687; 
	font-size: 50pt;
	letter-spacing: 8pt;
	line-height: .5;
	text-align: center;
	width: 100%;
	}
	
h2 { font-family: 'fonts/coresansbr_light25_macroman', Times, serif; 
	color: #7f8687; 
	font-size: 25px;
	letter-spacing: 5pt;
	line-height: .5;
	text-align: center;
	width: 100%;
	line-height:200%
	}
h3 { font-family: 'fonts/coresansbr_light25_macroman', Times, serif; 
	color: #7f8687; 
	font-size: 21px;
	letter-spacing: 0pt;
	line-height: 1.3;
	text-align: center;
	width: 100%;
	}
h4 { font-family: 'fonts/coresansbr_thin15_macroman', Times, serif; 
	color: #7f8687; 
	font-size: 20px;
	letter-spacing: 5pt;
	line-height: 1.3;
	text-align: center;
	width: 100%;
	}
h5 { font-family: 'fonts/coresansbr_light25_macroman', Times, serif; 
	color: #7f8687; 
	font-size: 20px;
	letter-spacing: 0pt;
	line-height: 1.3;
	text-align: justify;
	width: 100%;
	}	
.center {  color: #7f8687; 
	font-size: 20px;
	letter-spacing: 3pt;
	line-height: 1;
	text-align: center;
	width: 100%;
	}
.mid {font-size: 1.1em;}

.tablefonts {font-family: 'fonts/coresansbr_light25_macroman', Times, serif; color: #7f8687; font-size: 20px;}

.max {font-size: 1.3em; font-weight: bold;}

.italic {font-style: italic;}

.italicbold {font-style: italic; font-weight: bold;}

.bold {font-weight: bold;}

a {text-decoration: none;}
a:link {color: #525758;}
a:active {color: #395c17;}
a:visited {color: #777e80;}
a:hover {color: #44710e; text-decoration: underline;}
	
p {margin: 0px 0px 0px 0px;}

blockquote {margin: 2px;}
