BODY
	{ 
	background-color = "#000080" ;
	color = "#FFFFFF"
	}

A:link 
	{ 
	color: yellow;
	}

A:visited
	{ 
	color: cyan;
	}

.title
	{ 
	font-family: Arial, Arial; 
	font-size: 15pt; 
	font-weight: bold; 
        font-style: normal; 
	text-decoration: normal 
	}
.subtitle
	{ 
	font-family: Arial, Arial; 
	font-size: 11pt; 
	font-weight: bold; 
	font-style: normal; 
	text-decoration: normal 
	}
.topheader
	{ 
	font-family: Arial, Arial; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	text-decoration: normal 
	}
.colheader
	{
	font-family: Arial, Arial;
	font-size: 9pt;
	font-weight: bold; 
	font-style: normal;
	text-decoration: underline
	}
.label
	{
	font-family: Arial, Arial; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	text-decoration: normal 
	}
.data
	{
	font-family: Arial, Arial; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal; 
	text-decoration: normal 
	}
.normal
	{
	font-family: Arial, Arial; 
	font-size: 9pt; 
	color: black;
	font-weight: normal; 
	font-style: normal; 
	text-decoration: normal 
	}

