<link href="talons.css" type="text/css" rel="stylesheet">
1
2 body {font-family:arial, helvetica;font-size:12px;}
3 .norm {font-family:arial, helvetica;font-size:12px;}
4 .norm2 {font-family:arial, helvetica;font-size:14px;}
5 .small {font-family:arial, helvetica;font-size:10px;}
6 .red {font-family:arial, helvetica;font-size:10px;color:#CC0000;}
7 .tbld {border:1px solid #CC0000;background-color:#F9F9F9;}
8
9
10 A:link {color:#CC0000;}
11 A:visited {color:#CC0000;}
12 A:hover {color:#000099;}
13 A:active {color:#CC0000;}
14
15#mainMenu {
16 width: 100px;
17 float: left;
18 font-family:Helvetica,Verdana,Arial,"MS Sans Serif";
19 font-size:10pt;
20 font-weight: bold;
21 text-decoration: none;
22 text-align: center;
23 background: url(images/redbar.jpg);
24}
25
26#mainMenu span {
27 display: none;
28 visibility: hidden;
29 background: url(images/redbar.jpg);
30}
31
32#mainMenu a {
33 display: block;
34 width: 111px;
35 padding-left: 0.0em;
36 padding-top: 0.2em;
37 padding-bottom: 0.2em;
38 border-bottom: solid #FCCCCC 1px;
39 border-top: solid #FCCCCC 1px;
40 text-decoration: none;
41 background: url(images/redbar.jpg);
42}
43
44#mainMenu a:link {
45 background-color: #e0b0a0;
46 color: white;
47 background: url(images/redbar.jpg);
48}
49
50#mainMenu a:visited {
51 background-color: #e0b0a0;
52 color: white;
53 background: url(images/redbar.jpg);
54}
55
56#mainMenu a:hover {
57 background-color: #d0c050;
58 color: #FFFFC6;
59 padding-left: 0.1em;
60 text-decoration: underline;
61 background: url(images/redbar.jpg);
62 border-bottom: solid #FFC099 1px;
63 border-top: solid #FFC099 1px;
64}
65
66#mainMenu a:active {
67 background-color: #e00000;
68 color: #F0FFB0;
69 background: url(images/redbar.jpg);
70}
71
72#mainMenuSpace {
73 width: 100px;
74 height: 10px;
75 float: left;
76 font-family:Helvetica,Verdana,Arial,"MS Sans Serif";
77 font-size:8pt;
78 font-weight: bold;
79 text-decoration: none;
80 text-align: center;
81 background: url(images/redbar.jpg);
82}
83
84#topMenu {
85 height: 15px;
86 color: #FFFFC6;
87 font-family:Helvetica,Verdana,Arial,"MS Sans Serif";
88 font-size:8pt;
89 font-weight: bold;
90 text-decoration: none;
91 text-align: center;
92}
93
94#topMenu span {
95 display: none;
96 visibility: hidden;
97}
98
99#topMenu a {
100 text-decoration: none;
101}
102
103#topMenu a:link {
104 background-color: #CC0001;
105 color: white;
106}
107
108#topMenu a:visited {
109 background-color: #CC0001;
110 color: white;
111}
112
113#topMenu a:hover {
114 background-color: #CC0001;
115 color: #FFFFC6;
116 text-decoration: underline;
117}
118
119#topMenu a:active {
120 background-color: #CC0001;
121 color: #F0FFB0;
122}
123
124form { margin-bottom: 0 ; }
125
126
127.lh a {
128 font:16px Arial, Helvetica, sans-serif;
129 color: #D62020;
130 display:block;
131}
132.lh a:hover {
133 color:#ffffff;
134 background: #E02000;
135 }
136
137
