a:link
{
	color: #009933;
}

a:active 
{ 
	color: #009933; 
}

a:visited
{
	color: #006600;
}


body, p, td, .defaultText, .blurb, .pulldownText
{
	color: #990000;
}


.titleText, .headerText, th, h1, h2
{
	font-family: Helvetica, Verdana, Arial, Helvetica;
	color: #336699;
	font-weight: bold;
}

h1
{
	font-size: 1.2em;
}

h2
{
	font-size: 1em;
}

h3
{
	font-size: 1em;
}


#leftSideMenu a:link, a:visited
{ 
	text-decoration: none; 
	color: #009933;
}


.contentBox
{
	width: 570;
	background-color: #FFF;
	color: #390;
	border: 2pt #69C solid;
	padding: 12px;
}

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

.contentBox #more a
{
	color: #C03;
	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;
}


