html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	height: 100%;
}

td {
	font-family: Arial, Helvetica, sans-serif;
    color:#190978;
}

.tdMenu{
	background-color: #B3A2CA;
	height: 25px;
	font-size: 12px;
	font-weight: bolder;
	color: #6656a1;
	vertical-align:middle;
}

/* Define a class for links in the menu */
a.menu
{
    text-decoration:none;
    color:#190978;
    padding:2px;
    font-size:11px;
}
a.menu:hover
{
    color:#FFFFFF;
	text-decoration:none;
}
a.mnuPeople
{
    text-decoration:none;
    color:#190978;
    padding:2px;
    font-size:12px;
}
a.mnuPeople:hover
{
    color:#190978;
	text-decoration:none;
}

a.menuSub
{
    text-decoration:none;
    color:#FFFFFF;
    padding:2px;
    font-size:12px;
}
a.menuSub:hover
{
    color:#E2D3F7;
	text-decoration:none;
}
.title{
	font-weight: bolder;
	font-size: 14px;
	padding-bottom: 22px;
}
.subTitle{
	font-weight: bold;
	font-size: 12px;
	
}
.intro{
	font-size: 13px;
	font-weight: 400;
	line-height: 15px;
}
.tdPurple{
	background-color: #B3A2CC;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}

.people{
	font-size: 11px;
}
div#test {
	height: 100%;
}
li {
	line-height: 16px;
	list-style-position: inside;
	list-style-type: square;
	display: block;
	font-size: 12px;
	margin-bottom: 15px;
}
