* {
	margin: 0;
	padding: 0;
	text-shadow: none;
}

img {
	border: 0;
}

html, body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4;
	color: #585858;
	text-align: left;
	background-color: #F3F3F3;
	position: relative;
	z-index:1;
}

a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #3472AB;
}
a:hover {
	text-decoration: underline;
	color: #3472AB;
}



#wrapper {
	display: block;
	margin: 0px auto 0px auto;
	width: 720px;
	z-index:1;
	position: relative;
	background-color: #FFFFFF;
	box-shadow: 0 0 10px 1px #CCC;
	-moz-box-shadow: 0 0 10px 1px #CCC;
	-webkit-box-shadow: 0 0 10px 1px #CCC;
	-khtml-box-shadow: 0 0 10px 1px #CCC;
}


#main {
	display: block;
	width: 680px;
	padding: 20px;
	min-height: 700px;
	z-index:1;
	position: relative;
	background-color: #FFFFFF;
}

h1 {
	font-size: 20px;
	text-align: center;
}

p {
	font-size: 12px;
	line-height: 1.3em;
}

table {
	font-size: 12px;
}

table td, table th {
	background-color: #FFFFFF;
	vertical-align: top;
}


table.flags td, table.flags th, table.partners td, table.partners th {
	border: 0;
}

table.documents td, table.documents th, table.contact td, table.contact th {
	border: 0;
	padding: 5px;
}

td.logo { vertical-align: middle; }

table.flags, table.documents, table.partners, table.contact {
	width: 640px;
	margin: 20px;
}

table.documents, table.contact {
	background-color: #DCDCDC;
}

table.flags td {
	text-align: center;
}

table td {
	min-width: 80px;;
}


#head {
	display: block;
	position: relative;
	width: 720px;
	height: 230px;
	overflow: hidden;
	margin: 0;
}

#printhead {
	display: none;
}


#logo {
	display: block;
	position: absolute;
	top: 45px;
	left: 45px;
	width: 299px;
	height: 135px;
	cursor: pointer;
}

#head_image {
	display: block;
	position: absolute;
	top: 0px;
	left: 395px;
	width: 585px;
	height: 186px;
}



#content {
	display: block;
	position: relative;
	width: 610px;
	min-height: 500px;
	padding:45px;
	margin: 0;
}

#content p {
	font-size: 1.1em;
	line-height: 1.5;
}

#content h1 {
	font-size: 1.3em;
	margin-top: 10px;
	margin-bottom: 3px;
}

#content h1.pagetitle {
	font-size: 1.4em;
	margin-bottom: 15px;
}


#foot {
	display: block;
	position: relative;
	background-color: #FFFFFF;
	bottom: 0px;
	width: 720px;
	height: 70px;
	margin: 0;
}



.error {
	color: #BC3C09;
}

.notice {
	color: #528500;
}



.small {
	font-size: 0.9em;
}


@media print {
	html, body { background: #FFFFFF; background-image: none; width: 16cm; height: auto; border: 0;}
	body, table, p, td, h1, h2, h3, h4 { color: #000000 !important; }
	#head {display: none; }
	#printhead {display: block; width: 980px; height: 230px; }
}

