1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
|
/* SRG 1.1 - Default Stylesheet
*
* If you make modifications to this stylesheet you *must* modify the
* first line otherwise your changes may be overwritten when SRG is
* upgraded.
*
*/
BODY {
font-family: Verdana, Arial, sans-serif;
font-size: small;
line-height: 1.5;
background-color:#FFFFFF;
color:#000000;
margin:0px;
}
A:link, A:visited {
color: #0029A3;
text-decoration: none;
}
A:hover {
color: #5D59ac;
text-decoration: underline;
}
H1 {
font-family: Verdana, Arial, sans-serif;
font-size: large;
}
.bodytext {
font-family: Verdana, Arial, sans-serif;
font-size: small;
text-align: justify;
}
.cellText {
font-family: Verdana, Arial, sans-serif;
font-size: small;
text-align: justify;
padding-bottom: 5px;
}
.cellNum {
font-family: Verdana, Arial, sans-serif;
font-size: small;
text-align: right;
padding-bottom: 5px;
}
th {
font-family: Verdana, Arial, sans-serif;
font-size: small;
text-align: center;
font-weight: bold;
text-align:left;
padding-top:10px;
padding-bottom: 3px;
margin-bottom:2px;
color:#0000BB;
}
tr {
font-family: Verdana, Arial, sans-serif;
font-size: small;
text-align: justify;
}
.highlightRow {
background-color:#efefef;
}
.srgfooter {
font-family: Verdana, Arial, sans-serif;
font-size: 8px;
text-align: center;
padding-top: 6px;
}
|