pre, code {
    font-family: courier, serif;
    font-size: 10pt;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

table.overview {
    width: auto;
    border-collapse: collapse;
    border-bottom: 2px solid #5F9BBF;
    margin: 15px 0px;
}

table.overview th, table.overview td {
    padding: 2px;
}

table.overview tr {
    background-color: #eaf5fc;
}

table.overview thead tr {
    background-color: #D1E4EF;
}

table.overview tr {
    height: 25px;
}

table.overview thead th {
    border-bottom: 2px solid #5F9BBF;
}

th {
    font-weight: bold;
}

input, textarea {
    padding: 1px 5px;
}

textarea {
    width: 450px;
    height: 300px;
}

.comment, .comment em {
    font-size: 8pt;
    color: gray;
}
a { 
	color: #2E4C83; 
	text-decoration: none; 
} 

a:hover { 
	text-decoration: underline; 
} 

p {
	padding: 0px 0px 10px 0px;
}

img {
	border: 0;
}

h1, h2, h3, h4, h5, h6 { 
	padding: 0px 0px; 
	margin: 7px 0px; 
	font-weight: bold;
} 


h1 {
	font-size: 12pt;
	color: #246086;
}

h2 {
	font-size: 10pt;
	color: #246086;
	margin: 0px; 
}

h3 {
	font-size: 10pt;
	color: #246086;
	margin: 0px; 
}
