<!--
//////////////////////////////////////////// LINKS
a         {
	font-style: none;
	font-weight: none;
	text-decoration: none;
	color: #990000;
}
a:visited {
	font-style: none;
	font-weight: none;
	text-decoration: none;
	color: #990000;
}
a:hover   {
    font-style: none;
    font-weight: none;
    text-decoration: underline;
    color: #99CCCC;
}

a.menulink:link    {
	font-style: none;
	font-weight: none;
	text-decoration: none;
	color: #999999;
}
a.menulink:visited {
	font-style: none;
	font-weight: none;
	text-decoration: none;
	color: #999999;
}
a.menulink:hover   {
	font-style: none;
	font-weight: none;
	text-decoration: none;
	color: #99CCCC;
}






//////////////////////////////////////////// CONTENT

body {
	SCROLLBAR-BASE-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #996666;
}
.menu   	{
	font-family: Tahoma,Verdana,Arial;
	font-size: 13;
	font-weight: none;
	font-style: none;
	color:#cccccc;
    vertical-align: top;
    text-align: right;
    line-height: 20px;
    padding: 20px 20px 20px 0px;
	table-layout:	fixed;

}
.content	{
	font-family: Tahoma,Verdana,Arial;
	font-size: 11;
	color: #363636;
    vertical-align: top;
    padding: 20px 0px 20px 0px;
	table-layout: fixed;
}
.content_text	{
	font-family: Tahoma,Verdana,Arial;
	font-size: 10;
	color: #666666;
    vertical-align: top;
	table-layout: fixed;
}
.headline3 	{
	font-family: Tahoma,Verdana,Arial;
    font-weight: none;
    font-style: none;
    color:#666666;
    font-size: 14;
    font-weight: bold;
    vertical-align: bottom;
    text-align:	right;
    border-bottom: 1px solid #666;
	table-layout:	fixed;
}
.headline2 	{
	font-family: Tahoma,Verdana,Arial;
    font-weight: none;
    font-style: none;
    color:#666666;
    font-size: 13;
    font-weight: none;
    vertical-align: bottom;
    text-align:	left;
    border-bottom: 1px solid #666;
	table-layout:	fixed;
}
.headline 	{
    border-bottom: 1px solid #666;
	table-layout:	fixed;
}	
.footline 	{
	font-family: Tahoma,Verdana,Arial;
    font-weight: none;
    font-style: none;
    color: #666;
    font-size: 11;
    font-weight: none;
    vertical-align: top;
    text-align:	right;
    border-top: 1px solid #666;
}
.footline2 	{
	font-family: Tahoma,Verdana,Arial;
    font-weight: none;
    font-style: none;
    color: #666;
    font-size: 11;
    font-weight: none;
    vertical-align: top;
    text-align:	left;
    border-top: 1px solid #666;
}




//////////////////////////////////////////// FORMS

input    {font-size: 10px; border-width:1; border-color:#CFCFCF; border-style:solid; color:#BFBFBF; BACKGROUND-COLOR:#0070C0;}
textarea {font-size: 11px; border-width:1; border-color:#CFCFCF; border-style:solid; color:#BFBFBF; BACKGROUND-COLOR:#0070C0;}
select  {font-size: 10px; border-width:1; border-color:#CFCFCF; border-style:solid; color:#BFBFBF; BACKGROUND-COLOR:#0070C0;}

-->