/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	background-color: 0px;
}

td.header{
	padding: 3px;
	color: #fff;
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
}

/****************************/

td.footer{
	padding: 5px;
	color: #888888;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	background-color: #000;
}

td.footer a{
	color: #999999;
	text-decoration: underline;
}

/****************************/

td.content{
	padding: 10px;
	background-color: #fff;
	font-family: Times New Roman, Times, serif;
}

td.content p{
	font-size: 12px;
	color: #000;
}

td.content h1{
	font-size: 15px;
	color: #DD0101;
	font-weight: bold;
}

td.content ul,li{
	font-size: 12px;
	color: #000;
}

td.content a{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

td.content a:hover{
	text-decoration: none;
}
.emphasis {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #CC0000;
}
.emphasisgrey {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}