body {
	background-color : #FfFfff;
	
	background-repeat : repeat-y;
	background-position : left;
	margin: 0px;
}

a:link {
	text-decoration: none;
	color: #549BE5;
}
a:visited {
	text-decoration: none;
	color: #549BE5;
}
a:hover {
	text-decoration: underline;
}
a:active {
}

.to {
	background-repeat : repeat-x;
}

.fo{
	background-image: url(img/bg3.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align: top;
	text-align:center;
	
	height: 99px;
}

td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#l {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#l a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#l a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#l a:hover {
	text-decoration: underline;
}
#l a:active {
	text-decoration: none;
	color: #FFFFFF;
}

