html, body {
	margin: 0;
	padding: 0;	
}

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background: #ffffff url(images/bgorta2.jpg) repeat-x;
	color: #444;
	overflow: -moz-scrollbars-vertical;
	text-align: left;
}

a {
	color:#5d5d5d;
	background-color:inherit;
	text-decoration:none;
}

a:hover{
	color:#000000;
	background-color:inherit;
	text-decoration:underline;
}



#container {
	width: 400px;
	margin: 20px auto;
	min-height: 100%; /*ie hack*/
}

#content {
	width: 180px;
	margin: 0 auto;
}

#wrap {
	width: 192px;
	overflow: hidden;
	background: #fff url("images/wrapbg.gif") repeat-y top left;
}

h3 {
	padding: 1px 0 5px 10px;
	margin: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #222;
	background: #efefef;
	cursor: pointer;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

h3.toggler a {
	color: #666;
	text-decoration: none;
}

h3.toggler a:hover {
	color: black;
}

div.accordion {
	background: #fff url("images/accordionbg.gif") repeat-x top left;
	
}

div.accordion ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 5px 0;
}

div.accordion ul li {
	padding: 0px 0;
}

div.accordion ul li a {
	color: #666;
	text-decoration: none;
	display: block;
	padding: 4px 0px 4px 10px;
	font-size: 100%;
}

div.accordion ul li a span {
	padding-bottom: 0px;
}

div.accordion ul li a img {
	border: 0;
	vertical-align: bottom;
	margin-right: 1px;
}

div.accordion ul li a:hover span {
	text-decoration: underline;	
}

#top_round {
	height: 10px;
	font-size: 1px; /* ie whitespace */
}

#bottom_round {
	height: 10px;
	font-size: 1px; /* ie whitespace */
}
	
.top_dark {
	background: url("images/top_dark.gif") no-repeat top left;
}

.top_light {
	background: url("images/top_light.gif") no-repeat top left;
}

.bottom_dark {
	background: url("images/bottom_dark.gif") no-repeat top left;
}

.bottom_light {
	background: url("images/bottom_light.gif") no-repeat top left;
}

.first {
	padding-top: 0px;
}

.last {
	padding-bottom: 0px;
}