	body {
		background-color: #999999;
		color: #FFFFFF;
		font: 10pt Verdana, Arial, sans-serif;
		line-height: 15px;
	}
	a                         { text-decoration: none; color: #A51E19; }
	a:link                    { text-decoration: none; }
	a:visited                 { text-decoration: none; }
	a:active                  { text-decoration: underline; }
	a:hover                   { text-decoration: underline; }

	#body_text {
		background-color: #7F7F7F;
		color: #FFFFFF;
		text-align: justify;
		font: 8pt Verdana, Arial, sans-serif;
		line-height: 14px;
		padding-left: 16px;
		padding-right: 16px;
	}
	#text {
		color: #FFFFFF;
		font: 7pt Verdana, Arial, sans-serif;
	}
	#body_text .title         { color: #3362CC; font-size: 12pt; font-weight: bold; line-height: 16px; }
	#body_text .date          { color: #333333; font-size: 7pt; font-weight: normal; line-height: 12px; }
	#body_text .large_photo   { border: 1px solid #FFFFFF; padding: 3px; }
	#body_text .small_photo   { border: 1px solid #CCCCCC; padding: 1px; }

	#photos_display .large_photo { border: 1px solid #FFFFFF; padding: 3px; }
	#photos_display .small_photo { border: 1px solid #CCCCCC; padding: 1px; }

	#feature_text {
		background-color: #666666;
		color: #FFFFFF;
		font: 7pt Verdana, Arial, sans-serif;
		line-height: 13px;
		padding-left: 12px;
		padding-right: 12px;
	}
	#feature_text .title      { color: #000000; font-weight: bold; }
	#feature_text a           { color: #333333; text-decoration: none; }
	#feature_text a:hover     { color: #000000; text-decoration: underline; }
	#feature_text .float      { float: right; border: 1px solid #AAAAAA; padding: 2px; margin-left: 5px; margin-bottom: 0px; }

	#past_entries {
		color: #CCCCCC;
		font: 7pt Verdana, Arial, sans-serif;
		line-height: 11px;
	}
	#past_entries .title      { color: #FFFFFF; font-weight: bold; }
	#past_entries .date       { color: #AAAAAA; font-style: italic; margin-bottom: 10px; }
	#past_entries a           { color: #FFFFFF; text-decoration: none; }
	#past_entries a:hover     { color: #AAAAAA; text-decoration: underline; }
	#past_entries .float      { float: right; border: 1px solid #AAAAAA; padding: 2px; margin-left: 5px; margin-bottom: 0px; }

	#copyright                { color: #666666; font: 7pt Verdana, Arial, sans-serif; line-height: 12px; text-align: center; }

