body{
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	background-color: #fff;
}

form{
	margin: 0px;
}

/* GENERAL */

/* image borders */
a img { color: #fff; }         /* hide the border in Netscape 4 */
@media all {                   /* hide from Netscape 4 */
   a img, img { color: inherit;/* undo the rule above */
   border: none;               /* hide from Netscape 4 */
   }                           /* code from W3C - www.w3.org */
}

table{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

/* links */
A, A:link, A:visited {
    color: #8b151a; /* link_color */
    text-decoration: none;
}
A:hover {
    color: #8b151a;
    text-decoration: underline;
}


#main{
	width: 988px;
	height: 768xpx;
	margin: 0px auto;
	text-align: left;
	position: relative;
}
	
#navigationDiv
{
	position: absolute;
	width: 152px;
	bottom: 20px;
	left: 13px;
	color: #fff;
}
	#navigationDiv img{
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	}

	#navigationDiv span{
		display:inline-block;
		float: right;
		margin-top: 8px;
		clear: right;
	}




