body {
	margin: 0px;
	padding: 0px;
	background-image: url('images/bg.gif');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}

a:link { color: #EE5307; text-decoration: none; font-size: 20px; }
a:visited { color: #EE5307; text-decoration: none; font-size: 20px; }
a:hover { color: #FF0000; text-decoration: none; font-size: 20px; }
a:active { color: #EE5307; text-decoration: none; font-size: 20px; }

td.left {
	background-color: #FFFFFF;
	background-image: url('images/web_01.gif');
	background-repeat: no-repeat;
	width: 466px;
	height: 700px;
	margin: 0 0 0 0;
	padding-top: 500px;
	vertical-align: top;
	text-align: center;
}

td.top {
	background-color: #FFFFFF;
	background-image: url('images/web_02.gif');
	background-repeat: no-repeat;
	width: 534px;
	height: 124px;
	vertical-align: top;
	text-align: left;
}

td.content {
	background-color: #FFFFFF;
	background-image: url('images/web_03.gif');
	background-repeat: no-repeat;
	width: 534px;
	vertical-align: top;
	padding-top: 28px;
	text-align: left;
}

