.tablemain{
border-width: 1px;
border-style: solid;
border-color: #000000;
border-collapse: collapse;
}
.footer{
color: black;
font-size: 7pt;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}

.secondtxt{
color: black;
font-size: 10pt;
font-family: Arial, Helvetica, sans-serif;
}

.center {
	text-align: center;
}
.center table {
	margin: auto;
}

.horizontalcssmenu{

top: -1px;
left:5px;

}


.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: right;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
/*Width of top level menu link items*/

text-decoration: none;
color: black;
font-size: 8pt;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;

}
.horizontalcssmenu ul li a:hover{	
color: #FFFFFF;
background-color: #004159;
}

/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: -4;
position: absolute;
display: block;
visibility: hidden;

background-color: #5B8EAD;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 125px;/*width of sub menu levels*/
font-weight: normal;
padding: 2px 15px;




}

.horizontalcssmenu ul li ul li a:hover{

}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 0%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */

.tabletxt {color: black;
font-size: 8pt;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}tableform {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #5B8EAD;
}
