a:link {
	color: #1c5099;
	text-decoration: none;
}
a:visited {
	color: #1c5099;
	text-decoration: none;
}
a:hover {
	color: #0f254c;
	text-decoration: none;
}
a:active {
	color: #1c5099;
	text-decoration: none;
}
.alt {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 11px;
	color: #000000;
	cursor: default;
	line-height: 16px;
	text-align: justify;
}
table {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	color: #000000;
	cursor: default;
	line-height: 16px;
	text-align: justify;
}
.menu {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 11px;
	color: #ffffff;
	cursor: default;
	line-height: 20px;
	text-align: justify;
}
.input {
	font-family: Tahoma;
	font-size: 11px;
	width: 100%;
	border: 1px solid #cfc0d1;
	margin: 0px;
	padding: 0px;
	background-color: #f8fcfe;
}
.index {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	color: #1a1e26;
	line-height: 14px;
}
.submit {
	font-family: sans-serif;
	font-size: 11px;
	color: 5C6F73;
	background-color: #FFFFFF;
	border: 1px solid #98AFB3;
	height: 21px;
	margin-right: 5px
}

.mainDiv
{
  width:160px;
  height:20px;
}
.topItem
{
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
	color: black;
	font-size: 13px;
	font-family: Arial, Helvetica, san-serif;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	white-space: normal;
 	color:#fed84c;	
}
.dropMenu
{

}
.subMenu
{
	display: none;

}
.subbas
{
	font-weight: bold;
	text-decoration: none;
	color: black;
	font-size: 11px;
	height: auto;
}
.subItem
{
	padding-left: 5px;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	color: black;
	font-size: 11px;
}

.subItem a
{
   text-decoration:none;
   color:black;
   font-size: 11px;   
}

.subItemOver
{
   cursor:pointer;
   color:red;
   text-decoration:underline;
   font-weight:bold;
   padding-left:5px;
   font-size: 11px;   
}

.subItemOver  a
{
   color:black;
}
.drop
{
	border-left: 1px solid  black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}