

body {
	background-image: url(../images/side-fade.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #000000;
}
h1 {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	display: inline;
}
h2 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #0099CC;
	text-decoration: none;
	display: inline;
}
h3 {
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	display: inline;
}
.breadcrumb {
	font-family: Verdana;	
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.poker {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.orangepoker {
	font-family: Verdana;
	font-size: 14px;
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
.footer {
	font-family: Verdana;
	font-size: 9px;
	color:#FFFFFF;
	text-decoration: none;
}
.poker-white {
	font-family: Verdana;
	font-size: 10px;
	color:#FFFFFF;
	text-decoration: none;
}
.side-nav {
	font-family: Verdana;
	font-size: 10px;
	color:#FFFFFF;
	text-decoration: none;
}
.text{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.footerblue {
	font-family: Verdana;
	font-size: 10px;
	color: #0099CC;
	text-decoration: none;
}
.page-title {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #0099CC;
	text-decoration: none;
}
.cardtype {
	color: #FF0000;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
}
.spacerightbottom {
	padding-bottom: 5px;
	padding-right: 12px;
}
/*BORDER Classes */
.borderblack {
	border: 1px solid #000000;
}
.borderwhite {
	border: 1px solid #FFFFFF;
}
.borderwhitedot {
	border: 1px dotted #FFFFFF;
}
.bordergrey {
	border: 1px solid #999999;
}
.borderblue {
	border: 1px solid #0099CC;
}
.bordertop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	display: compact;
}
.borderbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	display: compact;
}
.borderbottomblue {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0099CC;
	display: compact;
}
.bordertopbottom {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	display: compact;
}
.bordernotop {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.bordernotopgrey {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.bordernobottom {
	border-right-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-top-color: #000000;
	border-left-color: #000000;
}
/*HOVER Classes */
:active.h1 {
	text-decoration: underline;
	color: #000000;
	font-size: 11px;
}
:active.h2 {
	text-decoration: underline;
	font-size: 14px;
	color: #0099CC;
	font-weight: bold;
}
:active.h3 {
	text-decoration: underline;
	color: #0099CC;
	font-size: 9px;
}
:active.breadcrumb {
	text-decoration: underline;
	font-size: 10px;
	color: #000000;
}
:active.poker {
	text-decoration: underline;
	color: #0099CC;
	font-size: 10px;
	font-weight: bold;
}
:active.orangepoker {
	font-family: Verdana;
	font-size: 14px;
	color: #0099CC;
	text-decoration: none;
	font-weight: bold;
}
:active.text {
	text-decoration: underline;
	color: #0099CC;
	font-size: 11px;
}
:active.footer {
	text-decoration: underline;
	color:#FFFFFF;
	font-size: 9px;
}
:active.poker-white {
	text-decoration: underline;
	font-size: 10px;
	color:#FFFFFF;
}
:active.side-links {
	text-decoration: underline;
	color:#FFFFFF;
	font-size: 10px;
}
:active.page-title {
	text-decoration: none;
	color: #FF9900;
	font-size: 14px;
	font-weight: bold;
}




