80 lines
1.5 KiB
CSS
80 lines
1.5 KiB
CSS
.nav_bg {
|
|
background-image: url(../images/nav_bg.jpg);
|
|
background-repeat: no-repeat;
|
|
}
|
|
.ft_bg {
|
|
background-image: url(../images/ftr_bg.jpg);
|
|
background-repeat: repeat;
|
|
}
|
|
.hm_bg {
|
|
background-image: url(../images/hm_bdy.jpg);
|
|
background-repeat: no-repeat;
|
|
}
|
|
.whitetextindent10 {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 12px;
|
|
color: #FFFFFF;
|
|
text-indent: 10px;
|
|
}
|
|
.blacktext {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 12px;
|
|
color: #03202E;
|
|
}
|
|
.blacktext10 {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 10px;
|
|
color: #03202E;
|
|
}
|
|
.blacktext11 {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 11px;
|
|
color: #03202E;
|
|
padding-left: 10px;
|
|
}
|
|
.greytext11 {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 11px;
|
|
color: #999999;
|
|
padding-left: 10px;
|
|
}
|
|
.contactus-text {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 11px;
|
|
color: #03202E;
|
|
padding-left: 20px;
|
|
}
|
|
.footertext {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 10px;
|
|
color: #CCCCCC;
|
|
}
|
|
.fourlines {
|
|
border: 1px solid #03202E;
|
|
}
|
|
.titletext {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 16px;
|
|
color: #052031;
|
|
}
|
|
.copyright-padding {
|
|
padding-left: 20px;
|
|
}
|
|
|
|
|
|
a.gen1:link {
|
|
color: #0092CF;
|
|
text-decoration: none;
|
|
}
|
|
a.gen1:visited {
|
|
color: #0092CF;
|
|
text-decoration: none;
|
|
}
|
|
a.gen1:hover {
|
|
color: #0092CF;
|
|
background-color: #F3F4F5;
|
|
text-decoration: none;
|
|
}
|
|
a.gen1:active {
|
|
color: #0092CF;
|
|
} |