/* CSS Document */

/* The following code forces a vertical scroll bar to stop page shifts on short pages */
html { min-height: 100%; margin-bottom: 1px; }

body {
  font-family: Arial,Verdana, Geneva, helvetica, sans-serif;
  	font-size: 10px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    background-color:#6d6e71;
}

td {
	font-family: Verdana;
	font-size:10px;
	line-height: 2;	
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

.gigs{
line-height:normal;
}

.heading{
font-size:16px;
font-weight:bold;
color:#F47B20;
}
.bold{
font-weight:bold;
color:#000000;
}

.largerbold{
font-weight:bold;
color:#000000;
font-size:16px;
}
.footer{
font-size:10px;
}
.underline{
background-color:#F47B20;
}
/* Normal site link states */

a:link {
	color:#F47B20;
	text-decoration: none;
	font-size:10px;
	font-weight:normal;
}
a:visited {
	color: #F47B20;
	text-decoration: none;
	font-size:10px;
	font-weight:normal;
}
a:active {
	color: #F47B20;
	text-decoration: none;
	font-size:10p;
	font-weight:mormal;
}
a:hover {
	color:#000000;
	text-decoration: none;
	font-size:10px;
	font-weight:mormal;
}

/* subtle links */
a.subtle:link {
	color: #000000;
	text-decoration:none;
}
a.subtle:visited {
	color: #000000;
	text-decoration:none;
}
a.subtle:active {
	color: #000000;
	text-decoration:none;
}
a.subtle:hover {
	color: #000000;
	text-decoration: underline;	
}