/* LSY CSS Document */

/* Background Color */
body {
	background-color: #ffffff;
}


/* Text Properties */
p {
	color: #000000;
	font-size: 11pt;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
}

/* Header Text Properties */
h1 {
	color: #ff0000;
	font-size: 13pt;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

/* SubHeader Text Properties */
h2 {
	color: #ff0000;
	font-size: 11pt;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

/* Unordered List Properties */
ul {
	color: #000000;
	font-size: 11pt;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
}

/* Ordered List Properties */
ol {
	color: #000000;
	font-size: 11pt;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
}

/* Table Data Properties */
td {
	color: #000000;
	font-size: 12pt;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}


/* Active Links */
a {
	color: #ff0000;
	font-size: 11pt;
	font-family: arial, helvetica, sans-serif;
}

td.footer {
	color: #ffffff;
	font-size: 10pt;
	text-decoration: none;
	font-weight: normal;
}

