@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFF;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(images/title-bg.jpg);
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

