	 body {
	 	color: black;
	 	font-family: arial, helvetica, helv;
		font-size: x-small; /* IE5 Win */
		font-size: small;
		margin: 0;
		padding: 0;
		background: #ffffff url(images/bg.gif) repeat-y left top;
	}	
	
	A:link {
		color: #0080FF;
		text-decoration: underline;
	}
	
	A:header {
		color: #ffffff;
		text-decoration: none;
	}
	
	A:visited {
		color: #0080FF;
		text-decoration: underline;
	}
	
	A:hover { text-decoration: none; }

	
	h1 {
	 	color: #33CC66; margin-bottom:1px;
		font-size: 16px; font-family: arial, helvetica, helv;	 
	}
	
	h2 {
	 	color: #33CC66; margin-bottom:1px;
		font-size: 14px; font-family: arial, helvetica, helv;	 
	}
	
	h3 {
	 	color: #33CC66; margin-bottom:1px;
		font-size: 12px; font-family: arial, helvetica, helv;	 
	}
	
	 .small {
	 	color: gray;
		font-size: 11px; font-family: arial, helvetica, helv;	 
	}
	
#nav {
	font-size: 82%;
	padding: 0 0 7px 0;
	background: #fff url(images/nav-bg.gif) repeat-x bottom left;
	}
	
#nav a {
	float: left;
	padding: 6px 12px 6px 12px;
	text-decoration: none;
	color: #666;
	}
#nav a:hover, #nav a.active {
	color: #000;
	background-color: #fff;
	}
#nav a.active {
	font-weight: bold;
	}

ul {
	list-style: none;
	margin: 1em 0 1em 0;
	padding-left: 24px;
	}
ul li {
	padding: 0 0 4px 15px;
	line-height: 1.3em;
	background: url(images/bullet.gif) no-repeat 0 4px;
	}
	
	