a {
	color: #3366CC;
	text-decoration: none;
}

.bodystyle { margin:0; }

.sptitle {
	font-family: courier;
	font-size: 22px;
	line-height: 24px;
	color: #993399;
	font-weight:900;
}

.spcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
}

.subtitle {
	font-family: courier;
	font-size: 16px;
	line-height: 22px;
	color: #993399;
}

.subtitle-bold {
	font-family: courier;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #993399;
}

.subtitle-black {
	font-family: courier;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #000000;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #993399;
	color: #FFFFFF;
}

.table-header {
	background: #CC99FF;
	font-family: courier;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;	
}

.table-rowOdd {
	background: #FFFFFF;
}

.table-rowOdd td{
	text-align:left;
}


.table-rowEven {
	background: #CC99FF;
}


.table-rowEven td{
	text-align:left;
}


a:hover {
	text-decoration: underline;
}




