﻿@charset 'UTF-8';

body {
 font: 13px Verdana, sans-serif;
 *font-size: small;
 *font: x-small;
 margin:18px;
 padding:0;
 line-height:1.4;
}

body,table{ color:#665; }
h1,h2,h3,h4,h5,h6{ color:#C57; }

/*== HEADER ==*/

#head-navigation{
 width:300px;
 height:75px;
 background:url(cssimg/as_users_logo.png) repeat-x;
}
#head-navigation a{
 display:block;
 height:100%;
 overflow:hidden;
 text-decoration:none;
 text-indent:-3000px;
}

/*== ACTION SCRIPT NEWS ==*/
dl.news {
	padding-bottom: 10px;
}

dl.news dt {
	margin-bottom: -1.5em;
	width: 85px;
}

dl.news dd {
	margin-bottom: 1em;
	margin-left: 90px;
}

dl.tips dt {
 color: #944;
 margin-top: 0.4em;
 font-size: 120%;
}

/*== em ==*/
em {
 font-style: normal;
 font-weight: bold;
}

ul.list-of-content {
	list-style-type: decimal;
}


