/* print styles */
body
{
	margin: 0;
	padding: 0;
}

#printTop
{
	display: block;
}

#printBottom
{
	display: block;
}

#homeTop
{
	display: none;
}

#homeBottom
{
	display: none;
}


#homeFooter
{
	font-family: Arial;
	font-weight: normal;
	font-size: 10px;
	color: #999999;
	padding: 0;
	clear: both;
}

.footerContainer
{
	width: 1000px;
	margin: 0 auto;
	clear: both;
}

.footerLinks
{
	width: 625px;
	_width: 650px;
	!width: 650px;
	text-align: left;
	float: right;
	line-height: 12px;
	margin: 0;
	padding: 0;
	_padding: 7px 0 0 0;
	!padding: 7px 0 0 0;
}

.searchbox
{
	float: left;
	padding: 8px 0 0 190px;
	width: 155px;
	_width: 160px;
	!width: 160px;
	clear: both;
}

input.search
{
	width: 125px;
	height: 15px;
	float: left;
	border-color: #d4d4d2;
	border-style: inset; 
ΚΚ	border-width: 1px;
}

input.submit { float: right; }

/* Listed Items */
.homeNav ul
{
	display: none;
}

.homeNav ul li
{
	display: none;
}

#homeFooter ul { padding: 0; }

#homeFooter ul li
{
	display: inline;
	list-style: none;
	padding: 3px 0 4px 0;
}

#homeFooter ul li a { }

#homeFooter ul li a:link
{
	color: #999999;
	text-decoration: none;
}

#homeFooter ul li a:visited
{
	color: #999999;
	text-decoration: none;
}

#homeFooter ul li a:hover
{
	color: #094026;
	text-decoration: none;
}

#homeFooter ul li a:active
{
	color: #094026;
	text-decoration: none;
}

/* Links */
a:link
{
	color: #ffffff;
	text-decoration: none;
}

a:visited
{
	color: #ffffff;
	text-decoration: none;
}

a:hover
{
	color: #999999;
	text-decoration: none;
}

a:active
{
	color: #999999;
	text-decoration: none;
}
