	BODY, P, UL, LI, TD {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
		font-weight: normal;
	}
	.small {
		font-size: 10px;
	}
	.titleLg {
		font-size: 16px;
		font-weight: bold;
	}
	.titleSm {
		font-size: 14px;
		font-weight: bold;
	}
	A {
		color: #703E81;
		font-weight: bold;

	}
	A:link {
		color: #703E81;
		font-weight: bold;

	}
	A:visited {
		color: #703E81;
		font-weight: bold;

	}
	A:hover {
		color: #000000;
		font-weight: bold;
		text-decoration: none;

	}
	A:active {
		color: #000000;
		font-weight: bold;

	}
	A.white {
		color: #ffffff;
		font-size: 11px;
		text-decoration: underline;
		margin-left : 10px;
		font-weight: normal;
	}
	A.white:link {
		color: #ffffff;
		font-size: 11px;
		text-decoration: underline;
		font-weight: normal;
	}
	A.white:visited {
		color: #ffffff;
		font-size: 11px;
		text-decoration: underline;
		font-weight: normal;
	}
	A.white:hover {
		color: #FFF99B;
		font-size: 11px;
		text-decoration: none;
		font-weight: normal;
	}
	A.white:active{
		color: #D9C1EC;
		font-size: 11px;
		text-decoration: none;
		font-weight: normal;
	}
	.whiteText{
		color: #ffffff;
		font-size: 12px;
		margin-left : 16px;
		margin-right : 12px;
		margin-bottom : 6px;
	}
		.blackText{
		color: #000000;
		font-size: 12px;
		margin-left : 12px;
		margin-right : 12px;
		margin-top : 6px;

	}
	.greenText{
		color: #024645;
		font-size: 11px;
	}	
	.footer{
		color: #000000;
		font-size: 12px;
		margin-top : 7px;
		margin-bottom : 7px;
	}	
	.titleText{
		color: #ffffff;
		font-size: 12px;
		margin-left : 10px;
		font-weight: bold;
		margin-top : 4px;
		margin-bottom : 4px;
	}
	
	.titleRule {
		background-color: #ffffff;
	}
	.titleBG {
		background-color: #F3BB30;
		}
	.contentBG {
		background-color: #FBEABE;
	}
	.tableBG {
		background-color: #FBEABE;
	}