/* CSS Document */

body,td,th {
	font-size: 12px;
	color: #333333;
	line-height:120%;
}
body {
    font-family: arial,helvetica,clean,sans-serif;
	background-color: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg1.gif);
	background-position:left;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #f00;
}
a:active {
	text-decoration: none;
	color: #000;
}
a.top:link {font-weight:bolder;
	color: #fff;
	text-decoration: none;
}
a.top:visited {font-weight:bolder;
	text-decoration: none;
	color: #fff;
}
a.top:hover {font-weight:bolder;
	text-decoration: none;
	color: #ff0;
}
a.top:active {font-weight:bolder;
	text-decoration: none;
	color: #fff;
}