body {
	margin-bottom: 0px;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #525252;
}
td, textarea, input {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
select {
	font-family: Tahoma;
	font-size: 12px;
	color: #0B2139;
	font-weight: normal;
}

h1 { font: bold 1.2em Arial, Geneva, Helvetica, sans-serif; font-size: 12px; color: #0B2139;}
h2 { font: bold 1.2em Arial, Geneva, Helvetica, sans-serif; font-size: 12px; color: #0B2139;}
h3 { font: bold 1.2em Arial, Geneva, Helvetica, sans-serif; font-size: 12px; color: #0B2139;}

.tableDetail {
	font-size: 12px;
	font-family: Verdana;
	color: #49394E;
}
a:link {
	color: #000000;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height:18px;
}
a:hover {
	color: #084992;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	line-height:18px;
}
a:visited {
	color: #000000;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	line-height:18px;

}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

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

#dropmenudiv a:hover{ /*hover background color*/
background-color: #eeeeee;
}

.anylinkcss{
position:absolute;
visibility: hidden;
border:2px solid white;
border-bottom-width: 0;
font:normal 12px verdana;
line-height: 18px;
z-index: 100;
background-color: #eeeeee;
width: 133px;
color: white;
}
 
.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 4px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: white;
}
 
.anylinkcss a:hover{ /*hover background color*/
background-color: #eeeeee;
color: #084992;
}
}

