








body {
    font: normal 12px Verdana;
    background: #ffffff;
    color: #333333;
    margin: 0;
    padding: 0;
}


a {
	text-decoration: none;
    color: #0A2873;
}

table {
    font: normal 12px Verdana;
}


img {
}


p {
/* Default paragraph style*/
    font: 11px Verdana;
    margin-left: 1em;
    margin-right: 1em;
}

p a {
    text-decoration: underline;
}
p img {
    border: 1px solid #919B7E;
}


hr {
    clear: both;
    height: 1px;
    color: #8cacbb;
}


h1, h2, h3, h4, h5, h6 {	/* Style for the headlines */
    color: #0A2873;
    font: 14px Verdana;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 13px;
}

h6 {
    font-size: 12px;
}

ul { 
    list-style-image: url("bullet.gif"); 
    margin-top: 1em;
    margin-bottom: 1em;
}


form {
    border: none;
}

textarea {
/* Small cosmetic hack which makes textarea gadgets look nicer.*/
    font: 11px Tahoma;
    width: 100%;
}

input {
/* Small cosmetic fix which makes input gadgets look nicer. */
    font: 11px Tahoma;
}

select {
    font: 11px Tahoma;
}

abbr, acronym, .explain {
/* Help classes */
    border-bottom: 1px dotted #0A2873;
    cursor: help;
}



code {
    font-size: 12px;
}

pre {
    font-size: 12px;
    padding: 1em;
    border: 0px solid #919B7E;
    background-color: transparent;
}




