body {
	background-color: #37434d;
	margin: 0px;
}

p, td, div, span, h1, h2, h3, h4, span {
	font-family: Arial;
	color:#0f2c4d;
	line-height:150%;
	font-size: 10pt;
}

form {
    padding:0px;
    margin:0px;
}

.normal {
    line-height:100%;
}

h1 {
    font-size:16pt;
}

h2 {
    font-size:13pt;
}

h3 {
    font-size:10pt;
    font-weight:bold;
}

h4 {
    font-size:10pt;
    font-weight:normal;
}

a {
	text-decoration: none;
	color:#b40101;
}

.error {
    color:red;
}

#banner {
    width:100%;
    text-align:center;
    padding:20px 0px 20px 0px;
}

#content {
    background-color:white;
    width:800px;
    margin-left:auto;
    margin-right:auto;
    padding:10px;
}

#left, #right {
    width:400px;
    padding:0px 15px 0px 15px;
    vertical-align:top;
}

.block_heading {
    padding:5px;
    font-size:12pt;
}

.red_background {
    background-color:#b40101;
    color:white;
    font-size:12pt;
    padding:5px;
}

.thumb {
    border:solid 1px #0f2c4d;
}

#footer_left {
    vertical-align:top;
}

#footer_right {
    text-align:right;
    vertical-align:top;
}

.rows {
    
}

.row_1 {
    background-color:#c5e6ff;
}

.row_2 {
    background-color:#c4dcee;
}

.header {
    font-weight:bold;
    color:white;
}