body {
	background-color: #738285;
	background-image: url(../_gfx/00_site-bg.png);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th,div,a,h1,h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	text-decoration: none;
	color: #006666;
}

.linkprefix {
	font-size: 18px;
}

a, .linkprefix {
	font-weight: bold;
	color: #00B3B3;
}

h1 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	margin: 0px;
}

h2 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin: 0px;
}

h3 {
	font-size: 13px;
	line-height: 15px;
	margin: 0px;
}

.hline {
	background-color: #006666;
	width: 90%;
	height: 1px;
	overflow: hidden;
}

#interface_header {
	margin-top: 20px;
	position: relative;
	width: 793px;
	height: 195px;
	z-index: 1;
	background-image: url(../_gfx/interface_01_header.png);
	layer-background-image: url(../_gfx/interface_01_header.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#interface_content_bg {
	position: relative; 
	width: 793px; 
	z-index: 1; 
	background-image: url(../_gfx/interface_02_contentbg.png); 
	layer-background-image: url(../_gfx/interface_02_contentbg.png); 
	background-repeat: repeat-y;
	text-align: left;
}

#interface_footer {
	position: relative; 
	width: 793px; 
	height: 111px; 
	z-index: 1; 
	background-image: url(../_gfx/interface_03_footer.png); 
	layer-background-image: url(../_gfx/interface_03_footer.png); 
	background-repeat: no-repeat;
	background-position: top;
}

#interface_content_bg div {
	margin: 0px 40px 0px 40px;
	text-align: justify;
}



