
.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.bold {
    font-weight: bold;
}

em {
    font-weight: bold;
    font-style: normal;
}

div#devheader {
    text-align: center;
    padding: 5px;
    background: red;
    color: #ffff00;
    font-weight: bold;
}

body {
    font-family: arial;
    margin: 0;
    padding: 0;
    background: silver;
}

h1 {
	font-family: verdana;
	}

div#wrapper {
    width: 840px;
    margin: 0 auto;
    background: silver url(/assets/results/images/bg_shadow.jpg) repeat-y top;
}

div#page {
    width: 820px;
    margin: 0 auto;
}
	
div#banner {
	text-align: center;
	}

div#content {
    margin: 0 auto;
    background-color: #fcfcfc;
    padding: 40px 30px 30px 30px;
    font-size: 10pt;
    line-height: 1.5em;
}

div#content h1 {
    font-size: 16pt;
    padding: 0 0 10px;
    margin: 0;
}

div#content h2 {
    font-size: 13pt;
    font-weight: bold;
    padding: 0;
    margin: 20px 0 4px 0;
}

div#content h3 {
    font-size: 13pt;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

div#content .note {
    font-size: 10pt;
}

div#content a {
    text-decoration: none;
    color: #0000cc;
    Xfont-weight: bold;
}

div#content a:HOVER {
    text-decoration: underline;
}

div#results {
    padding: 8px;
    background-color: #c4112e; /* #0066cb */
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 16pt;
}


div#footer {
    width: 760px;
    margin: 0 auto;
    padding-top: 10px;
    background-color: #eeeeee;
    text-align: right;
    padding: 20px 30px 10px 30px;
    color: gray;
    font-size: 9pt;
}

a.report {
    color: gray;
    font-size: 9pt;
    text-decoration: underline;
}

div#pagefooter {
    clear:both;
    height: 10px;
    margin: 0 auto 20px;
    border-radius: 0 0 8px 8px;
    background-color: #eeeeee;
    width: 820px;
}


table.grid {
    border: 1px solid silver;
    width: 760px;
    border-radius: 3px;
    font-size: 10pt;
}

table.grid th {
    padding: 4px;
    background: #e0ecf9;
    Xtext-align: left;
}

table.grid td {
    padding: 4px;
    border-top: 1px solid silver;
    vertical-align: center;
}

