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

.bold_black_typewriter {
	font-family: "American Typewriter";
	font-size: 16pt;
	;
	font-weight: bold;
	color: #990000;
}
.yellow_bold {
	font-family: "American Typewriter";
	font-size: 10pt;
	font-weight: bold;
	color: #87A1FF;
}
.headlines {
	font-family: "American Typewriter";
	font-size: 14pt;
	font-weight: normal;
	color: #333333;
}

}
.copy {
	font-family: "American Typewriter";
	font-size: 12pt;
	font-weight: normal;
	color: #666666;
}

}
.current page {
	font-family: "American Typewriter";
	font-size: 16pt;
	font-weight: normal;
	color: #87A1FF;
}

.names_smallblack {
	font-family: "American Typewriter";
	font-size: 12px;
	color: #666666;
}
.copy_blue {
	font-family: "American Typewriter";
	font-size: 14px;
	color: #87A1FF;
}

.yellow_white {
	font-family: "American Typewriter";
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}

.headlines2 {
	font-family: "American Typewriter";
	font-size: 10pt;
	font-weight: normal;
	color: #990000;
	font-style: italic;
}

.yellow_bold2 {
	font-family: "American Typewriter";
	font-size: 10pt;
	font-weight: bold;
	color: #990033;
}