/* CSS Document */

p {
	font-family: Georgia, Times, serif;
	font-size: 11px;
	color: #000000;
}
td {

	font-family: Georgia, Times, serif;
	font-size: 11px;
	color: #000000;
}
.date {
	font-weight: bold;
	color: #666666;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #40362E;
	font-weight: bold;

}
.bold {
	font-weight: bold;
}
a {
	color: #FFFFFF;
	background-color: #666666;
	font-weight: normal;
	text-decoration: none;

}
.weak {
	color: #CCCCCC;
	font-size: 11px;

}
.right {
	text-align: right;
	font-style: italic;
}
