body {
 font-family: verdana, arial;
 font-size:8pt;
}
a, a:visited, a:active, a:link {
 text-decoration: none;
 color:#000088;
}
a:hover {
 color:#880000;
}
.t1 {
 font-family: verdana, arial;
 font-size:8pt;
}
A.az, A.az:visited, A.az:active, A.az:link {
 text-decoration: none;
 color:#000088;
}
A.az:hover {
 color:#AA0000;
}
A.am, A.am:visited, A.am:active, A.am:link {
 text-decoration: none;
 color:#FFFFFF;
}
A.am:hover {
 color:#000000;
}
A.mg, A.mg:visited, A.mg:active, A.mg:link {
 text-decoration: none;
 color:#CCCCCC;
}
A.mg:hover {
 color:#FFFFFF;
}
A.mb, A.mb:visited, A.mb:active, A.mb:link {
 text-decoration: none;
 color:#FFFFFF;
}
A.mb:hover {
 color:#FF0000;
}

table.data {
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	border-width: 0px;
	border-spacing: 0;
	border-style: ridge;
	border-color: #2B5986;
	border-collapse: collapse;
	background-color: white;
}

table.data th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #2B5986 ;
	background-color: #2B5986;
	font-family: verdana, arial;
 	font-size:8pt;
 	color: white;
	#style='color:#C3A806; font-weight:bold
}

table.data td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #2B5986 ;
	background-color: #FFFFFF;
	font-family: verdana, arial;
 	font-size:8pt;
 	color: black;
	#style='color:#C3A806; font-weight:bold
}

table.data td.pager {
	background-color: #EBEBEB;
}

h1
{
	color: #2E5C97;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 16pt;
}

h2
{
	color: #000000;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: left;
	font-size: 12pt;
}
h2.error
{
	color: red;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: left;
	font-size: 12pt;
}
.error
{
	color:red;
	text-align:center;
	font-weight:bold;
}
.file
{
	color:black;
	font-weight:normal;
	text-align:right;
}
#login {
   position:absolute;
    text-align: right;
    top:15%;
    right:35%;
    bottom:15%;
    left:35%;
    padding:25px;
    margin:25px;
    }
