body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(gfx/dark_gray_stripes.gif);
	font-family: Times New Roman, serif;
	font-size: 16pt;
	color: #000000;
	background-color: #FFFFFF;
}

p {
	font-family: Times New Roman, serif;
	font-size: 14pt;
	color: #000000;
}

/* "You Can Be a Star" headline */
.star {
	font-family: Times New Roman, serif;
	font-size: 22pt;
	font-weight: bold;
	color: #000000;
}

/* Small Headline */
.h2 {
	font-family: Times New Roman, serif;
	font-size: 16pt;
	color: #000000;
}

/* "Over $2,000 in Prize Money" */
.hmoney {
	font-family: Times New Roman, serif;
	font-size: 24pt;
	font-style: italic;
	font-weight: bold;
	color: #990000;
}

/* Small Caps */
.smallcaps {
	font-family: Times New Roman, serif;
	font-size: 22pt;
	font-variant: small-caps;
	font-weight: bold;
}

/* Small Caps [Red] */
.smallcapsred {
	font-family: Times New Roman, serif;
	font-size: 22pt;
	font-variant: small-caps;
	font-weight: bold;
	color: #990000;
}

/* Small Caps Small Red */
.smallcapssmall {
	font-family: Times New Roman, serif;
	font-size: 16pt;
	font-variant: small-caps;
	font-weight: bold;
	color: #990000;
}

/* Talent Search Dates */
.dates {
	font-family: Times New Roman, serif;
	font-size: 18pt;
	font-weight: bold;
	font-style: italic;
}

/* Copyright */
.copyright {
	font-family: Times New Roman, serif;
	font-size: 12pt;
	color: #000000;
}

/* Intro Text */
.intro {
	font-family: Times New Roman, serif;
	font-size: 12pt;
	color: #000000;
}

/* Small Red Text */
.smallred {
	font-family: Times New Roman, serif;
	font-size: 12pt;
	color: #990000;
	font-style: italic;
	font-weight: bold;
}

/* Block Quote */
.blockquote {
	border-left: 4px solid #292929;
	margin-left: 15%;
	margin-right: 10%;
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-style: italic;
	text-align: justify;
}

/* FAQ Question */
.question {
	font-family: Times New Roman, serif;
	font-size: 12pt;
	font-weight: bold;
}