body {
	font-family: Arial, Helvetica, sans-serif;
}
td.datacellone {
	background-color: #ffffff; color: white;
}
td.datacelltwo {
	background-color: #ada3c8; color: white;
}
td.datacellthree {
	background-color: #9183b5; color: white;
	}
td.datacellfour {
	background-color: #ceccd3; color: white;
	}
.text-white {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	padding-left: 5px;
   padding-right: 5px;
   padding-right: 10px;

text-transform: none;
	color:#ffffff;
	text-decoration: none;
}
.text {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	padding-left: 5px;
   padding-right: 5px;
   padding-right: 10px;

text-transform: none;
	color:#615f63;
	text-decoration: none;
}
.textsm {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	padding-left: 6px;
   padding-right:6px;
   

text-transform: none;
	color:#615f63;
	text-decoration: none;
}
.h1 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: caps;
	padding: 5px;
	color:#ffffff;
	text-decoration: none;
	text-align:right;
}
.h2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: caps;
	padding:5px;
	color:#4b3a5f;
	text-decoration: none;
}

.h3 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: caps;
	padding: 5px;
	color:#ffffff;
	text-decoration: none;
}
a.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style:bold;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	padding: 5px 5px;
	color: #4b3a5f;
	text-decoration: none;
}

a:hover.link	{
	text-decoration: none;
	color: #ffffff;
}

  

a.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style:bold;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	padding: 15px 10px 7px 5px;
	color: #666666;
	text-decoration: none;
}

a:hover.footer	{
	text-decoration: none;
	color: #e2e2e2;
}


.breadCrumb{
	padding: 5px 0px 5px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

.breadCrumb a{
	color: #ffffff;
	text-decoration: none;
}

.breadCrumb a:hover{
	color: #483e65;
	text-decoration: none;
	
}
 hr {
 border: none 0; 
 border-top: 1px dashed #4b3a5f;
 background-color:#ceccd3;
  width: 90%;


}