/* CSS Document */

Body,Td,Th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
Body {
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#IDContent{
	background-image:url(images/website_bingo_25.jpg);
	background-position:top;
	background-repeat:no-repeat;
	
}
#IDBottom{
	background-image:url(images/website_bingo_26.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

.copyright{
	/* font-family:Arial, Helvetica, sans-serif; */
	/* font-size:11px; */
	font-weight:bold;
	color:#FFFFFF;
}
.txtBoldBlue{
	font-weight:bold;
	color:0066cc;
}
.txtBold{
	font-size:12px;
	font-weight:bold;
	color:002d5a;
}
.txtBoldRed{
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
}
A{
	font-weight:bold;
}
A:link, A:visited, A:active {
	color: 0066cc;
	text-decoration: none;
}
A:hover {
	text-decoration: none;
	color: #BB0000;
}

