	BODY { 
		font-size: small;
		font-style: normal;
		font-family: Helvetica, Arial, sans-serif;
		background-color: #CCCCCC;
		color: black;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}

	P {
		font-size: small;
	}	
	A {
		color: blue;
		text-decoration: underline;
	}
	TD {
		font-size: small;
	}
	H1 {
		font-size: medium;
		font-weight: bold;
		text-align: center;
		text-decoration: underline;
		margin-top: 8pt;
		margin-bottom: 8pt;
	}
	H2 {
		font-size: small;
		text-decoration: none;
		font-style: italic;
		font-weight: normal;
		text-align: center;
		margin-top: 8pt;
		margin-bottom: 8pt;
	}
	H3 {
		font-size: small;
		font-weight: bold;
		text-decoration: underline;
		margin-top: 8pt;
		margin-bottom: 8pt;
	}
	.navlev1 {
	  margin-left: 1em;
	  margin-bottom: 2px;
	  margin-right: 1ex;
		font-size: x-small;
		font-weight: bold;
	}
	.navlev2 {
		margin-left: 2em;
		margin-right: 1ex;
		font-size: x-small;
	}
	
	A.navlink:link {
		color: black;
		text-decoration: none;
	}
	A.navlink:visited {
		color: black;
		text-decoration: none;
	}
	A.navlink:hover {
		color: black;
		text-decoration: underline;
	}
	A.inactive {
		color: gray;
		text-decoration: none;
	}
	A.current {
		color: #FF8000;
		font-weight: bold;
		text-decoration: none;
	}
	.nav {
		background-color: white;
		background-image: url(connv.gif);
		background-position: right;
		background-repeat: repeat-y;
		
			}
	.hidden {
		display: none;
	}
	.visible {
		display: block;
	}
	.badge {
		background-image: url(boxbadge1.gif);
		background-repeat: no-repeat;
		background-position: center;
		margin-top: 20px;
		height: 50px;
	}
	.topic {
		font-weight: bold;
	}

	.content p,li {
		font-size: x-small;
		}
	.content td {
		font-size: x-small;
		}
	.content h1 {
		font-size: medium;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		margin-top: 8pt;
		margin-bottom: 8pt;
		}
