body {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #242424;
}
td, textarea, input, select {
	font-size: 10px;
	color: #242424;
	font-weight: normal;
}
.tableDetail {
	font-size: 10px;
	color: #49394E;
}
a {
	color: #000000;
	font-size: 10px;
	font-weight: none;
	font-style: normal;
    text-decoration: underline;
    border: thin none #FFFFFF;
}
a:link {
	color: #000000;
	font-size: 10px;
	font-weight: none;
	text-decoration: underline;

}
a.blancmenu{
	color: #FFFFFF;
	text-decoration: none;
}
a.blancmenu:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: Maroon;
	font-size: 10px;
	font-weight: none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
}


.text1 {
	font-size: 10px;
	color: #242424;
	font-weight: bold;
}
.text2 {
	font-size: 10px;
	font-weight: normal;
	color: #242424;
}
.text3 {
	font-size: 14px;
	font-weight: bold;
	color: black;
}
.text4 {
	font-size: 11px;
	font-weight: bold;
	color: red;
}

p {
	font-size: 10px;
	font-weight: normal;
	color: #242424;
}
.note {
	font-size: 9px;
	font-weight: normal;
	color: #555555;
}
.fram2{
    background-color: #FFFFFF;
    OVERFLOW: hidden;
}
.tableavis{
    background-color: #F1F1F1;
    border: #AAAAAA solid 1px;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
line-height:18px;
z-index:100;
background-color: white;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
background-color: #F4DBDB;
color: black;
}

#dropmenudiv a:hover{ /*hover background color*/
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
background-color: white;
color: black;
}