/* CSS Document */
body {
        margin:0px;
        padding:0px;
        background-color: #FFFFFF;
        color: #000000;
        BACKGROUND-POSITION: left top;
        BACKGROUND-ATTACHMENT: scroll;
        BACKGROUND-IMAGE: url(gfx/bgmeny.gif);
        BACKGROUND-REPEAT: repeat-x
        }
TD {
        FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif
}
p.error {
        font-family: Tahoma, Verdana, Arial, sans-serif;
        font-weight: normal;
        font-size: 11px;
        color:RED;
}
a:link {
	text-decoration: none;
	color: #990000;
}
a:visited {
        text-decoration: none;
        color: #000000;
}
a:active {
        text-decoration: none;
        color: #000000;
}
a:hover {
	text-decoration: blink;
	color: #FFFFFF
}
a img {
        border:none
}
p, pre, li, label {
        font-family: Arial, Times New Roman, Arial, Tahoma, Verdana, sans-serif;
        font-size: 16px;
        font-weight: 550;
        color: #000000;
}
hr {
        height: 1px;
        border: 1px solid black;
        width: 80%;
        text-align: center;
}
p.copy {
        font-family: Tahoma, Verdana, Arial, sans-serif;
        font-size: 7pt;
        color: #666666;
}

