/* CSS Document */
body {
background-color: #FFFFCC;
}
td {
font-family: Georgia, "Times New Roman", Times, serif;
color: #663300;
font-size: 12px;
line-height: 16px;
}
h1 {
font-size: 12px;
font-weight: bold;
font-family: Times New Roman, Times, serif;
}
a {
font-family: Georgia, "Times New Roman", Times, serif;
color: #663300;
font-size: 12px;
text-decoration: underline;
}
a:visited {
font-family: Georgia, "Times New Roman", Times, serif;
color: #663300;
font-size: 12px;
text-decoration: underline;
}
a:active {
font-family: Georgia, "Times New Roman", Times, serif;
color: #663300;
font-size: 12px;
text-decoration: underline;
}
.link {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 14px;
font-weight: bold;
color: #663300;
text-decoration: none;
}
.link:visited {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 14px;
font-weight: bold;
color: #663300;
text-decoration: none;
}
.link:active {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 14px;
font-weight: bold;
color: #663300;
text-decoration: none;
}
.link:hover {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 14px;
font-weight: bold;
color: #663300;
text-decoration: underline;
}
.linkinactive {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 14px;
font-weight: bold;
color: #663300;
text-decoration: none;
}
.textarea {
width: 350px;
height: 100px;
font-size: 11px;
font-family: Georgia, "Times New Roman", Times, serif;
color: #663300;
}
.name {
width: 150px;
height: 13px;
font-size: 11px;
font-family: Georgia, "Times New Roman", Times, serif;
color: #663300;
}
.email {
width: 350px;
height: 13px;
font-size: 11px;
font-family: GGeorgia, "Times New Roman", Times, serif;
color: #663300;
}
.stockpad {
padding-left: 3px;
padding-right: 15px;
}
.expand {
background-image: url(WebImages/Expand.gif);
}
.rightpad {
padding-right: 10px;
}