.Title {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #444444;
	line-height: 23px;
	font-weight: bold;
}
.Description {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #444444;
	line-height: 18px;
}
a:visited {
	color: #444444;
	text-decoration: underline;
}
a:link {
	color: #444444;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #888888;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
body    { 
	background:url(../non-javascript_images/bg_top.jpg) repeat-x 0 0 #EEEEEE; 
        background-color:#EEEEEE;
}