body, td, th, caption {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	background: #f7f7ff url("pics/body.gif");
	margin: 0;
	padding: 0;
	text-align: center;
}

/* <HEADER> */
td#header {
	background: url("pics/header.gif");
	background-repeat: no-repeat;
	text-align: right;
	vertical-align: top;
	height: 100px;
	padding: 10px 20px;
	font-size: 18px;
}

table {
	background: #f0f0ff;/* url("pics/menu.gif");
/*	border-collapse: collapse;*/
}


table#top {
	background: #e0e0e0; /* url("pics/border.gif");*/
	width: 96%;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}

td#center {
	width: 90%;
	height: 100%;
	padding: 0;
}

table#body_table {
	background: #ffffff;/* url("pics/menu.gif");*/
	width: 99%;
	margin: 0 auto;
	height: 100%;
	padding: 5px 5px;
}

td#header #control {
	height: 22px;
}

td#header #control img {
	width: 20px;
	height: 20px;
}

td#header #banner {
	width: 300px;
	height:100px;
	margin-top: 10px;
}
/* </HEADER> */

td#top_menu {
	background: #f7f7ff;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	height: 26px;
	font-size: 16px;
	padding: 0;
}

td#left {
	width: 180px;
	text-align: center;
	vertical-align: center;
	padding: 5px;
}

td#right {
	background: #ffffff; /* url("pics/menu.gif");*/
	width: 120px;
	text-align: center;
	vertical-align: center;
	padding: 5px;
}

td#content {
	text-align: left;
	vertical-align: top;
	padding: 0;
}

td#footer_border {
	background: #ffffff; /* url("pics/menu.gif");*/
	height: 12px;
	padding: 0;
	font-size: 10px;
}

td#footer {
	background: #f7f7ff;
	color: #a0a0a0;
	font-size: 11px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	padding: 0;
}


/* <MENU> */
table.menu {
	width: 96%;
	height: auto;
	text-align: right;
}

table.menu th {
	background: #c0c0c0 url("pics/footer.gif");
	color: #000000;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 14px;
	height: 22px;
	padding: 0;
}

table.menu td {
	background: #ffffff url("pics/menu.gif");
	color: #000000;
	text-align: left;
	vertical-align: top;
	font-size: 14px;
	text-align: left;
}

/* </MENU> */

/* <MENU card> */
table.menu td.card {
	background: #ffffff url("pics/menu.gif");
	text-align: center;
	font-size: 11px;
}
/* </MENU card> */

/* </MENU left> */

/* <MENU content> */
td#content table.menu {
	width: 100%;
	height: 100%;
}

td#content table.menu th {
	background-image: url("pics/menu.gif");
}
td#content table.menu td {
	background: #ffffff url("pics/content.gif");
	height: auto;
	color: #000000;
	font-size: 11px;
	text-align: justify;
	padding: 10px 10px 10px 10px;
}

td#content table.menu th.footer {
	background: #ffffff url("pics/menu.gif");
}
/* </MENU content> */

td#content table.menu td table th, td#content table.menu td table td {
	padding: 1px;
	background-color: transparent;
	background-image: none;
}

.dot {
	color: #000080;
	font-weight: bold;
}

/* <A> */
/* <A top_menu> */
td#top_menu a:link, td#top_menu a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

td#top_menu a:hover {
	color: #000080;
}
/* </A top_menu> */

/* <A menu> */
table.menu a:link, table.menu a:visited {
	color: #808080;
	font-weight: normal;
	text-decoration: none;
}

table.menu a:hover {
	color: #000080;
}
/* </A menu> */

/* <A content> */
td#content a:link, td#content a:visited {
	color: #0040b0;
	font-weight: normal;
	text-decoration: none;
}

td#content a:hover {
	color: #0000FF;
	text-decoration: underline;
}
/* </A content> */

/* <A foter> */
td#footer a:link, td#footer a:visited, td#footer a:hover {
	color: #808080;
	font-weight: normal;
	text-decoration: none;
}
/* </A foter> */
/* </A> */
