/** This stylesheet property of Hooten Xtreme Transport Services, Inc. **/

h1 {
color: #F00;
font-size: 200%;
font-family: Arial, Helvetica;
font-style: italic;
letter-spacing: 2px;
}

h2 {
color: #009;
font-size: 175%;
margin: 2px;
}

a {
color: #009;
}

a:link {
color: #009;
font-size: small;
text-decoration: underline;
}

a:visited {
color: #009;
text-decoration: underline;
}

a:hover {
color: #F00;
text-decoration: none;
}

a:active {
color: #009;
text-decoration: underline;
}

a img {
border-color: #009;
}

ul {
list-style-image: url("images/arrow.gif");
}

ul ul {
list-style-image: url("images/arrow2.gif");
}

ul li {
font-size: 125%;
}

ul ul li {
font-size: 100%;
}

body.home {
background: #FFF url('images/flagbg.jpg') no-repeat fixed top left; 
}

.leftmargin {
margin-left: 50px;
width: 75%;
}

.twooption td {
text-align: right;
font-weight: bold;
}

.twooption td.righttd {
padding-left: 15px;
color: #999;
}

.indent {
text-indent: 2em;
}