/* === General Elements === */

body {
	margin:0px; padding:0px; background-color:#ffffff;
}

body, select, input, textarea, th, td {
	font-family:Arial,Helvetica,sans-serif; font-size:11px;
}

p {
	line-height:16px;
}

p.headline {
	line-height:20px;
}

table {
	margin:0px; padding:0px; border:0px;
}

th, td {
	padding:0px; text-align:left;
}

td.bg-black {
	background-image:url('../images/backgrounds/body.black.gif');
}

img {
	margin:0px; border:0px;
}

a:link, a:visited, a:active {
	color:#000000; text-decoration:none;
}

a:hover {
	color:#7f7f7f;
}

.headline {
	font-size:14px; font-weight:bold;
}

.center {
	text-align:center;
}


/* === Menu Elements === */

td.menu-top {
	background-image:url('../images/menu/orange.top.gif'); background-repeat:no-repeat;
}

td.menu-body {
	background-image:url('../images/menu/orange.body.gif'); background-repeat:repeat-y;
}

td.menu-body th {
	padding:2px 14px 4px; font-size:14px; font-weight:bold;
}

td.menu-body td {
	padding:1px 14px;
}

td.menu-bottom {
	background-image:url('../images/menu/orange.bottom.gif'); background-repeat:no-repeat;
}


/* === Body Elements === */

table.ranking {
	margin:10px 0px; height:229px;
	background-image:url('../images/backgrounds/box.orange.gif'); background-repeat:no-repeat;
}

table.ranking td {
	padding:1px;
}

table.ranking td.headline {
	padding:10px 0px 0px; font-size:16px; font-weight:bold; text-align:center;
}

table.ranking td.list {
	padding:10px 30px;
}

table.info {
	margin:10px 0px;
}

table.info td {
	padding:0px 18px;
}

table.content {
	margin-top:10px;
}

table.content td {
	padding-top:10px;
}

td.breadcrumb {
	padding:10px; font-size:12px; font-weight:bold; line-height:14px;
}

td.content {
	padding:30px 100px;
}

td.skyscrabber {
	padding:10px 0px; text-align:center;
}


/* === Footer Elements === */

td.footer {
	height:16px; text-align:center;
}

td.footer a:link, td.footer a:visited, td.footer a:active {
	color:#ffffff;
}

td.footer a:hover {
	color:#bfbfbf;
}
