
	BODY {
		background: White;
		padding: 0px;
		margin: 0px;
	}

	.GrayTitle {
		background: #F0F0F0;
		color: #909090;
		height: 22px;
		vertical-align: middle;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:  10pt;
		font-weight: bold;
		padding: 2px;
		padding-left: 10px;
	}

	.GrayBody {
		color: #909090;
		height: 22px;
		text-align: justify;
		vertical-align: middle;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:  10pt;
		font-weight: normal;
		padding: 5px;
		padding-left: 40px;
	}

	.GrayTable {
		border-right-style : none;
		border-right-color : #E0E0E0;
		border-right-width : 1px;
	}
	
	
	.BrownTitle {
		background: #FFF0E8;
		color: #806040;
		height: 22px;
		vertical-align: middle;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:  10pt;
		font-weight: bold;
		padding: 2px;
		padding-left: 10px;
	}

	.BrownBody {
		color: #806040;
		height: 22px;
		text-align: justify;
		vertical-align: middle;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:  10pt;
		font-weight: normal;
		padding: 5px;
		padding-left: 40px;
	}

	.BrownTable {
		border-right-style : none;
		border-right-color : #503000;
		border-right-width : 1px;
	}

	.BlueTitle {
		background: #F0F0FF;
		color: #406080;
		height: 22px;
		vertical-align: middle;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:  10pt;
		font-weight: bold;
		padding: 2px;
		padding-left: 10px;
	}

	.BlueBody {
		color: #406080;
		height: 22px;
		text-align: justify;
		vertical-align: middle;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:  10pt;
		font-weight: normal;
		padding: 5px;
		padding-left: 40px;
	}

	.BlueTable {
		border-right-style : none;
		border-right-color : #003050;
		border-right-width : 1px;
	}

	.PastelBlueTitle {
		background: #E0E0E5;
		color: #404045;
		height: 22px;
		vertical-align: middle;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:  10pt;
		font-weight: bold;
		padding: 2px;
		padding-left: 10px;
	}

	.PastelBlueBody {
		color: #404045;
		height: 22px;
		text-align: justify;
		vertical-align: middle;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:  10pt;
		font-weight: normal;
		padding: 5px;
		padding-left: 40px;
	}

	.PastelBlueTable {
		border-right-style : none;
		border-right-color : #003050;
		border-right-width : 1px;
	}
	
	
	.GreenTitle {
		background:  #F0FFF0;
		color:  #408060;
		height: 22px;
		vertical-align: middle;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:  10pt;
		font-weight: bold;
		padding: 2px;
		padding-left: 10px;
	}

	.GreenBody {
		color: #408060;
		height: 22px;
		text-align: justify;
		vertical-align: middle;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:  10pt;
		font-weight: normal;
		padding: 5px;
		padding-left: 40px;
	}

	.GreenTable {
		border-right-style : none;
		border-right-color : #005030;
		border-right-width : 1px;
	}

	.RedTitle {
		background: #FFF0F0;
		color: #D04040;
		height: 22px;
		vertical-align: middle;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:  10pt;
		font-weight: bold;
		padding: 2px;
		padding-left: 10px;
	}

	.RedBody {
		color: #D04040;
		height: 22px;
		text-align: justify;
		vertical-align: middle;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:  10pt;
		font-weight: normal;
		padding: 5px;
		padding-left: 40px;
	}

	.RedTable {
		border-right-style : none;
		border-right-color : #D04040;
		border-right-width : 1px;
	}

	.Box {
		background-image: img\decor\box_corner.gif;
		background-attachment : fixed;
		background-position : left bottom;
		background-repeat : no-repeat;
	}
	
	.PageLayout {
		border-bottom-style : solid;
		border-bottom-color : #F0F0F5;
		border-bottom-width : 2px;
	}

	.CommentText {
		background: #FFFFF0;
		color: #6060ff;
		height: 22px;
		text-align: justify;
		vertical-align: middle;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:  9pt;
		font-weight: normal;
		padding: 5px;
		border-style: solid;
		border-width: 1px;
		border-color: #6060ff;
	}
	
	.CommentBox {
		padding: 2px;
	}
	
	TD {
		color: Gray;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10pt;
	}

	A {
		color: Blue;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		text-decoration: none;
	}
	
	A:Hover {
		color: Red;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		text-decoration: none;
	}

	INPUT {
		border-style: solid;
		border-width: 1px;
		background: White;
		height: 22px;
	}
	
	SELECT {
		border-style: solid;
		border-width: 1px;
		background: White;
		height: 22px;
	}	

