.clr {
clear: both;
}

body {
margin: 2px;
height: 100%;
padding: 0px;
font-family: helvetica,arial,sans-serif;
font-size: 12px;
color: #000000;
background: #ffffff;
}

ul {
margin: 0;
padding: 0;
list-style: none;
}

li {
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
background-image: url("/template/images/arrow.png");
background-repeat: no-repeat;
background-position: 0px 3px;
}

th {
font-size: 14px;
text-align: left;
padding-left: 0px;
padding-right: 0px;
}

td {
font-size: 12px;
text-align: left;
padding-left: 0px;
padding-right: 0px;
}

th.cat {
font-size: 14px;
text-align: left;
padding-left: 4px;
padding-right: 4px;
}

td.catdesc {
font-size: 12px;
font-weight: bold;
text-align: left;
padding-left: 4px;
padding-right: 4px;
background-color: #cccccc;
}

td.catsep {
font-size: 4px;
background-color: #cccccc;
}

td.catrow1 {
font-size: 12px;
font-weight: bold;
text-align: left;
padding-left: 4px;
padding-right: 4px;
background-color: #ffffdd;
}

td.catrow2 {
font-size: 12px;
font-weight: bold;
text-align: left;
padding-left: 4px;
padding-right: 4px;
background-color: #eeeeee;
}

th.faq {
font-size: 12px;
font-weight: bold;
text-align: left;
padding-left: 4px;
padding-right: 4px;
background-color: #ff9900;
}

td.faq {
font-size: 12px;
text-align: left;
padding-left: 4px;
padding-right: 4px;
background-color: #efefef;
}

td.footer {
font-size: 12px;
font-weight: bold;
text-align: left;
padding-left: 4px;
padding-right: 4px;
background-color: #ffffee;
}

a:link, a:visited {
color: #ff6600;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #0099ff;
font-weight: bold;
text-decoration: underline;
}

.small {
color: #000000;
font-size: 9px;
}

#header {
float: left;
padding: 0px;
margin: 0px;
background: #0099ff;
}

.contentblock {
float: top;
padding: 0px;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
width: 100%;
font-size: 12px;
color: #000000;
background: #ffffff;
}

.content {
float: center;
padding: 5px;
width: 650;
font-size: 12px;
color: #000000;
background: #ffffff;
}

.footer {
color: #999999;
font-size: 10px;
font-family: verdana,helvetica,arial,sans-serif;
}

a.footer:link, a.footer:visited {
color: #ff6600;
text-decoration: none;
}

a.footer:hover {
color: #0099ff;
text-decoration: underline;
}

.menu {
float: top;
padding: 0px;
margin-top: 0px;
margin-left: -1px;
margin-right: 0px;
width: 100%;
font-size: 12px;
color: #000000;
background: #0099ff;
background-image: url("/template/images/menu_dot1.png");
background-repeat: no-repeat;
background-position: 4px 8px;
}

.menuseparator {
margin-top: 0px;
margin-left: -1px;
margin-right: 0px;
display: block;
color: #000000;
background-color: #ff9900;
font-size: 12px;
font-weight: bold;
text-align: left;
text-indent: 4px;
text-decoration: none;
padding-top: 5px;
padding-right: 2px;
width: 100%;
height: 19px !important;
height: 24px;
vertical-align: middle;
}

a.menu:link, a.menu:visited {
display: block;
color: #ffffff;
font-size: 12px;
font-weight: bold;
text-align: left;
text-indent: 16px;
text-decoration: none;
padding-top: 5px;
padding-right: 2px;
width: 100%;
height: 19px !important;
height: 24px;
vertical-align: middle;
}

a.menu:hover {
color: #000000;
background: #ff9900;
text-decoration: underline;
background-image: url("/template/images/menu_dot2.png");
background-repeat: no-repeat;
background-position: 4px 8px;
}

.inputbox {
padding: 2px;
border:solid 1px #cccccc;
background-color: #ffffff;
}

.selectbox {
font-size: 10px;
}

.button {
color: #ffffff;
border:solid 1px #cccccc;
background-color: #ff9900;
font-size: 12px;
font-weight: bold;
text-align: center;
padding: 2px 4px 2px 4px;
height: 20px;
}

a.button:link, a:visited {
color: #ff6600;
font-weight: bold;
text-decoration: none;
}

a.button:hover {
color: #ff9900;
font-weight: bold;
text-decoration: underline;
background-color: #0099ff;
}

.highlight {
background-color: Yellow;
color: Blue;
padding: 0px 2px 0px 2px;
}

.code {
background-color: #ddd;
border: 1px solid #bbb;
}