/* Buttons */
input.i-submit 
{
    background: #cd2a1e url(button.gif) repeat-x center center;
    color: #212136;
    font-size: 11px;
    height: 20px;
    padding-bottom: 3px;

	border: solid 0px;
}
input.i-text {
    border: solid 1px #929494;
    padding: 1px;
}

/* Footer comments area */
.app-footer td 
{
    background-color: #709ccf;
    font-size: 11px;
}
.app-footer ul 
{
    list-style-type: disc;
    list-style-image: url(footer/arrow.gif);
    list-style-position: outside;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 20px;
    padding: 0px;
}
.app-footer-title 
{
    font-weight: bold;
    padding-bottom: 10px;
    background: url(footer/devider.gif) repeat-x center bottom;
    margin-bottom: 10px;
}
.app-footer-img 
{
    vertical-align: middle;
    text-align: center;
    padding-left: 15px;
    padding-right: 25px;
    width: 1%;
}



/* H-styles */
h2 {
  color: #c40002;
  font-size: 18px;
  font-weigh: normal;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 5px;
}



/* Table style */
table.tb-style 
{
    border-collapse: collapse;
}
table.tb-style td 
{
    padding: 2px;
    border: solid 1px #8db2da;
    background-color: #6588c2;
}
tr.tb-title td 
{
    background-color: #709ccf;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    font-size: 11px;
}



/* Ul & Ol tags */
ul 
{
    list-style-type: disc;
    list-style-image: url(list_style.gif);
    list-style-position: outside;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 20px;
    padding: 0px;
}
ul.services li 
{
    margin-bottom: 3px;
}
