body { 
	margin: 0; 
	background-image: url(backgr.jpg); 
	background-repeat: repeat; 
	color: #000000; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 8pt; 
	text-decoration: none; 
	}

a:link, a:visited { 
	text-decoration: none; 
	color: #FFFFFF;
	background-color:transparent;
	}
a:active, a:hover { 
	text-decoration: underline; 
	color: #FFFFFF;
	background-color:transparent;
	}

a.imglink:link { color: #FFFFFF; text-decoration: none; }
a.imglink:active { color: #FFFFFF; text-decoration: none; }
a.imglink:visited { color: #FFFFFF; text-decoration: none; }
a.imglink:hover { color: #FFFFFF; text-decoration: none; }
	
.container { 
	background: url(base.jpg) no-repeat;
	background-color:#FFFFFF;
	color:#000000;
	position:absolute;
	left:50%;
	width: 750px;
	height: 649px;
	margin-left:-375px;
	margin-top:10px;
	}
/* Absolute Center technique adapted from an article by Joe Gillespie: 
http://www.wpdfd.com/editorial/wpd0103.htm#footnote */

/* commented backslash hack v2 for IE5-Mac - adapted from a posting on Sam-I-Am:
http://www.sam-i-am.com/work/css/index.html \*/
	.container { 
	background: url(base.jpg) no-repeat;
	background-color:#FFFFFF;
	color:#000000;
	position:absolute;
	/*top:50%;*/
	left:50%;
	width: 750px;
	height: 649px;
	margin-left:-375px;
	/*margin-top:-325px;*/
	margin-top:30px;
	}
	
.content {
	margin: 0px;
	position: absolute;
	left: 80px;
	top: 140px;
	width: 590px;
	height: 450px;
	overflow: auto;
	background-color:#08479B;
	}
	
.subcontent {
	margin: 0px;
	position: absolute;
	left: 40px;
	top: 20px;
	width: 510px;
	overflow: auto;
	color:#FFFFFF;
	background-color:#08479B;
	font-weight: bold;
	}
	
.contenttranslate {
	margin: 0px;
	position: absolute;
	left: 40px;
	top: 40px;
	width: 510px;
	height: 120px;
	overflow: auto;
	color:#FFFFFF;
	background-color:#08479B;
	font-weight: bold;
	}
	
.contentaccounting {
	margin: 0px;
	position: absolute;
	left: 40px;
	top: 200px;
	width: 510px;
	height: 120px;
	overflow: auto;
	color:#FFFFFF;
	background-color:#08479B;
	font-weight: bold;
	}
	
.menu {
	position:absolute;
	left: 80px;
	top: 600px;
	width: 590px;
	height: 30px;
	color:#FFFFFF;
	background-color:#08479B;
	font-size: 10pt; 
	font-weight: bold;
	text-align: center;
	}

.menucontent {
	text-align: center;
	/*padding-bottom: 1px;*/
	}	
	
.copyright {
	position:absolute;
	left: 80px;
	top: 600px;
	width: 590px;
	height: 30px;
	color:#FFFFFF;
	background-color:#08479B;
	font-size: 10pt; 
	font-weight: bold;
	}
	
.copyrightcontent {
	padding-left: 135px;
	/*padding-bottom: 1px;*/
	}
	
.table {
	border: 1px solid white;
	color:#FFFFFF;
	font-size: 8pt; 
	font-weight: bold;
	}
	
.pic1 { float: left; margin:0 10px 4px 0; }
.pic2 { float: right; margin:0 10px 4px 0; }
.pic3 { border: 1px solid white; align: center; margin-top: 2px; margin-bottom: 2px; }

.flag {
	z-index: 10;
	margin: 0px;
	position: absolute;
	left: 60px;
	top: 100px;
	/*width: 590px;
	height: 450px;*/
	overflow: auto;
	background-color:#08479B;
}