/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}
a, a:visited {
    text-decoration:underline;
    color:#223D51;
}
a:hover {
    text-decoration:none;
}
#sidebar .element h3 {
	font-weight:bold;
	font-size:16px;
}
#content {
	color:#000000;
}

#footer {
	text-align:center;
}

#content h2, #content h3 {
    margin:0px 0px 17px 0px;
    padding:0px 0px 4px 0px;
    border-bottom:1px solid #000;
}

.footer a:link {
	text-decoration:none;
	color:#FFF;
}
.footer a:hover {
	text-decoration:underline;
	color:#FFF;
}
.footer a:visited {
	text-decoration:underline;
	color:#FFF1FF;

.subtitle {
	font-size:14px;
    font-style:italic;
	text-align:justify;
    padding:5px 0px 5px 0px;
    margin-top:-20px;
    color:#999;
    background:#E6ECF0;
    border-bottom:1px solid #000;
}

table {
    border:1px solid #5A788B;
}
table caption {
    background:#5A788B;
    color:#fff;
}
table th {
    background:#CAD7DF;
}
table td {
    border:1px solid #CAD7DF;
}
table tr:hover {
    background:#FFE1CE;
}
