/* CSS Document */
.Style1 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	line-height: normal;
}
	
.Style2 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	line-height: 100%;
}

.Style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: medium;
	line-height: 100%;
}

.Style4 {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 100%;
}

.Style5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: medium;
	text-decoration:none;
}

.Style6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: medium;
	font-weight:lighter;
	text-decoration:none;
	line-height: 150%;
}

.Style7 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: medium;
	font-weight: bold;
	text-decoration:none;
	line-height: 150%;
}

.Style8 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: medium;
	font-weight: lighter;
	text-decoration:none;
}

.Style9 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: medium;
	font-weight: normal;
	text-decoration:none;
}

.Style10 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: smaller;
	font-weight: normal;
	text-decoration:none;
}

.Style11 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: smaller;
	font-weight: bolder;
	text-decoration:none;
}

li {font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align:justify;
}

A:link, A:active, A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #3300FF;
	text-decoration: none;
	font-weight: bold;
	line-height: 100%;
}

A:hover {color:#FF0000; text-decoration: underline;}

body {
	background-color: #FFECBA;
 	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 100%;
}

table {
	background-color: #FFECBA;
	border: 0px;
}

