body {
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	max-width: 80ex;
	margin: auto;
	padding: 1em;	
}

#title {
	font-size: 2em;
	font-weight: bold;
	text-align: right;
	padding-bottom: 3px;
	border-bottom: solid 3px #036;
}

#title a {
	color: #333;
	text-decoration: none;
}

#title .init {
	color: #036;
	background: inherit;
	font-size: 1.2em;
}

#title #titleL2 {
	font-size: 0.4em;
	display: block;
	margin: 0;
}

#menu {
	color: #036;
	background: #ecf1f3 url('/images/page/backgrounds/menu.png') repeat-y;
	font-size: 0.9em;
	list-style: none;
	margin: 1px 0 0 0;
	padding: 1px 0;
	border-bottom: solid 1px #fff;
}

#menu li {
	color: inherit;
	background: #ecf1f3 url('/images/page/backgrounds/menuItem.png');
	display: inline;
	margin: 0;
	padding: 0 0.5em;
	border-top: solid 1px #91a7b4;
	border-left: solid 1px #91a7b4;
	border-right: solid 1px #91a7b4;
}

#menu #active1 {
	color: #036;
	background: #fff none;
	padding-bottom: 1px;
}

#menu li a {
	color: #333;
	text-decoration: none;
}

#menu li a:visited {
	color: #666;
}

#menu li a:hover,
#menu li a:focus {
	color: #369;
}

#content {
	border-top: solid 1px #91a7b4;
	border-bottom: solid 1px #91a7b4;
}

#content * {
	background: transparent;
}

#subMenu {
	background: #ecf1f3 url('/images/page/backgrounds/menu.png') repeat-y;
	border: solid 1px #91a7b4;
	list-style: none;
	margin: 0.5em 0 0.5em 1em;
	padding: 0.5em;
}

#subMenu li {
	margin: 0;
	padding: 0;
}

#content a {
	padding-left: 15px;
}

a {
	color: #369;
}

#content a:before {
	content: url('/images/icons/link_internal.png');
	margin-left: -15px;
	margin-right: 5px;
	vertical-align: bottom;
}

#content a.down:before {
	content: url('/images/icons/link_down.png');
}

#content a.external:before {
	content: url('/images/icons/link_external.png');
}

#content .totop a {
	text-decoration: none;
}

#content .totop a:before {
	content: url('/images/icons/link_up.png');
}

h1, h2, h3, h4, h5, h6 {
	color: #036;
}

h1 {
	font-size: 1.1em;
}

h2 {
	font-size: 1em;
}

h3 {
	font-size: 0.9em;
	font-weight: normal;
}

p,
ul,
dl,
address {
	font-size: 0.9em;
}

address {
	font-style: normal;
	margin: 0.5em 0;
}

address .name {
	font-weight: bold;
}

ul  {
	list-style: square;
}

dl {
	margin-left: 1em;
}

dt {
	margin-top: 0.5em;
	font-weight: bold;
}

a {
	background: transparent;
}

.linklist {
	list-style: none;
	background: #edf1f3 url('/images/page/menu1.png');
	border: solid 1px #91a7b4;
	margin-left: 1em;
	padding: 0.1em 0.5em;
}

li, a {
	background: transparent;
}

.initFlow, .company {
	font-weight: bold;
}

.initFlow {
	color: #036;
}

#content .images {
	background: #f7f9fc url('/images/page/backgrounds/images.png');
	float: right;
	width: 210px;
	margin: 0 0 0.5em 0.5em;
	padding: 1px 5px;
	border: solid 1px #91a7b4;
}

.images h4 {
	font-size: 0.8em;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 0.5em;
}

.images img {
	border: solid 1px #91a7b4;
}

#address {
	background: #ecf1f3 url('/images/page/backgrounds/menu.png') repeat-y;
	font-size: 0.8em;
	margin: 0;
	padding: 2px;
	border-top: solid 1px #fff;
}

#address img {
	float: right;
	border: 0 none;
}

#bigScreenshot {
	display: none;
	position: absolute;
	border: solid 1px #91a7b4;
}

.totop {
	clear: both;
	text-align: right;
	border-bottom: solid 1px #91a7b4;
}