html
{
	height: 100%;
}

body
{
	margin-top:  0px;
	margin-bottom:  0px;
	margin-left:  0px;
	margin-right:  0px;

	padding: 0px;

	background: #003366;

	height: 100%;
}

img
{
	border: 0px;
}

h1
{
	font: bold 12px verdana, arial;
	color: #ffcc00;
}

h2
{
	font: bold 11px verdana, arial;
	color: #5ebee6;
}

img.product
{
	border: 2px solid #ffcc00;
	margin-left: 10px;
}

/* ........................................... */

table.width
{
	width: 100%;
}

table.height
{
	width: 100%;
	height: 100%;
}

table.main-0
{
	margin: 0px auto;
	width: 100%;
	height: 100%;
}

td.main-0
{
	vertical-align: top;
	width: 775px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

td.main-0-1
{
	height: 109px;
	background: #ffcc00 url(/image/bg_main.gif);
}

td.main-0-2
{
	height: 45px;
	background: #ffcc00 url(/image/bg_main.gif);
}

td.main-1-1
{
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;

	text-align: center;
	width: 180px;
}

td.main-1-2
{
	width: 595px;
	height: 85px;
	border-bottom: 1px solid #fff;
}

td.main-2
{
	height: 24px;
	border-bottom: 2px solid #ffcc00;

	font: bold 11px verdana, arial;
	color: #fff;

	text-transform: uppercase;
	padding-left: 4px;
}

td.main-3-1
{
	background: #a4f4fb url(/image/bg_nav.jpg) repeat-x;
	padding: 10px 0px;
	vertical-align: top;
	border-bottom: 2px solid #ffcc00;
}

td
{
	font: 11px/17px verdana, arial;
	color: #fff;
}

td.main-3-2
{
	background: #4d7194;
	padding: 10px 10px 10px 25px;
	vertical-align: top;

	font: 11px/17px verdana, arial;
	color: #fff;
	border-bottom: 2px solid #ffcc00;
}

td.main-4
{
	height: 20px;
	border-top: 1px solid #fff;

	font: 10px tahoma, arial;
	color: #fff;
	text-align: right;
	padding-right: 10px;
}

td.row-header
{
	height: 20px;
	border-bottom: 1px solid #fff;
	background: #003366;

	font-weight: bold;
	padding-left: 5px;
}

td.row-content
{
	padding-bottom: 10px;
	padding-left: 5px;
}

/* ........................................... */

a { color: #ffcc00; text-decoration: underline; }
a:hover { color: #ffcc00; text-decoration: none; }

/**/