/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font: 16px "Arial Narrow", Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:left;
	}
	
a {
	color: #ff9900;
	}
	
a:hover {
	color: #009999;
	}

/* ID Styles */

#pageHeader 	{	
	font: 60px "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #ff9900;
	line-height:72px;
	text-align:center;
	}

#tagline 	{	
	font: 14px "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #000000;
	letter-spacing:.3em;
	line-height:18px;
	text-align:center;
	}

/* Class Styles */
	
.smallText {
	font: 12px "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #000000;
	}

.bodyText {
	font: 16px "Arial Narrow", Arial, Helvetica, sans-serif;
	color:#000000;
	margin-top:6px;
	margin-bottom:6px;
	text-align:center;
	}

.bodyTextLarge {
	font: 24px "Arial Narrow", Arial, Helvetica, sans-serif;
	color:#000000;
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
	}

.bodyTextExtraLarge {
	font: 36px "Arial Narrow", Arial, Helvetica, sans-serif;
	color:#000000;
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
	}

.bodyHeaderLarge {
	font: 24px "Wide Latin", "Times New Roman", Times, serif;
	color:#000000;
	margin-top:6px;
	margin-bottom:0px;
	text-align:center;
	}

.fontBlack {
	color: #000000;
	}
	
.fontArialNarrow {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	}

.fontWideLatin {
	font-family: "Wide Latin", "Times New Roman", Times, serif;
	}

.borderLineTop {
	border-top: 2px solid #ff9900;
}
