p, td, body {
	color: #330066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a.purpleLink{
	color: #401D56;
	text-decoration: none;
}

a:hover.purpleLink{
	text-decoration: underline;
}

h2{
	font-size: 16px;
	padding-top: 8px;
	padding-bottom: -4px;
}

.h2{
	font-size: 16px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
}

.bgimage{
	background-repeat:no-repeat;
}

#subjectLine {
	color: #330066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

input, textarea{
	color: #330066;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #330066;
}

.error {
	color: #990000;
	font-size: 12px; 
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.errNotice{
	color: #990000;
	font-size: 10px; 
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
}

a {
	color: #999966;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #330066;
}


/*dTree Styles*/
.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #849B41;
	font-weight: bold;
	white-space: nowrap;        
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #401D56;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	/*color: #FFF;*/
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}

.row1{
	color: #330066;
	 background-color: white;
}

.row2{ 
	 color: #330066;
	 background-color: #BDC58C;
}

.header{
  color: #000;
  font-weight: bold;
}
