/* abonDsapi CSS Document */

* {
	margin: 0; 
	padding: 0;
}

body {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:10pt;
	color:#939598;
	background-color:#ffffff;
}

form {
	margin-left:200px;
	font-size:9pt;
}

a {
	color:#939598;
	text-decoration:underline;
	text
}

a:hover {
	text-decoration:underline;
}

ul {
	margin-left:15px;
}

.border {
	border-width:1px;  
	border-style:solid;  
	border-color:#939598;
}

#top_space {
	height:50px;
	background-color:#e1e1e1;
}

#top_side {
	width:100%;
	background-image:url(top_side.gif);
	background-repeat:repeat-x;	
}

#container {
	width:1024px;
	margin-right:auto;
	margin-left:auto;
}

#content_left {
	width:630px;
	float:left;
	padding:50px 0px 0px 0px;
	text-align:left;
}

#content_right {
	min-height:350px;
	margin-left:644px;
	line-height:150%;
	padding:50px 0px 10px 0px;
	text-align:left;

}

#footer {
	margin-left:644px;
	font-size:8pt;
	text-align:left;
	padding-top:10px;
	border-top:1px solid #939598;
	line-height:150%;
}