
body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-family : "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;	
	text-align: center;
}

a {
	color: #ffcc00;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	background: #ffcc00;
	font-weight: bold;
	text-decoration: none;
}

img {
	border: 0;
}

td #full {
	vertical-align: top;
	padding: 10px 25px 50px 3px;
}

td #full p {
	text-align: left;
	font-size: 11px;
	line-height: 18px;
	color: #ffffff;
}

td #list {
	vertical-align: top;
	padding: 10px 25px 50px 3px;
}

td #list p {
	text-align: left;
	font-size: 11px;
	line-height: 18px;
	color: #ffffff;
	padding-left: 13px;
	background: url(../images/icon_page.gif) no-repeat 0px 3px;
}

