body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

h1 {
	font-size: 18px;
	line-height: 18px;
	border-bottom: 1px solid #555;
	margin: 10px 0 15px 0;
	padding: 0 0 5px 0;
	}
	
h2 {
	font-size: 14px;
	line-height: 14px;
	margin: 0 0 10px 0;
	padding: 0;
	}
	
h3, h4, h5, h6 {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 10px 0;
	padding: 0;
	}
	
p, td, li, blockquote { font-size: 12px; line-height: 18px; }
	
p {
	margin: 0 0 10px 0;
	padding: 0;
	}
	
label p { margin-top: 10px; }
	
blockquote {
	margin: 0 55px 10px 55px;
	padding: 0;
	}
	
blockquote span {
	display: block;
	font-style: italic;
	}
	
a { text-decoration: none; }
a:link { color: #f00; }
a:hover { color: #666; text-decoration: underline; }
a:visited { color: #f00; }

img { border: 0; }

label { margin: 0; padding: 0 5px 0 0; }

table.content {
	margin: 0 0 10px 0;
	border-collapse: collapse;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	}
	
table.content tr {
	border-left: 1px solid #555;
	border-top: 1px solid #555;
	}
	
table.content th {
	font-size: 11px;
	line-height: 11px;
	margin: 0;
	padding: 5px;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	background: #dedede;
	}
	
table.content td {
	font-size: 11px;
	line-height: 11px;
	margin: 0;
	padding: 7px;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	}
	
td.first {
	font-weight: bold;
	font-style: italic;
	}
	
td.mainbody {
	padding: 0 0 0 20px;
	}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
  color: #333333;
}


.footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #CCCCCC;
}