body {
    background: white;
    font-size: 12pt;
}
#header h3 a {
    font-size: 14pt;
    display: block;
    color: gray;
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
#breadcrumbs h1 {
    margin: -18px 0 0 0;    
    padding: 0;
    border-bottom: 2px solid black;
}
#pagecontent h2 {
    border-bottom: 1px solid black;
}
#menu, #footer, fieldset, #breadcrumbs small, #breadcrumbs a.print, hr {
    display: none;
}
a:link, a:visited {
    color: #34507F;
    background: transparent;
    text-decoration: underline;
}
a.ancor {
	color: black;
    text-decoration: none;	
}
table {
	border-collapse: collapse;
}
tr {
	padding: 0;
}
td {
	border: 1px solid #CCCCCC;
	padding: 0.3em;
	font-weight: bold;
}
td+td {
	font-weight: normal;
}
th {
	color: #203762;
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 0.3em;
}
.left {
    float: left;
}
.right {
    float: right;
}
img.left {
     padding-right: 15px;   
}
img.right {
    padding-left: 15px;
}