
body {
	margin: 0px 0px 0px 0px;
	background-color: #CCCCCC;
}

body, td, th {
	font-size: 10pt;
	color: black;
}

td.shadow_l {
	background-image: url(./images/lside_shadow.gif);
	background-repeat: repeat-y;
}
td.shadow_r {
	background-image: url(./images/rside_shadow.gif);
	background-repeat: repeat-y;
}
td.top_submenu {
	background-image: url(./images/top_background_top.gif);
	background-repeat: repeat-x;
}
td.top_loginmenu {
	background-image: url(./images/top_background_bottom.gif);
	background-repeat: repeat-x;
}

a {
	color: #00008B;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: underline;
}

a.top_submenu {
	color: #666666;
	font-size: 8pt;
}
a.top_submenu:hover {
	color: red;
}
font.top_submenu {
	color: #666666;
	font-size: 8pt;
}

font.bottom_copyright {
	color: gray;
	font-size:10pt;
	font-family: sans-serif;
}
