body{
background: #000000;
font-family:trebuchet ms, arial;
font-color:#4a4a4a;
color:#4a4a4a;
}

.title {
	font-family: trebuchet ms, tahoma, arial;
	font-weight: bold;
        font-size: 10pt;
}

.text {
	font-family: trebuchet ms, tahoma, arial;
	font-weight: normal;
        font-size: 10pt;
}

a:link{
	color: #4a4a4a;
        font-weight: bold;
        text-decoration: none;
}
a:visited{
	color: #4a4a4a;
        font-weight: bold;
        text-decoration: none;

}
a:hover{
        color: #4a4a4a;
        font-weight: bold;
        text-decoration: underline;
}

a:link.m{
	color: #a0a0a0;
        font-weight: bold;
        text-decoration: none;
}
a:visited.m{
	color: #a0a0a0;
        font-weight: bold;
        text-decoration: none;

}
a:hover.m{
        color: #a0a0a0;
        font-weight: bold;
        text-decoration: underline;
}

textarea {
	color: #4a4a4a;
	text-decoration: none;
	background: #ffffff;
        padding:2px;
	border: 1px solid #e1e1e1;
	font: normal 10pt  trebuchet ms, tahoma, verdana, arial;
}

.input {
	background: #ffffff;
	color: #4a4a4a;
        padding:2px;
	text-decoration: none;
	border: 1px solid #e1e1e1;
	font: normal 10pt  trebuchet ms, tahoma, verdana, arial;
}

.button {
	background: #ffffff;
	color: #4a4a4a;
        text-align: center;
	text-decoration: none;
	border: 1px solid #e1e1e1;
        padding-left: 5px;
        padding-right: 5px;
	font: bold 10pt  trebuchet ms, tahoma, verdana, arial;
}

.button:hover {
	background: #ffffff;
	color: #4a4a4a;
        text-align: center;
	text-decoration: none;
	border: 1px solid #4a4a4a;
        padding-left: 5px;
        padding-right: 5px;
	font: bold 10pt  trebuchet ms, tahoma, verdana, arial;
        cursor:pointer;
}

.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: center; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #4a4a4a;
text-decoration: none;
color: #4a4a4a;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #ffffff;
color: #ffffff;
background-color: #212121;
}

.pagination li.currentpage{
font-weight: bold;
padding: 0 5px;
border: 1px solid #ffffff;
background-color: #212121;
color: #ffffff;
}

* html .pagination li.currentpage, * html .pagination li{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
margin-right: 5px;
padding-right: 0;
} 
