html {
margin: 0px;
padding: 0px;
}

body {
scrollbar-3dlight-color : #eeeeee;
scrollbar-arrow-color : #eeeeee;
scrollbar-base-color : #eeeeee;
scrollbar-darkshadow-color : #eeeeee;
scrollbar-face-color : #ee3333;
scrollbar-highlight-color : #eeeeee;
scrollbar-shadow-color : #eeeeee;
scrollbar-track-color : #eeeeee;

background-color: #eeeeee;
color: #000000;
margin: 0px;
padding: 0px;
}

UL {
list-style-type: disc;
list-style-image: url("../images/arrow_li.gif");
list-style-position: outside;
margin-top: 0px;
margin-left: 16px;
}

OL {
list-style-image: url("../images/arrow_ol.gif");
list-style-position: outside;
margin-top: 0px;
margin-left: 16px;
}

#text_topic {
font-family: Times,Times New Roman,Garamond;
color: #880000;
font-size:16pt;
font-weight:normal;
margin-left: 8px;
margin-right: 4px;
}

#menu {
font-family: arial;
color: #000000;
font-size:8pt;
font-weight:normal;
margin-left: 8px;
margin-right: 4px;
line-height:12pt;
}

#text {
font-family: arial;
color: #000000;
font-size:8pt;
font-weight:normal;
margin-left: 8px;
margin-right: 16px;
line-height:12pt;
}

DIV A:link      {COLOR:#EE3333; TEXT-DECORATION:none;}
DIV A:visited	{COLOR:#EE3333; TEXT-DECORATION:none;}
DIV A:active	{COLOR:#EE3333; TEXT-DECORATION:none;}
DIV A:hover	{COLOR:#000000; TEXT-DECORATION:underline;}

#menu A:link		{color:#EE3333; TEXT-DECORATION:none;}
#menu A:visited	{color:#EE3333; TEXT-DECORATION:none;}
#menu A:active		{color:#EE3333; TEXT-DECORATION:none;}
#menu A:hover		{color:#000000; TEXT-DECORATION:none;}

#text A:link  	{color:#EE3333; TEXT-DECORATION:none; font-weight:bold;}
#text A:visited	{color:#EE3333; TEXT-DECORATION:none; font-weight:bold;}
#text A:active 	{color:#EE3333; TEXT-DECORATION:none; font-weight:bold;}
#text A:hover 	{color:#000000; TEXT-DECORATION:underline; font-weight:bold;}

INPUT {
        BORDER-BOTTOM-COLOR: #880000;
        BORDER-BOTTOM-WIDTH: 1px;
        BORDER-LEFT-COLOR: #880000;
        BORDER-LEFT-WIDTH: 1px;
        BORDER-RIGHT-COLOR: #880000;
        BORDER-RIGHT-WIDTH: 1px;
        BORDER-TOP-COLOR: #880000;
        BORDER-TOP-WIDTH: 1px;
        COLOR: #880000;
        FONT-FAMILY: Verdana;
        FONT-SIZE: 8pt;
        MARGIN-BOTTOM: 1px;
        MARGIN-TOP: 1px;
}
TEXTAREA {
        BACKGROUND-COLOR: #ffffff;
        BORDER-BOTTOM-COLOR: #000000;
        BORDER-BOTTOM-WIDTH: 1px;
        BORDER-LEFT-COLOR: #000000;
        BORDER-LEFT-WIDTH: 1px;
        BORDER-RIGHT-COLOR: #000000;
        BORDER-RIGHT-WIDTH: 1px;
        BORDER-TOP-COLOR: #000000;
        BORDER-TOP-WIDTH: 1px;
        COLOR: #000000;
        FONT-FAMILY: Verdana;
        FONT-SIZE: 8pt;
        MARGIN-BOTTOM: 1px;
        MARGIN-TOP: 1px;
}