#smalltext {
		font-family: 'Trebuchet MS', 'Lucida Grande',Verdana, Lucida, Geneva, Helvetica,Arial, sans-serif;
		color: #333;
		font-size : 13px;
	}
	#smalltext1 {
		font-family: 'Trebuchet MS', 'Lucida Grande',Verdana, Lucida, Geneva, Helvetica,Arial, sans-serif;
		color: #333;
		font-size : 11px;
	}
	#text3 {
	padding: 1px 0 1px 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',Verdana, Lucida, Geneva, Helvetica,Arial, sans-serif;
	color: #333;
	font-weight : normal;
	font-size : 14.5px;
}
	#textheavy {
		padding: 1px 0 1px 0;
		margin-bottom: 1em;
		font-family: 'Trebuchet MS', 'Lucida Grande',Verdana, Lucida, Geneva, Helvetica,Arial, sans-serif;
		color: #333;
		font-weight : bolder;
		font-size : 16px;
	}
	#textheavy1 {
		padding: 1px 0 1px 0;
		margin-bottom: 1em;
		font-family: 'Trebuchet MS', 'Lucida Grande',Verdana, Lucida, Geneva, Helvetica,Arial, sans-serif;
		color: #333;
		font-weight : bolder;
		font-size : 20px;
	}
	#textheavy2 {
		padding: 1px 0 1px 0;
		margin-bottom: 1em;
		font-family: 'Trebuchet MS', 'Lucida Grande',Verdana, Lucida, Geneva, Helvetica,Arial, sans-serif;
		color: #333;
		font-weight : bolder;
		font-size : 24px;
	}
	#textheavy3 {
		padding: 1px 0 1px 0;
		margin-bottom: 1em;
		font-family: 'Trebuchet MS', 'Lucida Grande',Verdana, Lucida, Geneva, Helvetica,Arial, sans-serif;
		color: #333;
		font-weight : bolder;
		font-size : 40px;
	}
	#text {
		padding: 1px 0 1px 0;
		margin-bottom: 1em;
		font-family: 'Trebuchet MS', 'Lucida Grande',Verdana, Lucida, Geneva, Helvetica,Arial, sans-serif;
		color: #333;
		font-size : 16px;
	}
	#menu {
		width: 136;
		padding: 3px 0 5px 0;
		margin-bottom: 1em;
		font-family: 'Trebuchet MS', 'Lucida Grande',Verdana, Lucida, Geneva, Helvetica,Arial, sans-serif;
		background-color: E1E1E1;
		color: #333;
		font-weight : bolder;
		font-size : 16px;
	}
	#menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
	}

	#menu li {
		border-bottom: 1px solid ececec;
		margin: 0;
	}
	#menu li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid e1e1e1;
		background-color: e1e1e1;
		color: Black;
		text-decoration: none;
		width: 100%;
	}

	html>body #menu li a {
		width: auto;
	}

	#menu li a:hover {
		border-left: 10px solid ececec;
		background-color: ECECEC;
		color: Black;
	}

	body
	{background-image: url(gfx/background4.gif);
		background-repeat:no-repeat;}
