/* CSS Document */

body {
	background: #B5B0EE;
	border: solid 0px #565;
	border-bottom: solid 1px #565;
	border-top: solid 3px #565;
	color: #000000;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

.mainsection{
   background:#CBC4F2;
}

.backgroundsection{
   background:#652184;
}

.overallsection{
   background:#FFFFFF;
}

.title {
   font-weight:bold;
}

.overalltext {
   font-weight:bold;
   font-size: 14px;
   color: #000000
}

p {
	text-align: justify;
}

td {
  font-family: Trebuchet MS, sans-serif;
  font-size: 11px;
  color: #000000;
  text-align: justify;
  line-height: 15px;
  
  }
  
a {
	color: #652184;
}

a img {
	border: none;
}

a:visited {
	color: #993399;
}

a:hover {
	color: #000000;
}

h2 {
    font-size:10px;
	font-family: Trebuchet MS, sans-serif;
	font-weight:bold
}
