
BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : White;
	background-color : #000080;
	font-variant : small-caps;
	text-align : center;
}

A:LINK {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 10pt;
		font-style : normal;
		text-decoration : none;
		color : #FFFFFF;
}

A:VISITED {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 10pt;
		font-style : normal;
		text-decoration : none;
		color : #FFFFFF;
}
	
A:HOVER {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 10pt;
		font-style : normal;
		text-decoration : underline;
		color : #FFFFFF;
}

/* Normal cells */
.CellNormal {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : White;
	background-color : Gray;
	font-size : 10pt;
	text-decoration : none;
	border : 1px ridge #D3D3D3;
	text-align : center;
}

/* The back cell */	
.CellBack {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		color : White;
		background-color : #003366;
		font-size : 10pt;
		text-decoration : none;
		border : 1px ridge #6699CC;
		text-align : center;
}

/* The current cell */
.CellCur {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		color : White;
		background-color : #003366;
		font-size : 10pt;
		text-decoration : none;
		border : 1px ridge #6699CC;
		text-align : center;
}

/*  The header above the table  */
.Header {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	text-align : center;
	margin-bottom : 12pt;
	color : White;
}

/* The copyright notice below the table */
.CopyrightNotice {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #F0F8FF;
}

TABLE {
	margin-left : 10px;
}
