/* -----------------------------General tags-------------- */

body 
{
	font-family: Arial, sans-serif;
	font-size: 11pt;
	background: #ffffff;
	color: #29166f;
	text-align: center;
	margin: 0px auto 0px auto;
}

a
{
	color: #bb3333;
	text-decoration: none;
}

a:hover
{
	color: #bb3333;
	text-decoration: underline;
}

p
{
	text-align: justify;	
	margin-top: 5px;
	margin-bottom: 20px;
}

img
{
	border: 0px;	
}

h1
{
	font-size: 15pt;
	font-weight: bold;
	text-align: center;
}

h2
{
	font-size: 13pt;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

h3
{
	font-size: 11pt;
	font-weight: bold;
	font-style: normal;
	text-align: left;
}

#wrapper
{
	width: 1050px;
	margin: 0px auto 10px auto;
	border: 0px;
	text-align: left;
}

#header
{
	background-color: #d7edfb;
	width: 1000px;
	border: 0px;
	padding: 0px;
	padding-left: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #aaaaaa;
}

#leftwinwrapper
{
	height: 500px;
	width: 190px;
	float: left;
	clear: left;
}

#leftwin
{
	padding-top: 7px;
	padding-bottom: 30px;
	margin-top: 10px;
	margin-left: 0px;
	border-bottom: 1px solid #aaaaaa;
	border-right: 1px solid #555555;
	background-color: #ffffff;
	background: url(../pict/box_bg.png) repeat-x left bottom;
	-moz-border-radius: 0px;
}

#content
{
	width: 800px;
	float: left;
	padding: 5px;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-left: 10px;
	padding-top: 7px;
	background-color: #fffcdf;
	border-right: 1px solid #555555;
}

#footer
{
	background: transparent url(../pict/bg_footer.gif) repeat-x left top;
	clear: both;
	padding: 20px;
	color: #999999;
	text-align: center;
	font-size: 7pt;
	border-top: 0px solid #7f7f7f;
	margin-top: 20px;
}

a.footertext
{
	color: #bb3333;
}

a.footertext:hover
{
	color: #bb3333;
	text-decoration: none;
}

.bold
{
	font-weight: bold;
}

.warning
{
	color: #ff0000;
}

.fade
{
	color: #aaaaaa;
}


.parne
{
	background-color: #ffffff;
}

.neparne
{
	background-color: #eeeeee;
}

.header
{
	height: 22px;
	text-align: left;
	vertical-align: middle;
	background: transparent url(../pict/header_bgr.gif) no-repeat left bottom;
	border-bottom: 0px solid #aaaaaa;
	font-weight: bold;
	letter-spacing: 3px;
	font-size: 13pt;
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.page
{
	padding-left: 10px;
}

/* -------------------------menu------------------ */

.section
{
	position: relative;
}

.sectionset
{
	visibility: hidden;	
	position: absolute;
	z-index: 1;
}

.sectionname
{
	background: transparent url(../pict/btn_bgr.gif) repeat-x left top;
	width: 150px;
	font-size: 9pt;
	font-weight: normal;
	text-align: center;
	color: #ffffff; 	
	padding: 5px;
	padding-left: 7px;
	padding-top: 5px;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	display: block;
	position: relative;
	-moz-border-radius: 0px;
}

.sectionnameover
{
	background: transparent url(../pict/btn_bgr_over.gif) repeat-x left top;
	width: 150px;
	font-size: 9pt;
	font-weight: normal;
	text-align: center;
	color: #000000; 	
	padding: 5px;
	padding-left: 7px;
	padding-top: 5px;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	display: block;
	position: relative;
	-moz-border-radius: 0px;
}

a.menutext
{
	color: #ffffff;
}

a.menutext:hover
{
	color:  #000000;
	text-decoration: none;
}

.menubar
{
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

.menupos
{
	font-size: 11px;
	font-weight: bold;
	color: #00669f;
	margin: 10px;
}