a:hover {  color: #999999; font-weight: bold}
a:link {  font-weight: bold}
.white { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; color: #FFFFFF }
.abluemedium { font-size: 13px; font-weight: bold; color: #000099; text-decoration: underline }
.abluesmall { font-size: 11px; font-weight: bold; color: #000099; text-decoration: underline }
.bluemedium { font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; line-height: normal; font-weight: normal; color: #000099 }
.bluemediumbold { font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; line-height: normal; font-weight: bold; color: #000099 }
.bluesmall { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: normal; font-weight: normal; color: #000099 }
.bluesmallbold { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: normal; font-weight: bold; color: #000099 }
.awhite {  font-weight: bold; color: #FFFFFF; text-decoration: none}
.whitebold { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: bold; color: #FFFFFF }

.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
/*text-align: center;*/ /*Set to "right" to right align pagination interface*/
font-size: 16px;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #592d9c;
text-decoration: none; 
color: #592d9c;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #6035a0;
color: #fff;
background-color: #6035a0;
}

.pagination a.currentpage{
background-color: #592d9c;
color: #FFF !important;
border-color: #592d9c;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}
