@charset "utf-8";

/*---------- Redefine Standard Tags ----------*/
html, body {
	width: 100%; height: 100%; padding: 0px; margin: 0px;
}
body {
	background-color: #FFFFFF; background-image: url(../images/layout/pageBG.gif); background-position: 100% 30px; background-repeat: repeat-x; font-family: tahoma;
}
table {
	width: 100%; height: 100%;
}
a:link {
	color: #000000; text-decoration: none;
}
a:visited {
	color: #000000; text-decoration: none;
}
a:active {
	color: #000000; text-decoration: none;
}
a:hover {
	color: #000000; text-decoration: none; background-color: #000000; color: #FFFFFF;
}
/*---------- Layout Styles ----------*/
#tdAligner {
	text-align: center; vertical-align: middle;
}
#tblLayout {
	width: 830px; height: 550px;
}
#tdLogo {
	height: 100px; text-align: center; vertical-align: bottom;
}
#tdImage {
	width: 600px; height: 450px;
}
#tdContact {
	height: 100px; background-color: #EEEEEE; padding: 10px;
}
.tdContact {
	text-align: right; vertical-align: middle; font-family: verdana; font-size: 10px; color: #000000;
}
.imgUs {
	margin-left: 5px;
}

