
DIV#menu{
	text-align: center;
	background-image: url('../img/gui/menubkg.gif');
	background-repeat: no-repeat;
	height: 25px;
	width: 753px;
	padding-top: 5px;
	vertical-align: middle;
	font-size: 12px;
}
A.menu,A.menu_crt{
    color: rgb(182, 10, 36);
    
    font-size: 11px;
	 font-weight: bolder;
    text-align: center;
    text-decoration: none;
}
A.menu:hover{
    color: rgb(115, 0, 0);
    
    font-weight: bolder;
    font-size: 11px;
    text-align: center;
    text-decoration: underline;
    background-color: rgb(215, 215, 213);
}
A.menu_crt{
	color: #333;
}

DIV.form_info{
text-align: left;
border-bottom: 1px solid #EEE;
margin-bottom: 10px;
padding: 10px;
}

TABLE.form_table{
margin-bottom: 10px;
}
TD.form_left, TD.form_req{
	text-align: left;
	font-weight: bold;
	color: #333;
	font-size: 11px;
}
TD.form_req{
color: #600;
}
TD.form_right{
padding: 2px;
text-align: right;
}
TD.form_bottom{
border-bottom: 1px dashed #eee;
}
DIV.err{
font-weight: bold;
font-size: 11px;
color: #A00;
text-align: left;
padding-left: 15px;
}
.form_err{
border-bottom: 3px solid #A00;
}
TD.form_pleft{
font-size: 11px;
font-weight: normal;
border-right: 3px solid #666;
width: 150px;
text-align: left;
vertical-align: middle;
color: #333;
padding: 5px;

}
DIV.prod{
text-align: left;
font-size: 11px;
border-bottom: 1px dotted #DDD;
}
INPUT, TEXTAREA, OPTION, SELECT{
font-family: 'Palatino Linotype';
font-size: 11px;
}
TD.xbtm{
border-top: 1px solid #003981;
text-align: center;
font-size: 11px;
padding: 5px;
}
A.footernav{
color: rgb(105,105,105);
text-decoration: none;
}
A.footernav:hover{
color: rgb(204,204,204);
text-decoration: underline;
}
a.epriv,a.epriv:visited
{
    font-weight: bold;
    font-size: 11px;
    color: rgb(160, 82, 45);
    font-style: normal;
    
    text-decoration: underline;
}

a.epriv:hover
{
    font-weight: bold;
    font-size: 11px;
    color: rgb(0, 71, 138);
    font-style: normal;
    
    text-decoration: underline;
}*/