/*Info for the entire site*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	background-image:url(graphics/bingobk.gif);
	margin: 1px 4px 1px;
}

td a:link {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #FFFF00;
}

td a:active {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #FFFF00;
}


td a:visited {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFCC;
}

td a:hover {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #7FE67F;
}
a:link {
	font-size: 10pt;
	font-weight: bold;
	/*text-decoration: none;*/
	color: #0033CC;
}

a:active {
	font-size: 10pt;
	font-weight: bold;
	/*text-decoration: none;*/
	color: #CC33CC;
}


a:visited {
	font-size: 10pt;
	font-weight: bold;
	/*text-decoration: none;*/
	color: #009900;
}

a:hover {
	font-size: 10pt;
	font-weight: bold;
	/*text-decoration: none;*/
	color: #7FE67F;
}
.margns {
	margin: 4px;
}

/*Links across the page at the top */
.mainlink {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 5px;
	background-color: #1E4BA4;
	color: #FFFF00;
}
/*Top bingo list links*/
td p.mainlink {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 5px;
	background-color: #1E4BA4;
	color: #FFFF00;
	margin: 3px;
}

/*main page background for links*/
.bdgrnd {
	background-color: #1E4BA4;
}

table {
	background-color: #FFFFFF;
}

/* margins for main text */
p.maintext {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 35px;
	margin-right: 25px;
}

/* footer text with top border */
.footer {
	font-size: 9pt;
	padding: 5px;
	border-top: 2px solid #1E4BA4;
	text-align: left;
	clear: both;
}

/* box on the right*/
.boxed  {
	border: 3px solid #1E4BA4;
	padding: 3px;
	margin: 10px;
	float: right;
	background-image: url(graphics/gradbar1.gif);
}

/* box on the right no color*/
.boxednc  {
	border: 3px solid #1E4BA4;
	padding: 3px;
	margin: 10px;
	float: right;
	
}

/* border for various items */
.brdr  {
	border:1px solid #1E4BA4;
}

/* bottom box for ads*/
.boxedbtm  {
	border: 1px solid #1E4BA4;
	padding: 3px;
	margin: 10px;
	text-align: center;
}

h3  {
	color: #FF0000;
}

/*text color red*/
.redtext  {
	color: #FF0000;
	font-weight: bold;
}

/* Text Size 10 px */
.txt10pt  {
	font-size: 10px;
}

/* Text Size 12 px */
.txt12px  {
	font-size: 12px;
}

/* Colors for list tables */
/* table blue */
.tblheadblue  {
	border: thin solid #1E4BA4;
	background-color: #1E4BA4;
	color: #FFFFFF;
	font-weight: bold;
}

.td3brdrblue  {
	border-bottom: thin solid #1E4BA4;
	border-left: thin solid #1E4BA4;
	border-right: thin solid #1E4BA4;
}

.td2brdrblue  {
	border-bottom: thin solid #1E4BA4;
	border-right: thin solid #1E4BA4;
}
/* table red */
.tblheadred  {
	border: thin solid #FF0000;
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
}

.td3brdrred  {
	border-bottom: thin solid #FF0000;
	border-left: thin solid #FF0000;
	border-right: thin solid #FF0000;
}

.td2brdrred  {
	border-bottom: thin solid #FF0000;
	border-right: thin solid #FF0000;
}
/* table green */
.tblheadgreen  {
	border: thin solid #00CC00;
	background-color: #00CC00;
	color: #FFFFFF;
	font-weight: bold;
}

.td3brdrgreen  {
	border-bottom: thin solid #00CC00;
	border-left: thin solid #00CC00;
	border-right: thin solid #00CC00;
}

.td2brdrgreen  {
	border-bottom: thin solid #00CC00;
	border-right: thin solid #00CC00;
}

/* table yellow */
.tblheadyellow  {
	border: thin solid #FFCC00;
	background-color: #FFCC00;
	color: #000000;
	font-weight: bold;
}

.td3brdryellow  {
	border-bottom: thin solid #FFCC00;
	border-left: thin solid #FFCC00;
	border-right: thin solid #FFCC00;
}

.td2brdryellow  {
	border-bottom: thin solid #FFCC00;
	border-right: thin solid #FFCC00;
}