body
{
	padding: 6pt 24pt 24pt 24pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
    background-image: url(/images/background/background.jpg);
    background-position: 0 0px;
    background-attachment: fixed;
    background-color: rgb(184,184,184);
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}

h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

h5
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

thead
{
    text-align: left;
    background: #333;
    color: #fff;
    font-family: Verdana, Helvetica, sans-serif;
}

tbody
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

tbody tr td
{
    vertical-align: top;
}

code
{
    color: #040;
    font-size: 1em;
}

li
{
    padding-bottom: 1em;
}

.error
{
    color: red;
}
