body, td, input, div, p {
	font-family : Arial,sans-serif;
	font-size: 11px;
}

select {
	font-size: 12px;
	width: 15em;
	margin-right: 10px;
	border-color: white;
}

div.doc a {
	text-decoration: none;
}


img.block {
	background-color: #33cc99;
	width: 17px;
	height: 17px;
	float:left;
}

/** STANDARD ARBURG STYLES **/
body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	min-width: 684px;
}

#body {
	width: 684px;
	margin: 0 auto;
	text-align: left;
	font-family : Arial;
	font-size: 11px;
}

#banner {
	height: 89px;
}

#content {
	margin: 20px 24px 20px 24px;
}

#title div.headline {
	float: left;
}

.headline{
	font-family : Arial;
	font-size:24px;
	color:#33CC99;
	text-decoration : none;
	font-weight : bold;
	text-align : left;
	padding-bottom : 0px;
	padding-top : 0px;
}

#title div#logo {
	float: right;
}

.separator {
	clear: both;
	height: 2px;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
}

.results {
	clear: both;
}

.header {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	padding-left: 0px;
	background-color: #ffcc00;
	text-align: left;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	height: 17px;
	float: none;
}

.text {
	clear: both;
	margin-left: 20px;
	margin-bottom: 20px;
}


ol {
	list-style-position: outside;
	list-style-type: square;
	color: #33CC99;
	padding: 0px;
	margin: 0px;
	margin-left: 1em;
}

li {
	padding: 0;
	margin: 0;
	padding-top: 2px;
	color: #000;
}

#close {
	float: right;
}

a {
	color:#000000;
	text-decoration: none;
}
a:link { 
	color:#000000;
	text-decoration: none;
}
a:visited {
	color:#000000;
	text-decoration: none;
}
a:active {
	color:#000000;
	text-decoration: none;
}
a:hover {
	color:#33CC99;
	text-decoration: none;
}
ul {
	list-style-type: square;
	color: #33CC99;
}
img {
	border-width: 0px;
	border-style: solid;
	border-color: black;
}
.text{
	font-family : Arial;
	color:#000000;
	text-decoration : none;
	font-weight : normal;
	text-align : left;
	vertical-align: middle; 
	line-height: 1.2em;
}
.download-cell {
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left : 1px;
	padding-right : 1px;
	border-top-width : 0px;
	border-top-style : solid;
	border-top-color : black;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : black;
	border-left-width : 0px;
	border-left-style : solid;
	border-left-color : black;
	border-right-width : 1px;
	border-right-style : solid;
	border-right-color : black;
	text-align : center;
	height : 11px;
}
.download-first-cell {
	font-weight: bold;
	padding-top : 5px;
	padding-bottom : 5px;
	padding-right : 10px;
	padding-left : 5px;
	border-top-width : 0px;
	border-top-style : solid;
	border-top-color : black;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : black;
	border-left-width : 1px;
	border-left-style : solid;
	border-left-color : black;
	border-right-width : 1px;
	border-right-style : solid;
	border-right-color : black;
	text-align : left;
	width : 200px;
	height : 11px;
}
.download-first-head-cell {
	padding-top : 5px;
	padding-bottom : 5px;
	border-top-width : 0px;
	border-top-style : solid;
	border-top-color : black;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : black;
	border-left-width : 0px;
	border-left-style : solid;
	border-left-color : black;
	border-right-width : 1px;
	border-right-style : solid;
	border-right-color : black;
	text-align : center;
	width : 50px;
}
.download-head-cell {
	padding-top : 5px;
	padding-bottom : 5px;
	border-top-width : 1px;
	border-top-style : solid;
	border-top-color : black;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : black;
	border-left-width : 0px;
	border-left-style : solid;
	border-left-color : black;
	border-right-width : 1px;
	border-right-style : solid;
	border-right-color : black;
	text-align : center;
	width : 30px;
}

/*** SELECTBOX Styles ***/
div.selectbox {
	font-size: 12px;
	/**
	height: 80px;
	width: 15em;
	*/
	overflow: hidden;
	margin-left: 1.5cm;
	float: left;
}

div.firstbox {
	margin-left: 0px;
}

div.selectbox ul {
	color: #666;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

div.selectbox li {
	color: #666;
	cursor: hand;
	cursor: pointer;
	white-space: nowrap;
}

div.selectbox .selected {
	font-weight: bold;
	color: #000;
}
			


