/* CSS */
#outer {
	margin-left: 1px;
	margin-bottom: 10px;
	width: 600px;
}
#outer .blu-T {
	background: #3e5272 url(../../media/layout/tables/b1.jpg) repeat-x;
	font-size: 0.2em;
}
#outer .blu-R {
	background: #3e5272 url(../../media/layout/tables/b2.jpg) repeat-y;
	font-size: 0.2em;
}
#outer .blu-B {
	background: #3e5272 url(../../media/layout/tables/b3.jpg) repeat-x;
	font-size: 0.2em;
}
#outer .blu-L {
	background: #3e5272 url(../../media/layout/tables/b4.jpg) repeat-y;
	font-size: 0.2em;
}
#outer .content {
	background: #3e5272;
}
#outer .ttop {
	background-color: #3e5272;
	font: bold 13px/15px Verdana,sans-serif;
	color: #f0f0f0;
	padding: 0px 0px 5px 2px;
}

#inner {
	background-color: #3e5272;
}
#inner td {
	padding: 2px 2px 1px 5px;
}
#inner .info {
	font: normal 11px/14px Arial,sans-serif;
	color: #303030;
	background-color: #e3eaf2;
}

#ffx {
	background-color: #3e5272;
}
#ffx .icons {
	width: 120px;
	font: normal 10px/11px Verdana,sans-serif;
	color: white;
	padding: 1px 0px 1px 0px;
}
#ffx .icons a {
	text-decoration: none;
	color: white;
}
#ffx .icons a:hover {
	text-decoration: underline;
}
