/**********************
HTML STYLES
***********************/
/* IE6 PNG FIX */
img, div, a { behavior: url(/iepngfix.htc); }
body {
margin: 0;
background: #FFFFFF;
color: #000000;
}
.bodyclass,
p,
td,
.standard {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
}
/* Use BODYID to assign styles to body tag */
.bodyclass {
text-align:center;
background:#000000;
}
a {
color: #FD0C04;
}
a:hover {
color: #7D8999;
}
a img {
border: none;
}
/**********************
UNIVERSAL STYLES
***********************/
.error {
color: #CC0000;
}
.standard {
color: #FFFFFF;
}
.standardbold {
font-weight: bold;
}
.standardheader {
font-size: 24px;
/* background:url(standard/underline.jpg) no-repeat bottom; */
padding: 0 0 15px 0;
margin: 0 0 15px 0;
}
/**********************
LAYOUT STYLES
***********************/
.poweredby {
padding: 10px;
}
.navigation {
background: url(standard/sign_nav_bg.jpg) repeat-y;
width: 189px;
padding: 0 0 0 35px;
color: #FFFFFF;
}
#navbg {
width: 189px;
background: url(standard/left_bg.jpg) repeat-y right top;
}
.navigation td a{
text-decoration:none;
color: #FFFFFF;
}
.navigation p{
color: #FFFFFF;
}
.navigation span{
color:#FD0C04;
font-weight:bold;
}
.navigation p a{
font-weight:bold;
color:#FD0C04;
}
.content {
width: 594px;
background: url(standard/sign_content_bg.jpg) repeat-y;
text-align:left;
padding: 0 0 0 10px;
}
.content,
.content p,
.content td,
.content .standard {
font-size: 15px;
color: #FFFFFF;
}
.content .standardheader {
color: #FFFFFF;
}
.footer {
background: url(standard/sign_footer.jpg) no-repeat;
height: 107px;
color: #FFFFFF;
text-align:center;
}
.footernav {
text-decoration:none;
color: #FFFFFF;
}