/* CSS Document */

body {
	/*background: transparent;
	background-image:url(images/home_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;*/
	font-family:Tahoma;
	font-size:10px;
	}
.title {
	font-size:14px;
	font-weight:bold;
	color:#33CC00;
}
.heading {
	font-size:12px;
	font-weight:bold;
}
.footer {
	font-size:9px;
	color:#666666;
}
a {
	color:#333333;
	text-decoration:none;
}
a:hover {
	color:#33FF33;
	text-decoration:underline;
}