BODY{
margin: 0px;
background-color: #FFFFFF;
background-image: url('images/bg.gif');
background-repeat: repeat-x;
}

TD{
font-family: Tahoma, Sans Serif, Verdana, Helvetica;
color: #000000;
font-size: 12px;
}

a:link, a:visited, a:active{
font-family: Tahoma, Sans Serif, Verdana, Helvetica;
color: #274d88;
font-size: 12px;
text-decoration: none;
}

a:hover{
font-family: Tahoma, Sans Serif, Verdana, Helvetica;
color: #000000;
font-size: 12px;
text-decoration: none;
}

INPUT{
font-family: Tahoma, Sans Serif, Verdana, Helvetica;
color: #000000;
font-size: 12px;
}

SELECT{
font-family: Tahoma, Sans Serif, Verdana, Helvetica;
color: #000000;
font-size: 12px;
}

TEXTAREA{
font-family: Tahoma, Sans Serif, Verdana, Helvetica;
color: #000000;
font-size: 12px;
}

TEXTAREA.norm{
font-family: Tahoma, Sans Serif, Verdana, Helvetica;
color: #000000;
font-size: 12px;
width: 350px;
height: 150px;
}

.title{
font-weight: bold;
color: #274d88;
font-size: 14px;
}

.pagenum{
background-image: url('images/pagenum_bg_hover.gif');
background-repeat: repeat-x;
height: 16px;
width: 25px;
text-align: center;
font-weight: bold;
border-right: 1px solid #AAAAAA;
border-bottom: 1px solid #787878;
color: #000000;
}

a.pagenum:link, a.pagenum:visited, a.pagenum:active{
background-image: url('images/pagenum_bg.gif');
background-repeat: repeat-x;
height: 16px;
width: 25px;
text-align: center;
font-weight: normal;
border-right: 1px solid #AAAAAA;
border-bottom: 1px solid #787878;
color: #000000;
}

a.pagenum:hover{
background-image: url('images/pagenum_bg_hover.gif');
background-repeat: repeat-x;
height: 16px;
width: 25px;
text-align: center;
font-weight: normal;
border-right: 1px solid #AAAAAA;
border-bottom: 1px solid #787878;
color: #000000;
}

.need{
color: red;
}

.products{
border: 1px solid #284e89;
padding: 4px;
}

.products_name{
width: 100%;
height: 40px;
background: #284e89;
color: white;
padding-top: 4px;
font-weight: bold;
}

/*login.html*/
.login{
background-image: url('images/login.gif');
background-repeat: no-repeat;
padding-top: 10px;
font-size: 11px;
color: #696969;
}
.login_table{
font-size: 11px;
color: #696969;
}
.login_title{
font-size: 12px;
color: #696969;
font-weight: bold;
font-family: Verdana;
}
.login_input{
border: none;
border-top: 1px solid #AAAAAA;
border-right: 1px solid #AAAAAA;
background-color: #f9f9f9;
font-size: 11px;
}
.login_submit{
background-image: url('images/pagenum_bg.gif');
height: 25px;
font-size: 11px;
color: #696969;
}

a.bar:link, a.bar:visited, a.bar:active{
color: #000000;
font-size: 12px;
text-decoration: underline;
width: 120px;
height: 25px;
background-image: url('images/bar.gif');
background-repeat: repeat-x;
text-align: center;
padding-top: 5px;
border-left: 1px solid #E1E1E1;
}

a.bar:hover{
color: #000000;
font-size: 12px;
text-decoration: underline;
width: 120px;
height: 25px;
background-image: url('images/bar_on.gif');
background-repeat: repeat-x;
text-align: center;
padding-top: 5px;
border-left: 1px solid #E1E1E1;
}

.small{
color: #696969;
font-size: 10px;
font-style: italic;
}