/* Bingo Paycheck Styles */
body {
	margin: 0px;
	background: #D2D9DA;
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #000000;
}


/* colours + backgrounds */
.copyBg01 {
	background: #FFFF99;
}

.copyBg02 {
	background: #99CC00;
}

.copyBg03 {
	background: #E8F0F9;
}

.copyBg04 {
	background: #FFCC00;
}

.copyBg05 {
	background: #BED8EB;
}

.copyBg06 {
	background: #CCFFFF;
}

.menuBg {
	background: url("../images/dsg-menuBg.gif");
}

.menuhorzline {
	background: #006699;
}

.panelleft_affheader {
	background: #3399CC;
}

.panelleft_header {
	background: #006699;
}

.panelleft_lightBg {
	background: #BED8EB;
}

.panelleftbg {
	background: #8EBDD7;
}

.panelrightbg {
	background: #FFFFFF;
}

.paneltopbg {
	background: #FFFFFF;
}

.redIndic {
	background: #FFFF99 url("../images/dsg-redIndic_mid.gif") repeat-x;
}

.shadeleft {
	background: url("../images/dsg-shade_left.gif");
}

.shaderight {
	background: url("../images/dsg-shade_right.gif");
}

.top_headerbg {
	background: #FFFFFF url("../images/dsg-topheaderbg.gif");
}


/* text */
.bigCopy01 {
	font-size: 18px;
	color: #CC0000;
}

.bigCopy02 {
	font-size: 18px;
	color: #FFFFFF;
}

.bigCopy03 {
	font-family: verdana, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #CC0000;
}

.bigCopy04 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.bigCopy05 {
	font-size: 18px;
	color: #000000;
}

.bigCopy06 {
	font-size: 20px;
	font-weight: bold;
	color: #CC0000;
}

.bigCopy07 {
	font-family: verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #CC0000;
}

.bigCopy08 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.copy01 {
	font-size: 14px;
}

.copy02 {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.copy03 {
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}

.copy04 {
	font-size: 11px;
}

.strong01 {
	font-weight: bold;
	color: #CC0000;
}

.strong02 {
	font-weight: bold;
	background: #FFFF00;
	text-decoration: underline;
}

.strong03 {
	background: #FFFF00;
}

.testimonial {
	font-family: verdana, sans-serif;
	font-size: 10px;
}


/* anchors */
a.forgotpass {
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #000000;
}

a.forgotpass:hover {
	text-decoration: none;
}

a.copyLink01 {
	color: #006699;
}

a.copyLink01:hover {
	text-decoration: none;
}

a.copyLink02 {
	color: #006699;
	text-decoration: none;
}

a.copyLink02:hover {
	text-decoration: underline;
}


/* forms */
form {
	margin: 0px;
}

input {
	background: #FFFFFF;
	margin: 0px;
	border: 1px solid #006699;
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #000000;
}

input.cont-text {
	width: 270px;
	height: 19px;
}

input.join-email {
	width: 240px;
	height: 19px;
}

input.join-pass {
	width: 130px;
	height: 19px;
}

input.join-url {
	width: 200px;
	height: 19px;
}

input.login {
	font-weight: bold;
	width: 130px;
	height: 19px;
}

input.signupBut {
	background: none;
	margin: 0px;
	border: 0px;
}

select {
	background: #FFFFFF;
	margin: 0px;
	border: 1px solid #006699;
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #000000;
}

select.join-count {
	width: 240px;
	height: 19px;
}

textarea {
	background: #FFFFFF;
	margin: 0px;
	border: 1px solid #006699;
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #000000;
}

textarea.cont-area {
	width: 270px;
	height: 119px;
}