body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC00;
	background-color: #000000;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/flames-small.jpg);
	background-repeat: no-repeat;
	background-position: 100px top;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #CC0000;
}
link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
	
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FF3300;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FF3300;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFCC00;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #CC0000;
}
.index-promo {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.index-promo-attribute {
	font-size: 12px;
}
.keep-informed {
	font-weight: bold;
	text-align: center;

}
table {
	margin-left: auto;
	margin-right: auto;
}
tr {
	vertical-align: text-top;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC00;
}

/* Index Specific Style */

.index-banner {
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
}
.small-type {
	font-size: xx-small;
	font-weight: normal;
	color: #FFCC00;
}
.next-up {
	font-size: 16px;
	font-weight: bolder;
	text-align: center;
	color: #FFFFFF;	
}
.next-up-text {
	font-size: 12px;
	font-weight: bolder;
	text-align: center;
	color: #FFFFFF;
}

/* Bios Style */

.bio-body {
	text-align: left;
	margin-right: 100px;
	margin-left: 100px;

}

/* Contacts Style */

.epk-info {
	font-size: xx-small;

}
.epk-download-info {
	font-size: xx-small;
	text-align: center;
}


