
.links {
	background-color: #c4d4f1;
	font-family: verdana;
	font-size: 9pt;
	color: #555;
	height: 30;
}

a#add {
	font-family: verdana;
	font-size: 9pt;
	color: #555;
	text-decoration: none;
	padding-left: 10;
	border-left: 5 solid red;
}

a:hover#add {
	border-left: 5 solid green;
}

a#bottom {
	font-family: verdana;
	font-size: 9pt;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

a:hover#bottom {
	color: #c5c5c5;
}

a {
	font-family: verdana;
	font-size: 9pt;
	color: #903;
	text-decoration: none;
	font-weight: bold;
	padding-left: 5;
}

a:hover {
	text-decoration: underline;
}

#txt {
	font-family: verdana;
	font-size: 9pt;
	color: #555;
	font-weight: bold;
}

td#top {
	background: url(images/bg_top.jpg) repeat-x;
}