	body, html {
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 9px;
		color: #95579C;
		background-color: #E1D2E7;
		margin: 0;
		}

	.tabularData {
		font-size: 9px;
		width: 100%;
		}

	.tabularData td {
		vertical-align: top;
		}

	.altColor1 {
		padding: 5px 0px 5px 2px;
		background-color: #E1D2E7;
		color: #95579C;
		}
	
	.altColor2 {
		padding: 5px 0px 5px 2px;
		background-color: #E1D2E7;
		color: #95579C;
		}
	
a:link { 
	color: #a5216b;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #a5216b;
	}
	

a:visited { 
	color: #a5216b;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #a5216b;
	}

a:hover { 
	color: #ea92c4;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #ea92c4;
	}
