/* CSS Document */

/***************************************************
*
*		DEFINE NEWS DISPLAY STYLES
*
***************************************************/

#news {    /* news box & overall text */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #234569;
	margin: 0;
	padding: 0;
	text-align: left;
}
#news p { /* story text */
	font-size: 9px;
	margin: 0;
	padding: 0;
}
#news h1 {    /* title */
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#news h2 {    /* date */
	font-size: 10px;
	margin: 0;
	padding: 0;
}
#news h3 {    /* link */
	font-size: 9px;
	margin: 0;
	padding: 0;
}
#news hr { /* dividor line */
	margin: 0;
	padding: 0;
	color: #CCCCCC;
}
#news a { /* link */
	color: #999999;
	text-decoration: underline;
}
#news a:hover { /* link : rollover */
	color: #996600;
	text-decoration: none;
}


/***************************************************
*
*		DEFINE CONTACT DISPLAY STYLES
*
***************************************************/

#contact {    /* news box & overall text */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #234569;
	margin: 0;
	padding: 0;
	text-align: center;
}
#contact p { /* story text */
	font-size: 9px;
	margin: 0;
	padding: 0;
}
#contact h1 {    /* title */
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#contact h2 {    /* date */
	font-size: 10px;
	margin: 0;
	padding: 0;
}
#contact h3 {    /* link */
	font-size: 9px;
	margin: 0;
	padding: 0;
}
#contact hr { /* dividor line */
	margin: 0;
	padding: 0;
	color: #CCCCCC;
}
#contact a { /* link */
	color: #999999;
	text-decoration: underline;
}
#contact a:hover { /* link : rollover */
	color: #996600;
	text-decoration: none;
}


/***************************************************
*
*		DEFINE PRESS DISPLAY STYLES
*
***************************************************/

#press {    /* news box & overall text */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #234569;
	margin: 0;
	padding: 0;
	text-align: center;
}
#press p { /* story text */
	font-size: 9px;
	margin: 0;
	padding: 0;
}
#press h1 {    /* title */
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#press h2 {    /* date */
	font-size: 10px;
	margin: 0;
	padding: 0;
}
#press h3 {    /* link */
	font-size: 9px;
	margin: 0;
	padding: 0;
}
#press hr { /* dividor line */
	margin: 0;
	padding: 0;
	color: #CCCCCC;
}
#press a { /* link */
	color: #999999;
	text-decoration: underline;
}
#press a:hover { /* link : rollover */
	color: #996600;
	text-decoration: none;
}

/***************************************************
*
*		DEFINE WHATS NEW DISPLAY STYLES
*
***************************************************/

#whatsnew {    /* news box & overall text */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #234569;
	margin: 0;
	padding: 0;
	text-align: left;
}
#whatsnew p { /* story text */
	font-size: 9px;
	margin: 0;
	padding: 0;
}
#whatsnew h1 {    /* title */
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#whatsnew h2 {    /* date */
	font-size: 10px;
	margin: 0;
	padding: 0;
}
#whatsnew h3 {    /* link */
	font-size: 9px;
	margin: 0;
	padding: 0;
}
#whatsnew hr { /* dividor line */
	margin: 0;
	padding: 0;
	color: #CCCCCC;
}
#whatsnew a { /* link */
	color: #999999;
	text-decoration: underline;
}
#whatsnew a:hover { /* link : rollover */
	color: #996600;
	text-decoration: none;
}

/***************************************************
*
*		DEFINE DATES DISPLAY STYLES
*
***************************************************/

#dates {    /* dates box & overall text */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #234569;
	margin: 0;
	padding: 0;
	text-align: center;
}
#dates p { /* all other text */
	font-size: 9px;
	margin: 0;
	padding: 0;
}
#dates h1 {    /* venue */
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#dates h2 {    /* date, time, city & state */
	font-size: 10px;
	margin: 0;
	padding: 0;
}
#dates hr { /* divider line */
	margin: 0;
	padding: 0;
	color: #CCCCCC;
}
#dates a { /* link */
	color: #999999;
	text-decoration: underline;
}
#dates a:hover { /* link : rollover */
	color: #996600;
	text-decoration: none;
}

/***************************************************
*
*		DEFINE FAN CAM DISPLAY STYLES
*
***************************************************/

#cam {    /* dates box & overall text */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #234569;
	margin: 0;
	padding: 0;
	text-align: center;
}
#cam h2 {    /* description */
	font-size: 10px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#cam a {	/* link */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
#cam a:hover {	/* rolled over link */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
