body {
    padding: 0px;
    margin: 0px;
    background-color: #E0E3E5;
}

table, td {
    width: 100%;
    height: 100%;
    border-width: 0px;
}

td {
    vertical-align: top;
}

a:hover {
    text-decoration: none;
}

.m_text, td, a, li, input, textarea {
    font-family: Tahoma;
    font-size: 11px;
    line-height: normal;
    color: #4B5155;
}

.c_text, .c_text a {
    line-height: 11px;
    color: #C4CBCF;
    text-decoration: none;
}

.c_text a:hover {
    text-decoration: underline;
}

.link {
    text-align: right;
}

.link a {
    line-height: 11px;
    color: #4B5155;
    font-weight: bold;
    background-image: url(images/h-l.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    text-decoration: none;
}

.link a:hover {
    background-image: none;
}

span {
    font-size: 12px;
    font-weight: bold;
}

.cell {
    padding: 19px 18px 5px 14px
}

.line {
    height: 1px;
    background-color: #A4AEB3;
}

.links {
    line-height: 18px;
}

.links a {
    color: #485761;
    font-weight: bold;
    line-height: 18px
}

font {
    font-size: 16px;
    color: #476274;
    font-weight: bold;
    margin-left: 6px
}

img.img_feature {
    margin-right: 17px;
    vertical-align: top;
    border: 0px;
}

img.descr {
	border: #4B5155 1px;
	border-style: solid;
}

div.descr {
	border: #4B5155 1px;
	border-style: solid;
	margin-top: 12px; 
	padding:6px; 
}


div.img_feature {
    display: table;
    margin-left: 7px;
    height: 67px;
}

br.separatore {
    line-height: 13px;
}

.no_class, form, .no_class td {
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.form {
    height: 27px;
    margin-top: -2px;
}

table.menu {
    background-color: rgb( 222, 227, 228 );
    width: 250px;
    height: 400px;
}

table.menu a {
    text-decoration: none;
}

td.head {
    height: 44px;
    background-color: rgb( 107, 124, 135 );
}

td.menu1 {
    height: 40px;
    width: 250px;
    background-color: #a4aeb3;
    vertical-align: middle;
    padding: 19px 18px 5px 14px;
}

td.menu2 {
    height: 6px;
    width: 250px;
    padding-top: 4px;
    text-align: right;
    padding-right: 14px;
    padding-bottom: 4px;
    padding-top: 4px;
}

td.menu-sep {
    height: 1px;
    background-color: #c6ccce;
}

table.content {
    height: 10px;
}

td.immLeft {
    margin: 10px;
    width: 150px;
    height: 120px;
    vertical-align: middle;
    border: #E0E3E5 2px;
		border-style: solid;
    padding: 6px;
    text-align: center;
}

td.form{
	padding-top: 4px;
	text-align: right;
	padding-right: 4px;
	width: 30%;
}

td.input{
	padding-top: 4px;
	text-align: left;
	padding-right: 4px;
	width: 70%;
}

.form input {
    width: 205px;
    height: 24px;
    border-color: #919191;
    border-width: 1px;
    background-color: #ffffff;
    border-style: solid;
    padding-left: 9px;
    padding-top: 3px
}

textarea {
    width: 205px;
    height: 124px;
    border-color: #919191;
    border-width: 1px;
    background-color: #ffffff;
    border-style: solid;
    padding-left: 9px;
    overflow: hidden;
    margin-top: -2px;
    padding-top: 3px
}