/* style sheet for easypokertableplans.com  */
.style1 {
	font-family: Arial;
	font-size: 14pt;
	color: navy;
}
body {
	background-color: #006600;
	padding: 15px;
}
.redheading {
	font-size: 36px;
	font-weight: bold;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	font-style: normal;
	text-align: center;
}
.strikethruredheading {
	font-size: 36px;
	font-weight: bold;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	font-style: normal;
	text-align: center;
	text-decoration: line-through;
}

.blueheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #000080;
	background-position: center;
	text-align: center;
}


.boxborder {
	border: 1px solid #000000;
}
.fakelink {
	color: #0000CC;
	text-decoration: underline;
}
.yellowhighlight {
	background-color: #FFFF00;
}
.img-left
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.img-right
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.img-center
{
	text-align:center;
    display:block;
}
.bonus-boxborder {
	border: 2px dashed #666666;
	padding: 10px;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
}
.table-boxborder {
	border: 1px solid rgb(0, 0, 0);
}
ul {
	line-height: 1.5em;
}
