*
{
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 9pt;
}
body
{
	background: #81D3CF;
}
a
{
	color: black;
	text-decoration: none;
}
p
{
	margin-bottom: 20px;
}
img
{
	border: 0;
}
ul
{
	list-style: none;
}
div.outer
{
}
div.head
{
	background: #FFFFD1;
	display: block;
	height: 70px;
	padding: 30px 0 0;
	text-align: center;
}
div.head h2
{
	font-size: 11pt;
	font-weight: normal;
}
div.menu
{
	background: #FFFFD1;
}
div.menu ul
{
	width: 800px;
	margin: 0 auto;
	height: 20px;
}
div.menu ul li
{
	list-style: none;
	text-align: center;
	display: block;
	float: left;
	width: 14%;
	padding-bottom: 2px;
}
div.menu ul li.lang
{
/*	float: none; this doesn't work in safari */
}
div.menu ul li.lang select
{
	font-size: 7pt;
	height: 16px;
}
div.menu ul li a
{
	text-decoration: none;
	color: #000;
	font-size: 11pt;
}
div.menu ul li.current a
{
	font-weight: bold;
}


div.main
{
	padding: 20px;
	border: 1px none black;
	margin: 0 auto;
	width: 600px;
}

/* home page styles */

body.home div.head
{
/*	height: 90px;*/
}
body.home div.menu ul li a
{
	display: none;
}
body.home div.main
{
	text-align: justify;
	width: 600px;
}
body.home table
{
	width: 100%;
	height: 100%;
}
body.home td.main
{
	height: 100%;
}
body.home div.foot
{
	height: 80px;
	background: #FFFFD1;
	text-align: center;
	padding: 40px 0 0;
	align: bottom;
	width: 100%;
}

/* contact page */
body.contact div.main table
{
	margin: 20px 0 0;
}
body.contact div.main
{
	width: 410px;
}
body.contact div.main table td.wide
{
	padding-top: 20px;
}
body.contact div.main label
{
	margin: 0 30px 0 0 ;
}
body.contact div.main input,
body.contact div.main textarea
{
	background: #FFFFD1;
	border: none;
	width: 300px;
	padding: 2px;
	font-size: 9pt;
}
body.contact div.main textarea
{
	width: 99%;
	height: 100px;
	margin-bottom: 20px;
}
body.contact div.main input.button
{
	width: 80px;
}


/* links page */
ul.links
{
	list-style: none;
}
ul.links li
{
	margin-bottom: 10px;
}
ul.links li span.description
{
	font-style: italic;
	font-size: 10pt;
}
ul.links li a
{

}
/* texts page */
table.texts
{
	width: 100%;
}
table.texts th
{
	font-size: 9pt;
	text-align: left;
	padding: 0 0 12px 0;
}
table.texts td
{
	font-style: italic;
	vertical-align: top;
	padding: 0 20px 12px 0;
}
table.texts td.flag
{
	width: 26px;
	padding-right: 0;
}
table.texts td span.filename
{
	display: block;
	font-style: normal;
}

/* i18n links */
a.i18nLink
{
	font-size: 6pt;
	text-decoration: underline;
	color: red;
}