* {
	padding: 0;
	margin: 0;
}	
html body {
	height:100%;
    padding: 0px;
    margin: 0px;
}
p {text-align: left;}
body { 
    background-color: #ffffff; 
	color: #424242; 
	font-family: sans-serif;
	margin-top: 100px;
}
p.content {
	font-size: 5px;	
}
p.quote {
    font-family: sans-serif;
    text-align: right;
	font-style: italic;
    font-size: 16px;
}
	
td {
	border: 0px #dddddd solid;
}
/*table.header {
	width: 100%;
	float: left;
	display: inline;
	color: #000000;
	background-color: #ffffff;
}
table {
	width: 100%;
	float: left;
	display: inline;
	color: #f3f3f3;
	background-color: #1F2C58;
    text-align: left;
	}*/
td.menu a:link, a:visited {
    color: #010101;
    text-decoration: none;
    }
/*hr {width: 600px; background-color: #cccccc; border: 0px; height: 1px; color: #000000*/
td.menu a:hover, a:active {
    color: #1F2C58;
    text-decoration: underline;
}

.content a:link, a:visited {
    color: #010101;
    text-decoration: none;
}
.content a:hover, a:active {
    color: #5E5E5E;
    text-decoration: underline;
}

td.footer {
    background: url('/images/footer_corner_bg.png') no-repeat bottom left #f6f7f8;
    text-align: center;
    font-size: 90%;
}
/* a:active {
    color: #cccccc;
    text-decoration: none;
	<!-- background-color: #528F6C;
    font-weight: bold;
    }
*/

/*hr {width: 600px; background-color: #cccccc; border: 0px; height: 1px; color: #000000;}
div.hr {
	border: 0px;
	width: 80%;
	color: #ffffff;
	background-color: #fff;
	height: 10px;
	}
*/