/* CSS Document */
body {
	background-color: #F2F2F2;
	margin: 0;
}
#address {
	text-align: center;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}
a {
	color: #C51230;
	font-weight: bold;
	text-decoration: underline;
}
#address a {
	color: #FFFFFF;
	text-decoration: underline;
}
h1 {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 16pt;
	font-weight: bold;
	color: #C51230;
}
h2 {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
}
#content {
	overflow: auto;
	width: 726px;
	height: 410px;
	top: 28px;
	left: 245px;
	padding:5px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 10pt;
	color: #000000;
}
table {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 10pt;
	color: #000000;
}
.picborder{
	margin: 2px 8px 2px;
	padding: 4px 4px 4px 4px;
	border: 1px solid #B7B7B7;
	border-bottom-color: #525252;
	border-bottom-width: 2px;
	border-right-color: #525252;
	border-right-width: 2px;
}
