/* CSS Document */

body {
	background-color: #666666;
	background-image:url(images/page_br.jpg);
	background-position:center top;
	background-attachment:scroll;
	background-repeat:no-repeat;
	font-family: Lucida Grande, Lucida Sans, helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
td {
	font-family: Lucida Grande, Lucida Sans, helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
a:link {
	font-family: Lucida Grande, Lucida Sans, helvetica, sans-serif;
	font-size: 14px;
    text-decoration: underline;
	color: #ffffff;
}
a:visited {
	font-family: Lucida Grande, Lucida Sans, helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	font-family: Lucida Grande, Lucida Sans, helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: underline;
}
a:active {
	font-family: Lucida Grande, Lucida Sans, helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: underline;
	
}

table#footer {
	background-image:url(images/footer_br.gif);
	background-position:center top;
	background-repeat:repeat-x;
	background-color:#cccccc;
}
table#footer a:link {
	font-family: Lucida Grande, Lucida Sans, helvetica, sans-serif;
	font-size: 14px;
    text-decoration: underline;
	color: #ff9900;
}
table#footer a:visited {
	font-family: Lucida Grande, Lucida Sans, helvetica, sans-serif;
	font-size: 14px;
	color: #ff9900;
	text-decoration: underline;
}
table#footer a:hover {
	font-family: Lucida Grande, Lucida Sans, helvetica, sans-serif;
	font-size: 14px;
	color: #ff9900;
	text-decoration: underline;
}
table#footer a:active {
	font-family: Lucida Grande, Lucida Sans, helvetica, sans-serif;
	font-size: 14px;
	color: #ff9900;
	text-decoration: underline;
}

table#content_table_frame {
	background-image:url(images/content_br_2.jpg);
	background-position:center top;
	background-repeat:repeat-y;
}
table#content_table {
	background-image:url(images/content_br_1.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

img.floating_logo {
	position:absolute;
	left:50%;
	margin-left:-420px;
	top:20px;
	z-index:1
}
table#news {
	background-image:url(images/news_br.gif);
	background-position:center top;
	background-repeat:repeat-x;
	background-color:#999999;
}


