* { margin: 0; padding: 0; }

body{
	background: #fff;
	font: 100%/110% "Arial", Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #5D636F;
}

table{
	font-size: 1em;
        line-height:1.3em;
        color: #5D636F;
}

td{
	padding: 3px 3px 3px 0;
}

.title {
        margin: 0 0 0.5em 0;
        font-size: 1.5em;
	font-weight: bold;
        color: #355375;
}

a {
        color: #355375;
        text-decoration: underline;
}

a:hover {
        color: #355375;
        text-decoration: none;
}

