* {
    margin:0;
    padding:0;
}

body {
    background-color:#fff;
    font-family:arial,verdana,helvetica;
    color:#000000;
    font-size:75%;
}

a {
    color:#9f0707;
}

a:link {
    color:#9f0707;
}

a:visited {
    color:#9f0707;
}

a:hover {
    color:#9f0707;
    text-decoration:underline;
}

td {
    font-size:1em;
}

p {
    padding-bottom:1.5em;
}

h1, h2 {
    padding-bottom:0.5em;
    font-size:18px;   
}

h1,h2 {
    color:#3f3f3f;
    font-family:arial,verdana,helvetica;
    font-weight: bold;
}

h3 {
	color:#3f3f3f;
    font-family:arial,verdana,helvetica;
    font-weight: bold;
    font-size: 14px;
}

small {
    font-size:0.9em;
}


#footer {
    width:100%;
    background-image:url(../img/footer.gif);
    height:24px;
    text-align:center;
    padding-top:10px;
	font-size:12px;
}

#footer a {
    color:#000000;
    text-decoration:none;
}

#footer a:hover {
    text-decoration:underline;
}

ul li
{
	list-style-type: none;
}

ul li li
{
	list-style-type: none;
}

ul li li li
{
	list-style-type: none;
}

