body	{
		font-family: Verdana;
		font-size: 11px;
		color: #000000;
		text-decoration: none;
}

a	{
	font-family: Verdana;
	font-size: 11px;
	color: #000028;
}

INPUT {
	font-family: Verdana;
	font-size: 11px;
}

SELECT {
    font-family: Verdana;
	font-size: 11px;
}

TABLE {
    font-family: Verdana;
	font-size: 11px;
}

FONT {
			font-family: Verdana;
			font-size: 12px;
}

.table_br	{
			border-left: 1px solid #787878;
			border-right: 1px solid #787878;
}

.menu_txt	{
			font-family: Times New Roman;
			font-size: 12pt;
			color: #3d3d3d;
			margin-left: 10px;
			margin-right: 10px;
			text-decoration: none;
}

.menu2_txt	{
			font-family: Times New Roman;
			font-size: 12pt;
			color: #787878;
			margin-left: 10px;
			margin-right: 10px;
			text-decoration: none;
}

.center_cont	{
				font-family: Verdana;
				font-size: 11px;
				color: #000000;
				padding: 20px;
				text-align: justify;
				text-decoration: none;
}

.news	{
		font-family: Verdana;
		font-size: 10px;
		color: #323232;
		text-align: left;
		padding: 15px;
}

.news_blue	{
			font-family: Verdana;
			font-size: 11px;
			color: #247ebd;
			font-weight: bold;
			text-decoration: none;
}

.news_blue1	{
			font-family: Verdana;
			font-size: 12px;
			color: #247ebd;
			font-weight: bold;
			text-decoration: none;
}

.news_black	{
			font-family: Verdana;
			font-size: 11px;
			color: #161616;
			font-weight: bold;
			text-decoration: none;
}

.news_black1	{
			font-family: Verdana;
			font-size: 12px;
			color: #161616;
			font-weight: bold;
			text-decoration: none;
}

.copyright	{
			font-family: Tahoma;
			font-size: 10px;
			color: #5e5e5e;
			letter-spacing: 0.1em;
}

.copyright2	{
			font-family: Tahoma;
			font-size: 10px;
			color: #d6d9df;
			letter-spacing: 0.1em;
			margin-right: 20px;
}

.copyright2_a	{
				font-family: Tahoma;
				font-size: 10px;
				color: #d6d9df;
				letter-spacing: 0.1em;
				text-decoration: underline;
}
			
			
.pager {
	margin-top		: 5px;
	background		: #000E88;
	padding: 2px 2px 2px 2px;
    font-family: Verdana;
	font-size: 11px;
}

.pager td {
	padding			: 5px;
	background		: #DDDDDD;
}


.tbl	{
    margin-top          : 5px;
    background          : #a9a9a9;
    font-family: Verdana;
	font-size: 11px;
     
}

.tbl td {
     padding               : 5px;
/*     background          : #ffffff;*/
}

.tbl tr
{
	background		: #fefefe;
} 

.tbl .head td {
	background		: #F7F7F7;
	font-weight		: bold;
	font-size		: 12px;
}

.headsort {
    font-family: Verdana;
	font-size: 10px;
}

/* Menu DIV */
.jqac-menu{
  color: black;
  background-color: white;
  border: 1px solid #aaa;
}
/* unordered list for suggestions */
.jqac-menu ul{
  list-style: none;
  margin: 1px;
  padding: 1px;
  overflow: hidden;
}
/* SPAN "link" */
.jqac-menu .jqac-link {
  cursor: hand; cursor: pointer;
  display: block;
}
/* highlighted menu item */
.jqac-menu .jqac-highlight {
  background-color: #ddf;
}
/* warning for no results */
.jqac-menu .jqac-warning {
  font-style: italic;
}
/* loading for AJAX get */
.jqac-menu .jqac-loading {
  font-style: italic;
  text-decoration: blink;
}
/* matched sub-string */
.jqac-menu em {
    text-decoration: underline;
}
/* suggestion info */
.jqac-menu .jqs-info {
    text-align: right;
    font-style: italic;
    font-size: .75em;
    color: #666;
}