BODY {
	background-color: #605BB1;
	font:10px Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
a:link {
	text-decoration: underline;
	color: #009900;
	font-weight: lighter;

}
a:visited {
	color: #009900;
	text-decoration: underline;
	font-weight: lighter;
}
a:hover {
	text-decoration: none;
	cursor: hand;
	background-color: #FFCC00;
}
a:active {
	color: #009900;
	text-decoration: underline;
	font-weight: lighter;
}
.lbg {
	background-image: url(../img/pick/bg_01.gif);
	background-repeat: repeat-x;
	background-position: right top;
}
.rbg {
	background-image: url(../img/pick/bg_03.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

