html{
	height: 100%;
}
body{
	height: 100%;
	background: #BECB96;
}

table.content{
	border-width: 0px;
	border-collapse: collapse;
	table-layout: auto;
	width: 700px;
	margin: auto;
	margin-top: 50px;
}
table.content table{
	width: 100%;
	text-align: center;
}
td.content00{
	width: 5px;
	height: 5px;
	background: #BECB96 url(../images/tab00.gif) no-repeat left top;
}
td.content01{
	height: 5px;
	background: url(../images/tab01.gif) repeat-x left top;
}
td.content02{
	width: 5px;
	height: 5px;
	background: url(../images/tab02.gif) no-repeat right top;
}
td.content10{
	width: 5px;
	background: url(../images/tab10.gif) repeat-y left;
}

td.content11{
	background: #FFF;
}
td.content12{
	width: 5px;
	background: url(../images/tab12.gif) repeat-y right;
}
td.content20{
	width: 5px;
	height: 5px;
	background: url(../images/tab20.gif) no-repeat left bottom;
}
td.content21{
	height: 5px;
	background: url(../images/tab21.gif) repeat-x bottom;
}
td.content22{
	width: 5px;
	height: 5px;
	background: url(../images/tab22.gif) no-repeat right bottom;
}
img{
	border-width: 0px;
}
p{
	text-align: justify;
}
td.flags{
	text-align: left;
}
img.right{
	float: right;
}

a:link{
	color: #747e44;
	text-decoration: none;
}
a:active{
	color: #747e44;
	text-decoration: none;
}
a:visited{
	color: #747e44;
	text-decoration: none;
}
a:hover{
	color: #000000;
	text-decoration: none;
}