/* CSS layout */
body {
    background-color: #FAF1B7;
    background-image: url('../images/bkgd.gif');
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 45px;
	margin-right: 0px;
	margin-bottom: 20px;
	text-align: center;
}
a:link {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #EE810A;
}
a:visited {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #EE810A;
}
a:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #559CB9;
}
img {  
    border-style: none;
}
