body {
	background-image: url(images/topbar.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: top;
}

.topmenus {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: bold;
	color: #003b59;
	text-decoration: none;
}

.topmenus:hover {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: bold;
	color: #8fadb7;
	text-decoration: none;
}

.icontext {
	font-family: tahoma;
	font-size: 22px;
	font-style: italic;
	color: #8fadb7;
	text-decoration:none;
}

.icontext:hover {
	font-family: tahoma;
	font-size: 22px;
	font-style: italic;
	color: #003b59;
	text-decoration:none;
}

.titletext {
	font-family: tahoma;
	font-size: 22px;
	color: #003a57;
	font-style:italic;
}

.innertext {
	font-family: tahoma;
	font-size: 12px;
	color: #003a57;
	/*text-align:left;*/
}
.footertext {
	font-family: tahoma;
	font-size: 12px;
	color: #8ca3ab;
}
.search {
	font-family: tahoma;
	font-size: 12px;
	color: #d6d7d8;
}


.smalltext {
	font-family: tahoma;
	font-size: 11px;
	color: #8ca3ab;
	text-decoration: none;
}

.footerlinks {
	font-family: tahoma;
	font-size: 11px;
	color: #8ca3ab;
	text-decoration: none;
}

.footerlinks:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #8ca3ab;
	text-decoration: underline;
}

.brdr {
border:solid 1px #e5eaed;
}

.brdrwhite {
border:solid 1px #fff;
}

.brdrrgt {
border-right: solid 1px #f8f9f9;
}

.leftmenus {
	font-family: tahoma;
	font-size: 12px;
	color: #003a57;
	text-decoration:none;
	font-weight:bold;
}

.leftmenus:hover {
	font-family: tahoma;
	font-size: 12px;
	color: #0075af;
	text-decoration:none;
	font-weight:bold;
}

.boxtitletext {
font-family:tahoma;
font-size:12px;
color:#003c5a;
font-weight:bold;
};


.buttonbg {
background-image:url(images/acc.gif);
}

.buttonbg:hover {
background-image:url(images/acc_ovr.gif);
}

.buttonbg:onclick {
background-image:url(images/acc_press.gif);
}



/*Pagign*/

.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
font-size: 10pt;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #58595D;
text-decoration: none; 
color: #58595D;
font-size: 10pt;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #58595D;
color: #3D4D66;
background-color: #BEB7A6;
/*font-size: 10px;*/
}

.pagination a.currentpage
{
	background-color: #58595D;
	color: #FFF !important;
	border-color: #58595D; /*font-weight: bold;*/
	cursor: default; /*font-size: 10pt;*/
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #58595D;
font-weight: normal !important;
/*font-size: 10pt;*/
}

.pagination a.prevnext
{
	/*font-weight: bold;
	font-size: 10pt;*/
}

