/* CSS Document */


body {
	color: black;
	text-align: left;
	font-family: Arial;
	font-size: 14px;
	line-height: 150%;
	background-attachment: fixed;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
	/*background-image: url('images/bg1.jpg');
	background-repeat: repeat;*/
	/*background-attachment: fixed;
	background-position: bottom right; */
}


td {
	font-size: 14px;
}


a:link, a:visited {
	color: grey;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: black;
	background-color: white;
	text-decoration: none;
}


.entry-content a {
	font-weight: normal;
}



.texta {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	
	margin-bottom:2px;
}

.textb {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	color: black;

	margin-bottom:2px;

}

.tr{
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid grey;
}

.trdate{
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid grey;
	font-weight: bold;

}

.trdatetop{
	text-align: left;
	vertical-align: top;
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	font-weight: bold;

}

.trtop{
	text-align: left;
	vertical-align: top;
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;

}


.trtopshop{
	text-align: left;
	vertical-align: top;
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;

}

.trtopshopright{
	text-align: left;
	vertical-align: top;
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	border-right: 1px solid grey;

}

.trtopshopleft{
	text-align: left;
	vertical-align: top;
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	border-left: 1px solid grey;
}

.maincolumn{
	border-right: 3px solid #000000;
}

.gig { 
	background-color: white;
	color: black;
	font-weight: bold;
}
.gigon { 
	color: white;
	font-weight: bold;
}





