.Text {
    FONT: 10pt verdana,arial,sans-serif
}
.mlink:link, .mlink:hover,.mlink:visited{
    font-family: Times New Roman, Times, serif;
    text-decoration: none;
	 font-size:8pt;
    font-style: normal;	 
	 font-weight: bold;
}
form{
	padding-bottom:0px;
}
.button,{
    font-size: 12pt;	
}

a.pager:visited, a:hover, a:link,.link {
    font-family: Times New Roman, Times, serif;
    text-decoration: underline;
    font-weight:normal;
    color:navy;
}

a:visited, a:hover, a:link,.link {
    font-family: Times New Roman, Times, serif;
    text-decoration: none;
    font-style: italic;
    font-weight: bold;
}
a:link,.mlink:link, {
    color: #4A506E;
}
a:hover,.mlink:hover {
    color: #5E70A3;
}
a:visited,.mlink:visited {
    color: #A3A5AF;
}
.link {
    color: #000000;
}
.title {
    font-family: Times New Roman, Times, serif;
    text-decoration: none;
    font-style: italic;
    font-size: 25px;
    font-weight: bold;
    color: #5F5E4F;
	padding-left: 10px;	
}
.caption {
    font-family: Times New Roman, Times, serif;
    text-decoration: none;
    font-style: normal;
    font-size: 12pt;
    font-weight: bold;
    color: #5F5E4F;
}
.name {
    font-family: Times New Roman, Times, serif;
    text-decoration: none;
    font-style: normal;
    font-size: 25px;
    font-weight: normal;
    color: #5F5E4F;
}
.copyright, .print {
    font-family: Times New Roman, Times, serif;
    text-decoration: none;
    font-style: normal;
    font-size: 8pt;
    font-weight: bold;
    color: #5F5E4F;
}
.print {
    display:none;
}
@media print {
.noprint {
    visibility:hidden;
    display:none;
}
.print {
    display: inline;
}
}