/* CSS Document */

body {
	background-color : #ffffff;
	margin : 0 auto;
	padding : 0;
	text-align : center;
}

table {
	font-family : "Trebuchet", Verdana, Arial, Helvetica, sans-serif;
	font-style : normal;
	color: #000000;
	font-size: 70%;
	font-weight: normal;
}

.panel {
	padding: 10px;
	line-height: 140%;
	color: #663300;
	background-image: url(../images/panel_bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

.panel2 {
	padding: 10px;
	line-height: 140%;
	color: #663300;
	background-color: #FFCC99;
}


.footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 91px;
	text-align: center;
	font-size: 110%;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 140%;
	padding-top: 8px;

}

a, a:link, a:active, a:visited {
	color : #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
