/* CSS Document */
body {
	background-color: #FFDDDD;
}
.style1 {
	color: #990000;
	font-weight: bold;
	font-size: 14px	font face="Trebuchet MS";
	font-family: "Trebuchet MS", Tahoma;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.style2 {
	font-weight: normal;
	font-size: 12px font face="Trebuchet MS";
	font-family: "Trebuchet MS", Tahoma;
	color: #990000;
	text-align: justify;
}
.style3 {
	font-size: 12px;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
}
