body
{
	padding: 0;
	margin: 0;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-style: normal;
	font-weight: normal;
}

.foot { padding: 10px; }

#homepage
{
	padding: 20px 60px 30px 43px;
}

.latest_packages
{
	padding: 5px 15px;
	margin: 0;
}

.sidebar_text {
    padding: 5px 15px;
	margin: 0;
}

.line
{
	width: 100%;
	height: auto;
	border-color: #00A000;
	border-width: 0 0 1px 0;
	border-style: solid;
}

.disclaimer {
    font-size: 10px;
	color: #444444;
}

.sign
{
	width: 100%;
	height: 45px;
	padding: 5px;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
}

/* font classes */
.eighteen { font-size: 18px; }
.sixteen { font-size: 16px; }
.fourteen { font-size: 14px; }
.twelve { font-size: 12px; }
.eleven { font-size: 11px; }
.ten { font-size: 10px; }
.nine { font-size: 9px; }

.bold { font-weight: bold; }

.blue { color: #59A8D9; }
.green { color: #00A000; }
.red { color: #F00; }
.orange { color: #F90; }

.lh_seventeen { line-height: 17px; }
.lh_clear { line-height: auto; }

/* Added Sep. 2004 by Ignus */
A.linktotop {
    font-size: 10px;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

A.linktotop:hover {
    text-decoration: underline;
}