/* General structural style declarations  */

body, html, div, td {
}

body {
    font-family: Helvetica, Arial, Tahoma, Sans-serif ;
	font-size: 12px;
	color: #333333;
	line-height: 15px;
    text-align: center;
    margin: 0px;
    padding: 30px;
    overflow: auto;
    background-color: #000000;
}

/* The Following two declarations are to create more predictable behaviour cross browser */

* {
    margin: 0px;
    padding: 0px;
}
/*
#page * div, #page div, #page form {
    float: left;
}
*/
h1 {
    font-size: 28px;
    line-height: 28px;
    color: #333333;
    font-weight: normal;
}

h2 {
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    font-weight: normal;
}

h3 {
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    line-height: 15px;
    text-transform: uppercase;
}

h4 {
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    line-height: 15px;
    text-transform: uppercase;
}

h5 {
    line-height: 11px;
    font-size: 11px;
    font-weight: bold;
    color: #999999;
}

ul, ol {
    padding-left: 15px;
}

p, ul, ol {
    padding-bottom: 10px;
    line-height: 15px;
}

h1,
h2,
h3,
h4,
h5 {
    padding-bottom: 9px;    
}

a, a:visited, a:link {
    color: #FF0000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}    

a img {
    border: none;  
}

#content {
    background-color: #FFFFFF;
    text-align: left;
}

#contentHeader {
    padding: 20px;
    background-color: #bb0021;
    text-align: left;
}

#contentHeader h1 {
    color: #FFFFFF;
    font-size: 42px;
    padding: 0px;
    line-height: 32px;
    position: relative;
    top: 3px;
    letter-spacing: -1px;
}

#body {
    padding: 20px;
    text-align: left;
}
p
