* {
	font-family: tahoma, sans-serif;
	font-size: 11px;
} 

body {
	background: #effbff url(../images/bg.gif) repeat-x;
	color: #000000;
	padding: 0px;
}

/* === MENU === */

.menu {
	font-size: 11px;
	color: #000000;
}

.menu a {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 20px;
}

.menu a:hover {
	color: #000000;
	text-decoration: underline;
}

.menu a.selected {
	color: #000000;
	text-decoration: underline;
}

.menu a.selected:hover {
	color: #000000;
	text-decoration: underline;
}

/* === LANG === */


/* === SUBMENU === */

.submenu {
	font-size: 11px;
	color: #000000;
}

.submenu a {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.submenu a:hover {
	color: #67c2df;
	text-decoration: none;
}

.submenu a.selected {
	color: #67c2df;
	text-decoration: none;
}

.submenu a.selected:hover {
	color: #67c2df;
	text-decoration: none;
}

td.title2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}


/* === LAYERS === */



/* === BLOCKS === */

td.block-logo {
	background: url(../images/bg-header.gif) no-repeat;
	width: 317px;
	height: 228px;
	padding: 10px;
}

#block-info {
	width: 100%;
}

	#block-info td.content {
		background: url(../images/dash.gif) repeat-y right top;
		height: 200px;
		padding: 0px 35px 2px 35px;
	}

td.block-copy {
	background: url(../images/bg-footer.gif) repeat-x;
	height: 70px;
	padding: 9px 0px 0px 20px;
}

/* === TEXT === */

a {
	color: #fe7400;
	text-decoration: none;
}

a:hover {
	color: #fe7400;
	text-decoration: underline;
}

td.title {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}

.copyright {
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	cursor: default;
}

.copyright a {
	font-family: arial, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.copyright a:hover {
	font-family: arial, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

/* === STUFF === */

/* cool tables */
#odd00, #odd11, #odd01, #odd10 {
}

#odd00 th, #odd11 th, #odd01 th, #odd10 th {
	padding: 3px 5px 2px 4px;
	text-align: left;
	font-weight: bold;
	background: #3D859C;
	color: #ffffff;
}

#odd00 td, #odd11 td, #odd01 td, #odd10 td {
	padding: 1px 5px 2px 5px;
	vertical-align: top;
}

#odd00 td.t10, #odd00 td.t11, #odd00 td.t00,
#odd00 td.t01, #odd10 td.t10, #odd10 td.t11,
#odd01 td.t10, #odd01 td.t00, #odd11 td.t10 {
	background: #DBF6FF;
}

#odd10 td.t00, #odd10 td.t01, #odd01 td.t11,
#odd01 td.t01, #odd11 td.t00 {
	background: #B6EEFF;
}

#odd11 td.t11 {
	background: #C0EAF9;
}

#odd11 td.t01 {
	background: #A2D4E3;
}
/*
#odd00 a,
#odd01 a,
#odd10 a,
#odd11 a {
	color: #000000;
	font-weight: bold;
}*/

/* images */
table.imagecontainer table.image td {
	background-color: #DBF6FF;
}

table.image {
	width: 130px;
	height: 130px;
}
	table.image td {
		text-align: center;
		vertical-align: middle;
	}
