@charset "iso-8859-1";

body						{
								height: 100%;
								background-color:#000000;
								font-family: tahoma, arial, sans-serif, verdana;
								margin: 0px;
								padding: 0px;
								color: #ffffff;
								}

a:link						{
								color: #d33c12;
								text-decoration: none;
								}

a:active					{
								color: #ffffff;
								text-decoration: none;
								}

a:visited 				{
								color: #8e2508;
								text-decoration: none;
								}

a:hover					{
								color: #ffd74c; 
								text-decoration: underline;
								}

.content					{
								font-family: tahoma, arial, sans-serif, verdana;
								font-size: 8pt;
								line-height: 17px;
								color: #ffffff;
								}

.headline				{
								font-family: tahoma, arial, sans-serif, verdana;
								font-size: 13pt;
								line-height: 15px;
								font-weight: bold;
								color: #ffffff;
								}

.content_small		{
								font-family: tahoma, arial, sans-serif, verdana;
								font-size: 7pt;
								line-height: 11px;
								color: #ffffff;
								}

.bullet_head			{
								font-family: tahoma, arial, sans-serif, verdana;
								font-size: 9pt;
								line-height: 17px;
								font-weight: bold;
								color: #ffffff;
								}

.news_head			{
								font-family: tahoma, arial, sans-serif, verdana;
								font-size: 13pt;
								line-height: 17px;
								font-weight: bold;
								color: #ffffff;
								}

.news_line				{
								border: 0;
								width: 100%;
								text-align: left;
								color: #999999;
								background-color: #999999;
								height: 2px;
								}

.txt_link					{
								color: #d33c12;
								text-decoration: none;
								}

.txt_linkover			{
								color: #ffd74c; 
								text-decoration: underline;
								}

.gigs						{
								font-size: 8pt;
								line-height: 14px;
								font-weight: normal;
								text-decoration: none;
								color: #ffffff;
								}

.gigs_past				{
								font-size: 8pt;
								line-height: 14px;
								font-weight: normal;
								text-decoration: line-through;
								color: #444444;
								}

.gigs_now				{
								font-size: 8pt;
								line-height: 14px;
								font-weight: normal;
								text-decoration: none;
								color: #ff0000;
								}

.info_small				{
								font-size: 7pt;
								line-height: 10px;
								color: #666666;
								}

.spacer_gigs			{	height: 8px; }

