HTML,BODY {
	background: #fff;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	min-width:600px;
}

TABLE,TR,TD,TH,LI {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px;
	margin: 0px;	
}

SUP A{
	font-size: 60%;
	text-decoration: none;
	font-weight: bold;
}

SUP A:Hover{
	text-decoration: none;
}

IMG {
    border: none;
}

b{
	color: inherit;
}

A		{    color: #000;    text-decoration: none;}
A:Hover{    text-decoration: underline;}

.containertop_fixed,.containerbottom_fixed{
	width:980px;
	text-align: center;
}

.boxheader{	
	width: 100%;
	background-color: #eee;
	background-image:url(/gfx/topbarback.gif);
	background-repeat:no-repeat;
	padding: 10px 0px 5px 0px;
	text-align: left;
	vertical-align: text-bottom;
	height: 95px;
	-moz-box-sizing: border-box;
}

.link_header{
	font-size:9px;
	color: #fff;
}

td.link_header {
	padding-right:15px;
	padding-bottom:3px;
}

A.link_header:Hover {    
    text-decoration: underline;
}

.boxfooter {
	width: 100%;
	height: auto;
	background: #000;
	color: #fff;
	margin-top:2px;
	padding: 6px 0px 6px 0px;
	text-align: right;
	vertical-align: middle;
}

.boxfootermenu{
	padding: 8px 160px 10px 150px;
	text-align: center;
	background-color: #fff;
	color: #000;
}

.boxfooter A,
.boxfooter A:Hover{
	color: #fff;
}

.link_footer{
	font-size:10px;
	color: #677787;
	margin-left:7px;
	margin-right:7px;
}

.article {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-align:left;
	color: #000000;	
}
.articleDescShort {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.articleDescLong {
	font-size: 9px;
	font-weight: normal;
	color:#aaa;
}

a.article {
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color:gray;
}

a.article:hover {
	font-size: small;
	font-weight: normal;
	font-style: normal;
}

a.article:visited {
	font-size: small;
	font-weight: normal;
	font-style: normal;
}

navlink {
	font-size:14px;
	font-weight:bold;	
	color:red;
}
table.article {
	border: 1px dashed #C0C0C0;
}

tr.article-even {
	background:white;	
}

tr.article-odd {
	background:#ddd;	
}

#main_table_fixed{
	width:980px;
}

