﻿body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	margin: 0px;
	background-color: white;
}
p {
	font-size: 13px;
	margin-top: 0;
}
table {
	font-size: 13px;
}
a {
	text-decoration: none;
}
img {
	border-width: 0px;
}
h1 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #406997;
}
h5 {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
#Header {
	padding: 10px 15px 0px 15px;
	background: #5482B4 url("fade_horizontal.png") right repeat-y;
	width: 800px;
}
#HeaderTitle {
	font-size: 23px;
	font-weight: bold;
	width: 100%;
	color: white;
	text-align: center;
}
#Nav {
	position: absolute;
	padding: 15px;
	width: 90px;
	height: 350px;
	background: #5482B4 url("fade_vertical.png") repeat-x bottom;
	float: left;
}
#NavMenu {
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	color: white;
}
#NavMenu a { color: white; }
#NavMenu a:hover { color: #FF9933; }
#NavLang {
	position: absolute;
	bottom: 20px;
}
#NavSpacer {
	position: relative;
	float: right;
	left: -5px;
	width: 0px;
	height: 390px;
}
#Corner {
	position: absolute;
	left: 120px;
	top: 71px;
	width: 13px;
	height: 14px;
	background: url("corner.gif") no-repeat;
}
#Content {
	position: relative;
	left: 140px;
	padding: 15px 15px 15px 0px;
	width: 700px;
}
#Content a:hover { text-decoration: underline; }
#Footer {
	clear: both;
	width: 850px;
	height: 60px;
	margin-top: 10px;
	background: url("footer.png") no-repeat top left;
	font-size: 12px;
	color: #808080;
	text-align: center;
}

.ad { font-size: 11px; }
.ad a { Color: #808080; }
.ad a:hover { text-decoration: underline; }

.Deprecated { color: #808080; }
.Icon {
	padding-right: 5px;
	float: left;
}
.Info {
	font-weight: bold;
	color: #FF9900;
}
.Warn {
	font-weight: bold;
	color: red;
}
.Block {
	Padding: 12px 15px;
	background: url("block.jpg") no-repeat left top;
}

.Download {
	padding: 8px 10px 8px 10px;
	margin: 5px;
	width: 110px;
	background-color: #5482B4;
	font-size: 16px;
	font-weight: bold;
	color: white;
}
.Download A { color: white; }
.Download A:hover { color: #FF9933; }

.Tab {
	border-style: solid;
	border-Width: 1px;
	border-color: #5482B4;
}
.Tab TD {
	border-style: solid;
	border-Width: 1px;
	border-color: #5482B4;
}

.Top {
	background-color: #5482B4;
	font-size: 15px;
	font-weight: bold;
	color: white;
}
.Top TABLE {
	border-style: solid;
	border-Width: 1px;
	border-color: white;
}
.Top TD {
	border-style: solid;
	border-Width: 1px;
	background-color: #5482B4;
}
.Top A { color: white; }
.Top A:hover { color: #FF9933; }

