body {
	background-color: #FFDCA1;
	color: #002D6C;
	font-family: Verdana, Arial, helvetica;
	font-size: 11px;
	margin: 0px;
	margin-top: 10px;
}
body a:link, body a:visited, body a:active {
	text-decoration: none;
	color : #002D6C;
}
body a:hover {
	text-decoration: none;
	color: #5289D7;
}
table {
	width: 640px;
	border-collapse: collapse;
	border: 0px none;
}
img {
	border: 0px none;
}
td {
	font-size: 11px;
	padding: 2px;
	vertical-align: top;
}
h1 {
	font-size: 18px;
	margin-top: 4px;
	margin-bottom: 4px;
}
h2 {
	font-size: 15px;
	margin-top: 10px;	
	margin-bottom: 4px;	
}
.photo {
	border: 1px solid #002D6C;
	margin: 1px;
	width: 50px;
	height: 38px;
}
.image {
	width: 200px;
	vertical-align: middle;
}
#header{
	text-align: center;
}
#buttons {
	width: 100%;
	text-align: center;
	letter-spacing: 3px;
	background-color: #D0D0D0;
	border-top: 1px solid #002D6C;
	border-bottom: 1px solid #002D6C;
	padding-top: 1px;
	padding-bottom: 1px;
}
#contents {
	width: 100%;	
	text-align: center;
	background-color: #D0D0D0;
	background-image: url(layout/contents.gif);
	border-bottom: 1px solid #002D6C;
	padding-top: 10px;
	padding-bottom: 30px;
}
#contents a:link, #contents a:visited, #contents a:active {
	text-decoration: underline;
}
#footer {
	text-align: center;
}
#footer td {
	padding: 8px;
	border-right: 1px solid #002D6C;
	text-align: right;
}
#flags {
	position:absolute;
	left: 10px;
	top: 62px;
}
#flags img {
	margin: 3px;
}	
	
