a:link
{
	color: #990099;
}

a:active { 

color: #009933; 

}

a:visited
{
	color: #770077;
}

a:hover 
{
  color:#006600;
}

body, h1, h2, p, td, .defaultText, .blurb, .pulldownText, .titleText
{
	color: #990099;
}

.headerText
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #990099;
}

th, .titleText, .blurbTitle
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #990099;
}

.highlightText
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}

h1
{
	font-family: Verdana, Arial, Helvetica;
	color: #990099;
	font-size: 1.5em;
}

h2
{
	font-family: Verdana, Arial, Helvetica;
	color: #990099;
}

h3
{
	font-size: 1em;
	color: #990099;
}


#leftSideMenu a:link, a:visited
{ 
}


.contentBox
{
	width: 380;
	background-color: #dce7fc;
	color: #390;
	border: 2pt #06C solid;
	padding: 8px;
}

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

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


