@charset "UTF-8";
/* CSS Document */

body {
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 9pt;
	font-weight: lighter;
	line-height: 12pt;
	overflow: scroll;
}
.oneColFixCtr #container {
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 600px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#splash {
	padding: 0px;
	width: 200px;
	position: relative;
	z-index: 2;
	height: 30px;
	margin-left: 250px;
	float: left;
	margin-top: 200px;
	margin-right: 250px;
}
#title {
	padding: 0px;
	width: 700px;
	position: relative;
	z-index: 2;
	height: 50px;
	float: left;
	margin-top: 50px;
}
#nav {
	width: 125px;
	position: relative;
	z-index: 2;
	height: 500px;
	float: left;
	padding: 0px;
	margin-left: 95px;
}
p {
	margin-right: 0px;
	margin-bottom: 12pt;
	margin-left: 0px;
	margin-top: 0px;
}
a.tezak{
	color: #999999;
}
a.tezak:link {
	color: #999999;
	list-style-type: none;
	text-decoration: none;
	line-height: 12pt;
} 
a.tezak:visited {
	color: #999999;
	list-style-type: none;
	text-decoration: none;
}  
a.tezak:hover {
	color: #00cc00;
	list-style-type: none;
	text-decoration: none;
}  
a.tezak:active {
	color: #00cc00;
	list-style-type: none;
	text-decoration: none;
}  

a:link {
	color: #333333;
	list-style-type: none;
	text-decoration: none;
	line-height: 12pt;
} 
a:visited {
	color: #333333;
	list-style-type: none;
	text-decoration: none;
}  
a:hover {
	color: #00cc00;
	list-style-type: none;
	text-decoration: none;
}  
a:active {
	color: #00cc00;
	list-style-type: none;
	text-decoration: none;
}  
#content {
	width: 455px;
	position: relative;
	z-index: 2;
	float: left;
	margin-left: 25px;
	text-align: left;
	color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	height: 340px;
}
#caption {
	width: 455px;
	position: relative;
	z-index: 2;
	float: left;
	margin-left: 25px;
	text-align: left;
	color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	height: 100px;
	font-size: 8pt;
}
#icon {
	width: 100px;
	position: relative;
	z-index: 3;
	height: 48px;
	float: left;
	margin-bottom: 464px;
	visibility: visible;
}
#title {
	padding: 0px;
	width: 700px;
	position: relative;
	z-index: 2;
	height: 50px;
	float: left;
	margin-top: 50px;
}
#tezak {
	width: 125px;
	position: absolute;
	z-index: 2;
	height: 15px;
	font-size: 7.5pt;
	top: 485px;
	left: 0px;
	color: #999999;
}
#mainnav {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#mainnav li {
	padding: 0px;
	float: left;
	margin:0px 0px 0px 0px;
}
#mainnav  li  a:link, #mainnav  li     {
	color: #333333;
	text-decoration: none;
	margin: 0px;
	display: block;
	float: left;
	padding: 0px;
	width: 125px;
	height: 12pt;
	text-align: left;
}
#mainnav li a:hover {
	text-decoration: none;
	color: #00cc00;
}
#mainnav li a.active:link, #mainnav li a.active:visited, #mainnav li a.active:active, #mainnav li a.active:hover {
	text-decoration: none;
	color: #00cc00;
} 
.style1 {
	color: #00CC00
}
.style2 {
	color: #999999
}
.style4 {
	color: #999999
}

