* {
    margin: 0;
    padding: 0;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(../img/background.gif);
    color: black;
    font-size: 10pt;
}

a:link {
	color: #0000ff;
	TEXT-DECORATION: none;
}
a:visited {
	color: #6600cc;
	TEXT-DECORATION: none;
}
a:hover {
	TEXT-DECORATION: underline;
}
a:active {
	TEXT-DECORATION: none;
}
img{
    border: 0;
}
h1 {
    text-align:center;
    padding-top: 15px;
}
h2 {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 12pt;
}
p {
    margin: 1em 0;
}
input, select {
    font-size: 10pt;
    margin-top: 1px;
    margin-bottom: 1px;
}
option {
    padding-right: 10px;
}
td {
    width: 275px;
    vertical-align: top;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
.red {
    color: red;
}
.tip, .search-col label.tip {
    color: #3366ff;
    font-style: italic;
    font-size: 8pt;
    font-weight: normal;
}
.small {
    font-size: 8pt;
    font-weight: normal;
}
.search-col {
    background-color: #ffffcc;
}
.search-col label {
    font-weight: bold;
}
#content {
    width: 850px;
    margin-left: 152px;
    position:relative;
}
#nav {
    position: absolute;
    top: 0;
    left: 10px;
    width: 140px;
    font-size: 7.5pt;
    font-weight: bold;
}
#nav h2 {
    text-align: center;
    font-style: italic;
    font-size: 8pt;
    margin-bottom: 0;
    margin-top: 15px;
}
#nav li {
    list-style-type:none;
}
#to-top {
    margin: 2em 0;
    text-align: center;
}
#footer {
    font-size: 8pt;
    text-align: center;
}
#row2 p {
    margin-top: 0;
    font-size: 8pt;
}
#row2 h2 {
    margin-bottom: 0;
}
#wireless-printing {
    width: 140px;
    position:absolute;
    top: 15px;
    right: 60px;
    background-color: #FFCC00;
    text-align: center;
    font-style: italic;
    font-size: 8pt;
}
#wireless-printing strong {
    font-size: 10pt;
}
