body{
	background-color: #d3d3d3;
	font-family: Arial, sans-serif;
	font-size:10pt;
	font-weight:600;
}

#container, #wrapper{
	width:713px;
	height:583px;
}

#wrapper {
  	bottom: 50%;
  	right: 50%;
  	position:absolute;
}

#container {
	background-image:url(layout/table-background.jpg);
  	left: 50%;
  	top: 50%;
  	position: relative;
}

.outer-table{
	width:700px;
	margin-left:3px;
}

.spacing-row-top{
	height:5px;
}

td{
	text-align:center;
}

.left-column{
	width:30%;
	height:183px;
}
.right-column{
	width:20%;
	height:183px;
}

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

a:link, a:visited, a:active {
	color: #729a76;
	text-decoration: none;
}
a:hover {
	color: #B2DaB6;
	text-decoration: none;
}

.english a:link,.english a:visited,.english a:active{
	color: #9f9f9f;
}
.english a:hover {
	color: #CFCFCF;
}

.english{
	margin-left:40px;
}

.top-margin{
	margin-top:5px;
}

.left-float{
	float:left;
}

img {
	border-style:none;
}

.big {
	font-size:150%;
	font-weight:900;
	margin-top:10px;
}

.green{
	color: #01652c;
}

.grey{
	color: #6c6c6c;
}

.welcome-wrapper{
	text-align:left;
	margin-left: 70px;
}