html
	{
	height: 98%;
	}
body
	{
	height: 98%;
	margin:0px;
	}
.bg2 	{
	background-image: url(images/bg1.GIF);
	background-position: left top;
	}
.bg1 	{
	background-image: url(images/cat2.gif);
	background-position: right bottom;
	background-repeat:no-repeat;
	}
H1
	{
	font-size:24pt;
	}
H2
	{
	font-size:12pt;
	}
body
	{
	font-size:10pt;
	font-family:Verdana;
	color:black;
	text-align:left;
	}
a:visited, a:link, a:active 
	{
	color : blue;
	text-decoration : none;
	} 
a:hover 
	{
	font-weight:bold;
	color : red;
	text-decoration : bold;
	} 
li 	{
	list-style-image: url(images/bullet.jpg);
	margin-bottom: 5px;
	margin-left: 50px;
	}
td.activetab
	{
	background-color:#c5e2ff;
	font-size:12pt;
	font-weight:bold;
	}

td.subtab
	{
	background-color:#c5e2ff;
	}
td.tab
	{
	background-color:#01cfff;
	font-weight:bold;
	font-size:12pt;
	color: black;
	}
.class1 a:visited, .class1 a:link, .class1 a:active 
	{
	color : black;
	font-weight:normal;
	text-decoration : none;
	} 
.class1 a:hover 
	{
	font-weight:bold;
	color : white;
	text-decoration : bold;