html
{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

a img,:link img,:visited img 
{
	border: none;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

body, td
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	background-color: #fff;
}

body
{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
}

.contentContainer
{
	position: relative;
	width: 760px;
	height: 600px;
}

.languageButtonContainer
{
	position: absolute;
	left:592px;
	top:59px;   
}

.languageButtonContainer :hover
{
	background-image: url('images/temp/ENGhit.gif');
}

#layoutTable
{
	height: 100%;
	width: 100%;
	border-collapse: collapse;
}

