html,body 
         {
	color				:	#000000;
	height				:	100%;
	margin				:	0px;
	padding				:	0px;
	border				:	none;
}

a:link 
		{
	color			:   #950404;
	text-decoration	:   underline;
}

a:visited 
		{
	color			:   #000000;
	text-decoration	:   underline;
}

a:hover 
		{
	color			:   #500E0E;
	text-decoration	:   underline;
}

a.nounderline:link 
		{
	color			:   #950404;
	text-decoration	:   none;
}

a.nounderline:visited 
		{
	color			:   #000000;
	text-decoration	:   none;
}

a.nounderline:hover 
		{
	color			:   #500E0E;
	text-decoration	:   none;
}

a.topfont:link 
		{
	color			:   #9DAF9A;
	text-decoration	:   underline;
}

a.topfont:visited 
		{
	color			:   #9DAF9A;
	text-decoration	:   underline;
}

a.topfont:hover 
		{
	color			:   #B6CAB3;
	text-decoration	:   underline;
}

a.boxtitle:link 
		{
	color			:   #9DAF9A;
	text-decoration	:	none;
}

a.boxtitle:visited 
		{
	color			:   #9DAF9A;
	text-decoration	:	none;
}

a.boxtitle:hover 
		{
	color			:   #B6CAB3;
	text-decoration	:	none;
}

span.hero
	{
	color			:	green;
	font-weight		:	bold;
}

span.bet
	{
	color			:	#950404;
}

span.raise
	{
	color			:	#950404;
}

span.fold
	{
	color			:	#a0a0a0;
}

img 
         {
	margin			:    0px;
	border			:    0px;
}

hr
	{
	border				:	0px;
	height				:	1px;
	color				:	#c0c0c0;
	background-color	:	#c0c0c0;
}

#mastertable
	{
	background-color	:	#000000;
	height				:	100%;
}

#mastertablesides
	{
	background-image	:	url(images/sidebackground.gif);
}

#mastertableborderleft
	{
	background-image	:	url(images/borderleft.gif);
}

#mastertableborderright
	{
	background-image	:	url(images/borderright.gif);
}

#maintables
	{
	background-image	:	url(images/background.jpg);
	background-repeat	:	repeat-y;
	background-position	:	top center;
}

#centertable
	{
	background-image	:	url(images/background.jpg);
	background-repeat	:	repeat-y;
	background-position	:	top center;
}

#topbar
	{
	font-family		:	sans-serif, verdana, arial, tahoma;
	font-size		:	11px;
	color			:	#9DAF9A;
	margin			:	0px 20px;
}

#bottombar
	{
	font-family		:	sans-serif, verdana, arial, tahoma;
	font-size		:	11px;
	color			:	#9DAF9A;
	text-align		:	center;
}

#smallnewsbox
	{
	position		:	relative;
	width			:	175px;
	height			:	85px;
	top				:	45px;
	left			:	35px;
	font-family		:	sans-serif, sans-serif, verdana, arial, tahoma;
	font-size		:	11px;
	color			:	#000000;
	overflow		:	hidden;
}

#smallforumbox
	{
	position		:	relative;
	width			:	175px;
	height			:	85px;
	top				:	45px;
	left			:	20px;
	font-family		:	sans-serif, verdana, arial, tahoma;
	font-size		:	11px;
	color			:	#000000;
	overflow		:	hidden;
}

#smallbonusbox
	{
	position		:	relative;
	width			:	175px;
	height			:	85px;
	top				:	45px;
	left			:	20px;
	font-family		:	sans-serif, verdana, arial, tahoma;
	font-size		:	11px;
	color			:	#000000;
	overflow		:	hidden;
}

#smallhandreviewsbox
{
	position		:	relative;
	width			:	175px;
	height			:	85px;
	top				:	45px;
	left			:	20px;
	font-family		:	sans-serif, verdana, arial, tahoma;
	font-size		:	11px;
	color			:	#000000;
	overflow		:	hidden;
}

#mainaddbox
	{
	position		:	relative;
	width			:	525px;
	height			:	60px;
	top				:	25px;
	left			:	45px;
	font-family		:	sans-serif, verdana, arial, tahoma;
	font-size		:	11px;
	color			:	#9DAF9A;
	overflow		:	hidden;
}

#newspost
	{
	position		:	relative;
	width			:	505px;
	top				:	15px;
	left			:	55px;
	font-family		:	sans-serif, verdana, arial, tahoma;
	font-size		:	11px;
	color			:	#000000;
	margin			:	0px 0px 30px;
}

#newspostcomments
	{
	position		:	relative;
	width			:	100px;
	font-family		:	sans-serif, verdana, arial, tahoma;
	font-size		:	11px;
	color			:	#9DAF9A;
	margin			:	0px 0px 11px;
	text-align		:	right;
}

#newsposttitle
	{
	position		:	relative;
	left			:	55px;
	font-family		:	sans-serif, verdana, arial, tahoma;
	font-size		:	13px;
	font-weight		:	bold;
	color			:	#9DAF9A;
	margin			:	0px 0px 11px;
}

#newspostauthordate
	{
	position		:	relative;
	width			:	505px;
	top				:	15px;
	left			:	55px;
	font-family		:	sans-serif, verdana, arial, tahoma;
	font-size		:	11px;
	font-style		:	italic;
	color			:	#000000;
	margin			:	0px 0px 10px;
}

#commentpost
	{
	position		:	relative;
	width			:	485px;
	top				:	15px;
	left			:	65px;
	font-family		:	sans-serif, verdana, arial, tahoma;
	font-size		:	11px;
	color			:	#000000;
	margin			:	0px 0px 30px;
}

#commentemail
	{
	position		:	relative;
	top				:	0px;
	left			:	0px;
	width			:	485px;
	height			:	24px;
	font-family		:	sans-serif, verdana, arial, tahoma;
	font-size		:	11px;
	color			:	#646464;
	margin			:	0px 0px 5px;
	border			:	0px;
	white-space		:	normal;
	padding			:	5px;
	background-image	:	url(images/commentemail.gif);
	background-repeat	:	no-repeat;
}

#submitphoto
	{
	position		:	relative;
	width			:	485px;
	font-family		:	sans-serif, verdana, arial, tahoma;
	font-size		:	11px;
	color			:	#646464;
}

#commenttextarea
	{
	position		:	relative;
	top				:	0px;
	left			:	0px;
	width			:	485px;
	height			:	160px;
	font-family		:	sans-serif, verdana, arial, tahoma;
	font-size		:	11px;
	color			:	#646464;
	margin			:	0px 0px 5px;
	border			:	0px;
	white-space		:	normal;
	padding			:	5px;
	background-image	:	url(images/commenttextarea.gif);
	background-repeat	:	no-repeat;
}

#commentsubmit
	{
	position		:	relative;
	width			:	96px;
	height			:	15px;
	left			:	389px;
	font-family		:	sans-serif, verdana, arial, tahoma;
	font-size		:	11px;
	color			:	#000000;
	margin			:	0px 0px 0px;
	border			:	0px;
	background-image	:	url(images/commentsubmit.gif);
	cursor			:	pointer;
}

#latestarticletitle
	{
	position		:	relative;
	width			:	205px;
	top				:	70px;
	left			:	40px;
	font-family		:	sans-serif, verdana, arial, tahoma;
	font-size		:	13px;
	font-weight		:	bold;
	color			:	#9DAF9A;
	text-align		:	center;
}

#latestarticle
	{
	position		:	relative;
	width			:	205px;
	top				:	80px;
	left			:	40px;
	height			:	240px;
	font-family		:	sans-serif, verdana, arial, tahoma;
	font-size		:	11px;
	color			:	#9DAF9A;
	overflow		:	hidden;
}

#categories
	{
	position		:	relative;
	width			:	205px;
	top				:	70px;
	left			:	40px;
	height			:	265px;
	font-family		:	sans-serif, verdana, arial, tahoma;
	font-size		:	13px;
	color			:	#9DAF9A;
	text-align		:	center;
	overflow		:	hidden;
}

#handstitle
	{
	position		:	relative;
	width			:	205px;
	left			:	40px;
	font-family		:	sans-serif, verdana, arial, tahoma;
	font-size		:	13px;
	font-weight		:	bold;
	color			:	#9DAF9A;
	margin			:	0px 0px 11px;
	text-align		:	center;
}

#handscontent
	{
	position		:	relative;
	width			:	205px;
	top				:	15px;
	left			:	40px;
	font-family		:	sans-serif, verdana, arial, tahoma;
	font-size		:	11px;
	color			:	#000000;
	margin			:	0px 0px 30px;
}

#handscontentfont
	{
	font-family		:	sans-serif, verdana, arial, tahoma;
	font-size		:	11px;
	color			:	#000000;
	overflow		:	hidden;
}

#tablefontbig
	{
	font-family		:	sans-serif, verdana, arial, tahoma;
	font-size		:	13px;
	color			:	#000000;
	overflow		:	hidden;
}

#tablefontmedium
	{
	font-family		:	sans-serif, verdana, arial, tahoma;
	font-size		:	12px;
	color			:	#000000;
	overflow		:	hidden;
}

#singlehandtextarea
	{
	position		:	relative;
	top				:	15px;
	left			:	2px;
	width			:	201px;
	height			:	83px;
	font-family		:	sans-serif, verdana, arial, tahoma;
	font-size		:	11px;
	color			:	#646464;
	margin			:	0px 0px 20px;
	border			:	0px;
	white-space		:	normal;
	padding			:	5px;
	background-image	:	url(images/singlehandtextarea.gif);
	background-repeat	:	no-repeat;
}

#singlehandsubmit
	{
	position		:	relative;
	width			:	98px;
	height			:	15px;
	left			:	2px;
	font-family		:	sans-serif, verdana, arial, tahoma;
	font-size		:	11px;
	color			:	#000000;
	margin			:	0px 0px 0px;
	border			:	0px;
	background-image	:	url(images/singlehandsubmit.gif);
	cursor			:	pointer;
}

#singlehanddiscuss
	{
	position		:	relative;
	width			:	98px;
	height			:	15px;
	left			:	7px;
	font-family		:	sans-serif, verdana, arial, tahoma;
	font-size		:	11px;
	color			:	#000000;
	margin			:	0px 0px 0px;
	border			:	0px;
	background-image	:	url(images/singlehanddiscuss.gif);
	cursor			:	pointer;

}

#addstitle
	{
	position		:	relative;
	width			:	205px;
	left			:	40px;
	font-family		:	sans-serif, verdana, arial, tahoma;
	font-size		:	13px;
	font-weight		:	bold;
	color			:	#9DAF9A;
	margin			:	2px 0px 11px;
	text-align		:	center;
}

#addscontent
	{
	position		:	relative;
	width			:	205px;
	top				:	15px;
	left			:	40px;
	font-family		:	sans-serif, verdana, arial, tahoma;
	font-size		:	11px;
	color			:	#000000;
	margin			:	0px 0px 15px;
}

#handreviewermain
	{
	position		:	relative;
	width			:	790px;
	top				:	15px;
	left			:	55px;
	font-family		:	sans-serif, verdana, arial, tahoma;
	font-size		:	11px;
	color			:	#000000;
	margin			:	0px 0px 30px;
}

#handreviewersubmit
	{
	position		:	relative;
	width			:	400px;
	top				:	15px;
	left			:	250px;
	font-family		:	sans-serif, verdana, arial, tahoma;
	font-size		:	11px;
	color			:	#000000;
	margin			:	0px 0px 30px;
}

#handreviewertitle
	{
	position		:	relative;
	width			:	790px;
	top				:	15px;
	left			:	55px;
	font-family		:	sans-serif, verdana, arial, tahoma;
	font-size		:	14px;
	font-weight		:	bold;
	color			:	#950404;
	margin			:	0px 0px 15px;
	text-align		:	center;
}

#handreviewertoplinks
	{
	position		:	relative;
	width			:	790px;
	top				:	15px;
	left			:	55px;
	font-family		:	sans-serif, verdana, arial, tahoma;
	font-size		:	11px;
	color			:	#000000;
	margin			:	0px 0px 15px;
	text-align		:	center;
}

#handreviewerbottomlinks
	{
	position		:	relative;
	width			:	790px;
	top				:	15px;
	left			:	55px;
	font-family		:	sans-serif, verdana, arial, tahoma;
	font-size		:	12px;
	color			:	#000000;
	margin			:	0px 0px 30px;
	text-align		:	center;
	text-decoration	:	none;
}

#searchhistories
	{
	position		:	relative;
	width			:	120px;
	left			:	0px;
	font-family		:	sans-serif, verdana, arial, tahoma;
	font-size		:	11px;
	color			:	#646464;
	border-width	:	1px;
	border-color	:	#C0C0C0;
	border-style	:	solid;
	margin			:	0px 0px 0px;
}

#searchselect
	{
	position		:	relative;
	width			:	120px;
	left			:	0px;
	font-family		:	sans-serif, verdana, arial, tahoma;
	font-size		:	11px;
	color			:	#646464;
	border-width	:	1px;
	border-color	:	#C0C0C0;
	border-style	:	solid;
	margin			:	0px 0px 0px;
}

#selectsubmit
	{
	position		:	relative;
	width			:	400px;
	left			:	0px;
	font-family		:	sans-serif, verdana, arial, tahoma;
	font-size		:	11px;
	color			:	#646464;
	border-width	:	1px;
	border-color	:	#C0C0C0;
	border-style	:	solid;
	margin			:	2px 0px 0px;
}

#searchhistoriessubmit
	{
	position		:	relative;
	width			:	98px;
	height			:	15px;
	left			:	0px;
	font-family		:	sans-serif, verdana, arial, tahoma;
	font-size		:	11px;
	color			:	#000000;
	margin			:	0px 0px 0px;
	border			:	0px;
	background-image	:	url(images/search.gif);
	cursor			:	pointer;
}

#historysubmittitle
	{
	position		:	relative;
	width			:	400px;
	font-family		:	sans-serif, verdana, arial, tahoma;
	font-size		:	11px;
	color			:	#646464;
	border-width	:	1px;
	border-color	:	#C0C0C0;
	border-style	:	solid;
	margin			:	2px 0px 0px;
}

#historysubmitdescription
	{
	position		:	relative;
	width			:	400px;
	height			:	250px;
	font-family		:	sans-serif, verdana, arial, tahoma;
	font-size		:	11px;
	color			:	#646464;
	border-width	:	1px;
	border-color	:	#C0C0C0;
	border-style	:	solid;
	margin			:	2px 0px 0px;
}

#historysubmitfile
	{
	position		:	relative;
	width			:	400px;
	font-family		:	sans-serif, verdana, arial, tahoma;
	font-size		:	11px;
	color			:	#646464;
	margin			:	2px 0px 0px;
}

#historysubmitsubmit
	{
	position		:	relative;
	width			:	98px;
	height			:	15px;
	margin			:	0px 0px 0px;
	border			:	0px;
	background-image	:	url(images/submit.gif);
	cursor			:	pointer;
}

#historytable
	{
	border-width	:	2px;
	border-color	:	#950404;
	border-style	:	solid;
	background-color	:	#e9e9e9;
}

#historytablestacks
	{
	border-width	:	1px;
	border-color	:	#ffffff;
	border-style	:	solid;
	background-color	:	#e1e1e1;
}

#historytablestreets
	{
	border-width	:	1px;
	border-color	:	#ffffff;
	border-style	:	solid;
	background-color	:	#e1e1e1;
}

#historytablecomments
	{
	border-width	:	1px;
	border-color	:	#ffffff;
	border-style	:	solid;
}

#minicard
	{
	position		:	relative;
	top				:	2px;
}

#spacerdiv
	{
	height			:	100%;
}

#greenfont
	{
	font-family		:	sans-serif, verdana, arial, tahoma;
	font-size		:	11px;
	color			:	#9DAF9A;
}