body {
	margin: 0px;
	background: white;
	width: 100%;
	height: 100%;
}

img {
	border: none;
}

td.topmenu {
	padding: 1px 15px 0 0px;
}

td.topmenu a, td.topmenu a:active, td.topmenu a:visited {
	font: 12px Arial;
	color: white;
	text-decoration: none;
}

td.topmenu a:hover {
	font: 12px Arial;
	color: white;
	text-decoration: underline;
}

td.hdrmenu {
	background: url(/images/lexart_10.png) repeat-x top;
	font: 12px Arial;
	color: black;
	white-space: nowrap;
	padding: 0 10px;
}
td.hdrmenu a, td.hdrmenu a:active, td.hdrmenu a:visited, td.hdrmenu a:hover {
	font: 12px Arial;
	color: black;
	background: url(/images/menu_arrow.gif) no-repeat left 7;
	text-decoration: none;
	padding: 0 10px;
}

td.hdrmenu_over {
	background: url(/images/lexart_11.png) repeat-x top;
	white-space: nowrap;
	padding: 0 10px;
}
td.hdrmenu_over a, td.hdrmenu_over a:active, td.hdrmenu_over a:visited, td.hdrmenu_over a:hover {
	font: 12px Arial;
	color: white;
	background: url(/images/menu_arrow_white.gif) no-repeat left 7;
	text-decoration: none;
	padding: 0 10px;
}

td.righthdrmenu {
	padding: 0 5px;
	font: 14px "Times New Roman";
	color: black;
}
td.righthdrmenu a, td.righthdrmenu a:active, td.righthdrmenu a:visited {
	font: 14px "Times New Roman";
	color: black;
	text-decoration: none;
}
td.righthdrmenu a:hover {
	font: 14px "Times New Roman";
	color: black;
	text-decoration: underline;
}

td.bottomcr {
	font: 12px Arial;
	color: white;
}


