@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	} 
body {
	background-color: #ffd96d;
	background-image: url(images/page-bkg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	}
#logoFrame {
	width: 355px;
	height: 81px;
	top: 0px;
	left: 1px;
	position: relative;
	}
.footerLink {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bolder;
	color: #999;
	margin-left: 15px;
	margin-top: 10px;
	display: block;
	}
.footerLink a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	color: #999;
	text-decoration: none;	
	}
.footerLink a:hover {
	text-decoration: underline;	
	}
.footerRight {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	color: #999;
}
.footerRight a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	color: #999;
	text-decoration: none;	
}
.footerRight a:hover {
	text-decoration: underline;	
}
