This repository has been archived by the owner on Jun 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
styles.css
executable file
·127 lines (125 loc) · 2.05 KB
/
styles.css
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
@charset "UTF-8";
/* CSS Document */
body {
margin: 0px;
font-family: Georgia, "Times New Roman", Times, serif;
}
table {
padding: 5px;
max-width: 970px;
}
h1 {
color:#244178;
font-size: 24px;
}
h2 {
color:#244178;
font-size: 20px;
}
.MainTable {
width: 960px;
top: auto;
}
#MainText {
align: left;
max-width:500px;
}
.TopRowLogoHeader {
height: 30px;
}
.BannerRow {
height: 200px;
}
.NavigationRow {
height: 20px;
}
.ContentRow {
height: auto;
text-align: justify;
font-size: 16px;
border-top-width: 0px;
}
.FooterRow {
height: 20px;
text-align: center;
vertical-align: baseline;
font-size: 16px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #000000;
}
.SubFooterRow {
height: 20px;
text-align: center;
font-size: 10px;
}
.NavigationCell {
width: 200px;
margin: 0px;
padding: 0px;
height: 20px;
text-align: center;
}
.NavigationTable {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #000000;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #000000;
}
.ContentTable {
height: auto;
width: 950px;
}
.LeftContentTable {
width: 300px;
}
.ContentImageColumn {
width: 300px;
vertical-align: top;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #000000;
text-align: center;
}
.ContentText Column {
width: 500px;
text-align: left;
vertical-align: top;
}
.imageContainer {
background-color: #FFFFFF;
border: 2px solid #CCCCCC;
font-size: 10px;
text-align: left;
vertical-align: top;
}
.PageTitleTextStyle {
font-size: 16px;
font-weight: bold;
}
.PageSubTitleTextStyle {
font-size: 16px;
font-weight: bold;
}
a:link {
color: #000000;
text-decoration: none;
}
a:visited {
color: #000000;
text-decoration: none;
}
a:hover {
color: #000000;
text-decoration: underline;
}
a:active {
color: #FFFFFF;
text-decoration: none;
background-color: #333333;
}
.LeftContentTable tr td table tr .style2 p strong {
color: #303397;
}