body {
    margin: 0 auto;
    padding: 0;
    background-color: #ffffff;

}

.text {
	font-size: 11px;
    color: #536487;
    font-family: Arial,Verdana,Helvetica,"sans serif";
    text-decoration: none;
	line-height : 16px;

}

.link {
    color: #799ac7;
    font-family: Arial,Verdana,Helvetica,"sans serif";
	font-size: 11px;
    text-decoration: none;
}

a:link.link {
    text-decoration: none;
}

a:visited.link {
    text-decoration: none;
}

a:active.link {
    text-decoration: none;
}

a:hover.link {
    text-decoration: underline;
}
#nav {
	width: 607px;
}
.date {
    background-image: url(../img/dateBg.gif);
    background-repeat: no-repeat;
	background-position: top left;
	text-align: center;
	font-size: 11px;
    color: #536487;
    font-family: Arial,Verdana,Helvetica,"sans serif";
    text-decoration: none;
	line-height : 16px;
	padding-top: 3px;
}
#header {
    background-image: url(../img/header.jpg);
    background-repeat: no-repeat;
	background-position: top left;
	height: 145px;
	width: 607px;
}
