body {
	margin: 0px;
}
body,td,th {
	color: #666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Page Title */
td.headercell {
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #CE1126;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

/* pads the main content */
td.content {
	padding-left: 15px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}

/* main header (not page title) */
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0px;
	margin-top: 6px;
}

/* to add space below main header if necessary */
h1.space_below {
	margin-bottom: 16px;
}

/* sub header */
h2 {
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 15px;
	margin-top: 5px;
}

/* paragraph heading */
h3 {
	margin: 16px 0 6px 0;
	border-bottom: 1px solid #999999;
	font-weight: bold;
	font-size: 12px;
	color:#333333;
}

/* main text */
p {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 13px;
}

/* header above a list */
p.list_heading {
	margin-bottom: 6px;

}

/* list styles */
ul {
	margin-bottom:13px; margin-top: 0;
}

ul li {
	margin: 6px 0 6px -10px;
	list-style-type: square;
}

ul li ul li{
	margin: 6px 0 6px -10px;
	list-style-type: circle;
}

/* small text */
.sml {
	font-size:10px;
}
