html, body {
	background: #294A6B url(/res/images/body_bg.gif) repeat-x 0 0;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
}

table {
	height: 85%;
	width: 100%;
}

#header {
	background: url(/res/images/header/title_background.gif) repeat-x 0px 0px;
	height: 141px;
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	z-index: 100;
}

#header-left-element {
	background: url(/res/images/header/header_left.jpg) no-repeat 0 0;
	position: absolute;
	left: 0;
	width: 521px;
	height: 141px;
}

#header-right-element {
	/*position: absolute;
	right: 0;*/
	background: url(/res/images/header/header_right.jpg) no-repeat 0 0;
	float: right;
	width: 176px;
	height: 141px;
}

#content {
	font-size: 10pt;
	margin: 20px 40px 10px 160px;
	/*padding-left: 20px;*/
	text-align:left;
}

#footer {
	height: 113px;
}
