BODY {
	background-color: #CCCCCC;
	background-attachment: fixed;
	/*
    margin-top: 10px;
    */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:		100%;
	color: #750156;
	/*
	<body bgcolor="#CCCCCC" text="#750156">
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	*/
}

A:LINK {
	color : #0000FF;
	text-decoration : none;
	font-weight : bold;
}

A:HOVER {
	color : #FF0000;
	text-decoration : none;
	font-weight : bold;
}

A:VISITED {
	color : #009900;
	text-decoration : none;
	font-weight : bold;
}


A:VISITED:HOVER {
    color : #FF0000;
	text-decoration : none;
	font-weight : bold;
}

TABLE.BOX {
	background-attachment: fixed;
}


P.INDENT {
	text-indent: 3em;
}

P.SM_INDENT {
	text-indent: 2em;
}

DT.PROGRAM {
	font-size:	115%;
	font-weight:	bold;
	font-style:		italic;
}