/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
:link,:visited { text-decoration:none }
/* ul,ol { list-style:none } */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ol,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }

body {
	margin: 0px 0;
	padding: 0;
	background: #FFFFFF;
	font: normal small "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1, h2, h3 {
	color: #3284B5;
}

p {
	color: #51626f;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	margin: 0;
	font-size: 1em;
}

h3.center {
	text-align: center;
	color: #8cb8c6;
}

h4 {
	width: 95%;
	height: 75px;
	padding: 0px;
	margin: 0px;
	background: #8cbac6;
	border: 1px solid #c0bfbf;
	text-align: center;
	vertical-align: middle;
}

p, ul, ol, blockquote {
	margin-top: 0;
	color: #51626f;
}

p, h1, h2, h3 {
	padding-top: 5px;
	padding-bottom: 5px;
}

a:link, a:visited {
	text-decoration: none;
	color: #3284B5;
}

a:hover {
	border: none;
}

a.white:link, a.white:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a.white:hover {
	border: none;
}

img {
	border: none;
}

table, tr, td {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

table.none {
	border: 0;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	width: 100%;
}

tr.none, td.none {
	border: 0;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

/* Header */

#lang {
	width: 700px;
	height: 20px;
	margin: 0 auto;
}

#header {
	width: 700px;
	height: 91px;
	margin: 0 auto;
	background: url(images/header_logo.gif) no-repeat;
}

#headerswf {
	width: 700px;
	height: 145px;
	margin: 0 auto;
}

/* Menu */

#menu {
	width: 700px;
	height: 41px;
	margin: 0 auto;
	background: #006faf url(images/img2.gif)
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a {
	background: url(images/img3.gif);
	color: #FFFFFF;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	background: url(images/img4.gif);
}

#colOne {
	float: right;
	width: 160px;
	padding: 10px 10px 0 10px;
}

#colTwo {
	float: right;
	width: 360px;
	padding: 10px 10px 0 10px;
}

#colThree {
	float: right;
	width: 130px;
	padding: 10px 5px 0 5px;
}

#colThree ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colThree li {
	display: inline;
}

#colThree a.sub {
	display: block;
	float: left;
	width: 126px;
	height: 20px;
	padding: 0px 2px 0 2px;
	text-decoration: none;
	color: #3284B5;
}

#colThree a.sub:hover, #colThree .active a.sub {
	background: url(images/img3.gif);
	color: #FFFFFF;
}

/* Footer */

#footer {
	width: 700px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(images/img6.gif) repeat-x;
	font-size: smaller;
}

#footer * {
	color: #666666;
}