a:link { color: #FF4400; }
a:active { color: #000000; }
a:visited { color: #FF8800; }
a:hover { color: #FF6600; }

a { text-decoration: none; }

body, p, td, .defaultText, .blurb, .pulldownText
{
	font-family: Verdana,Arial,Helvetica;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF6600;
}

/* used for default text color in catSelection.jsp page */
.defaultText
{
	color: #0000cc;
}

/* used for table color in my e-cards and halloween area - tables go transparent without it*/
.tableColor
{
	background-color: #000000;
}

h1, h2, h3, .cardHeading
{
	font-family: Verdana,Arial,Helvetica;
	color: #FF6600;
}

a.halloweenMenuText
{
	font-family: Verdana,Arial,Helvetica;
	font-size: 1em;
	text-decoration: none;
	font-weight: bolder;
}


.contentBox
{
	width: 500;
	background-color: #666;
	color: #fff;
	border: 2pt #F60 solid;
	padding: 3px;
}

.contentBox #more
{
	text-align: right;
	font-weight: bolder;
}

.contentBox #more a
{
	color: #FF6600;
	text-decoration: none;
}

.boxBG {	background: transparent url(/images/test/boxBG.png) no-repeat scroll top left; }


#left_side {
	float: left;
	width: 620px;
	margin-right: 15px;
}


.thumbCredit {
	color: #FF6600;
}
