/* infolingua stylesheet */

/* body ------------------------------ */

body  {
	background-color: #004466;
	margin: 8px;
	margin-left: 5%;
	border: 1 solid #ffffff;
}

/* tables ------------------------------ */

table.main {
	background-color: #004466;
	border: 0;
	padding : 0;
	margin : 0;
}

/* table, navigation left  ------------------------------ */

table.nav_left  {
	background-color: #004466;
	border-color: #ffffff;
	border-style: solid;
	border-width: 1;
	height: 655;
	width: 201;
}

/* table, navigation right   ------------------------------ */
table.nav_right  {
	background-color: #004466;
	border-color: #ffffff;
	border-style: solid;
	border-width: 1;
	height: 860;
	width: 150;
}

/* table, central pages with light background   ------------------------------ */
table.yellow  {
	background-color: #ffffff;
	border-color: #ffffff;
	border-style: solid;
	border-width: 1;
	height: 860;
	width: 680;
}
/* table, central pages with dark background   ------------------------------ */
table.blue  {
	background-color: #004466;
	border-color: #ffffff; 
	border-style: solid;
	border-width: 1;
	width: 680;
	height: 860;
}

table.form  {
	background-color: #004466;
	border-color: #ffffff;
	border-style: solid;
	border-width: 1;
	width: 500;
	height: 300;
}

/* table cells ---------------------- */

/* table cells, headers in navigation menus---------------------- */

td.header  {
	color: #004466;
	background-color: #ffffff;
	width: 148;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 2px;
	vertical-align: middle;
}

/* table cells, items  in navigation menus---------------------- */

td.intern  {
	color: #ffffff;
	background-color: #004466;
	width: 148;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 2px;
}


td.yellow  {
	color: #004466;
	background-color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 2px;
	vertical-align: middle;
}





td.text  {
	text-align: left;
	font-size: 9pt;
	color: #ffffff;
	text-decoration: none;
	font-family: Arial,sans-serif;
}

td.test  {
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}

td.saying  {
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 80px;
}

/* forms ------------------------------ */

FORM {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}


select.language  {
	width: 196;
	color: #ffffff;
	background-color: #004466;
	font-size: 9pt;
	border-color: #ffffff;
	border-style: solid;
	border-width: 1;
	margin: 1;
}


/* text elements ---------------------- */

h1.yellow  {
	color: #ffffff;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 5px;
	font-family: Arial,sans-serif;
	font-style: normal;
	font-size: 14px;
}

h1.start  {
	color: #ffffff;
	text-decoration: none;
	margin-top: 10px;
	margin-left: 5%;
	margin-bottom: 5px;
	font-family: Arial,sans-serif;
	font-style: normal;
	font-size: 30px;
}
h2.start  {
	color: #ffffff;
	text-decoration: none;
	margin-top: 10px;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 5px;
	font-family: Arial,sans-serif;
	font-style: normal;
	font-size: 20px;
	line-height: 30px;
}

h1.blue  {
	color: #004466;
	text-decoration: none;
	font-style: normal;
	font-size: 14px;
		margin-top: 0px;
	margin-bottom: 10px;
		padding-bottom: 0px;
	padding-top: 0px;
}

h2.yellow  {
	color: #ffffff;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 5px;
	font-family: Arial,sans-serif;
	font-style: italic;
	font-size: 14px;
}

h2.blue  {
	color: #004466;
	text-decoration: none;
	font-style: italic;
	font-size: 14px;
}

div.blue  {
	color: #004466;
	text-decoration: none;
	font-size: 9pt;
	padding-bottom: 2px;
	padding-top: 3px;
}

p.blue  {
	color: #004466;
	text-decoration: none;
	font-size: 9pt;
}

p.blue_bold  {
	color: #004466;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
}

p.blue_large  {
	color: #004466;
	text-decoration: none;
	font-size: 10pt;
}

li.blue  {
	color: #004466;
	text-decoration: none;
	font-size: 9pt;
}

p,h1,h2,h3,h4,h5,h6,ul,ol,ul,dt,dd,li,div,td,th,address,blockquote,nobr,b,i  {
	font-family: Arial,sans-serif;
	font-size: 9pt;	
	color: #ffffff;
}

em  {
	font-family: Arial,sans-serif;
	font-size: 10pt;	
	}

/* links ------------------------------ */

a.intern:link  {
	color: #ffffff;
	text-decoration: none;
}

a.intern:visited  {
	color: #ffffff;
	text-decoration: none;
}

a.intern:hover  {
	color: #ffffff;
	text-decoration: underline;
}

a.intern:active  {
	color: #ffffff;	
}

a.content:link  {
	color : #004466;
	text-decoration: none;
}

a.content:visited  {
	color : #004466;
	text-decoration: none;
}

a.content:hover  {
	color : #004466;
	text-decoration: underline;
}

a.content:active  {
	color : #004466;
}