body {
			font-family: Arial, Helvetica, Sans-Serif;
			font-size: 11pt;
		}

.title {
				font-size:18pt;
				padding: 10px 0px 10px 0px;
				margin: 0px 5px 0px 5px;
				color:midnightblue;
			}

.columnTitle
		{
			font-weight:bold;
			font-size: 10pt;
			vertical-align:bottom;
		}

.rowStyle
		{
			font-size: 10pt;
			vertical-align:top;
		}

DIV {
				padding: 5px 0px 5px 0px;
		}

CAPTION
		{
			background-color:#6699CC;
			font-size:14pt;
			color:white;
			padding: 5px 0px 5px 0px;
		}

th {
			font-size: 10pt;
			vertical-align:bottom;
			background-color:#6699cc;
			color:white;	
		}

.rowStyleBold {
				font-weight:bold;
				font-size:10pt;
				background-color:#99ccff;
			}
