html {

margin: 0px;

padding: 0px;

}



body {

background-image: url(../images/bg_main.gif);

background-repeat: repeat-y;

background-color: #efefef;

color: #444444;

margin: 0px;

padding: 0px;

}



.bg_bar {

background-image: url(../images/bg_bar.gif);

background-repeat: repeat-x;

padding: 0px;

}



.bg_menu {

padding-top: 30px;

}



.menu {

background-image: url(../images/bg_menu.gif);

background-repeat: repeat-x;

padding: 0px;

}



.bg_footer {

background-image: url(../images/bg_footer.gif);

background-repeat: repeat-x;

padding: 0px;

}



.bg_text {

padding: 30px;

}



.text {

font-family: verdana, arial;

color: #444444;

font-size:10px;

font-weight:normal;

font-style: normal;

}



.topic {

font-family: arial;

color: #444444;

font-size:12px;

font-weight:bold;

font-style: normal;

}



.header {

font-family: verdana, arial;

color: #939393;

font-size:10px;

font-weight:bold;

font-style: normal;

padding-left: 150px;

padding-bottom: 8px;

}



.footer {

font-family: verdana, arial;

color: #DFDFDF;

font-size:10px;

font-weight:normal;

font-style: normal;

}





A:link	{COLOR:#cc0000; text-decoration:none;}

A:visited	{COLOR:#cc0000; text-decoration:none;}

A:active	{COLOR:#cc0000; text-decoration:none;}

A:hover	{COLOR:#000000; text-decoration:none;}



.text A:link	{color: #939393; text-decoration:underline; font-weight:bold;}

.text A:visited	{color: #939393; text-decoration:underline; font-weight:bold;}

.text A:active	{color: #939393; text-decoration:underline; font-weight:bold;}

.text A:hover	{color: #444444; text-decoration:underline; font-weight:bold;}



.header A:link  	{color:#939393; text-decoration:none;}

.header A:visited	{color:#939393; text-decoration:none;}

.header A:active 	{color:#939393; text-decoration:none;}

.header A:hover 	{color:#444444; text-decoration:none;}



.footer A:link  	{color:#DFDFDF; text-decoration:none; font-weight:normal;}

.footer A:visited	{color:#DFDFDF; text-decoration:none; font-weight:normal;}

.footer A:active 	{color:#DFDFDF; text-decoration:none; font-weight:normal;}

.footer A:hover 	{color:#ffffff; text-decoration:none; font-weight:normal;}



INPUT.submit {

background-color: #efefef;

border: 1px #888888 solid;

color: #000000;

font-family: verdana;

font-size: 10px;

padding: 2px;

}



INPUT {

background-color: #efefef;

border: 1px #888888 solid;

color: #000000;

font-family: verdana;

font-size: 10px;

padding: 2px;

}



SELECT {

background-color: #efefef;

border: 1px #888888 solid;

color: #000000;

font-family: arial;

font-size: 10px;

margin-bottom: 4px;

margin-top: 1px;

margin-left: 6px;

padding: 0px;

}



TEXTAREA {

background-color: #efefef;

border: 1px #888888 solid;

color: #000000;

        FONT-FAMILY: arial;

        FONT-SIZE: 10px;

        MARGIN-BOTTOM: 1px;

        MARGIN-TOP: 1px;

}


