BODY {
	background-color: #fefce0;
	background-image: url(../bg.jpg);
	background-position: center;
	background-repeat: repeat-y;	
}
	
	a:hover.link {
		font-weight : normal;
		font-family : "Book Antiqua", "Garamond", "Times New Roman", "Times,serif";
		color: #d8fe85;
		text-decoration : none;
		font-size : 10pt;
	}
	.link {
		font-weight : normal;
		font-family : "Book Antiqua", "Garamond", "Times New Roman", "Times,serif";
		color: #ffffff;
		text-decoration : none;
		font-size : 10pt;
	}
	
	.texttop {
	font-size: 9pt;
	font-family: "Book Antiqua", "Garamond", "Times New Roman", "Times,serif";
	color: #006600;
	font-weight: normal;
	text-decoration: none;
	
}
	a:hover.texttop {
		font-size: 9pt;
		font-family: "Book Antiqua", "Garamond", "Times New Roman", "Times,serif";
		color: #006600;
		font-weight : normal;
		text-align: justify;
		text-decoration: underline;
		
	}
	.head {
		font-size: 11pt;
		font-family: "Book Antiqua", "Garamond", "Times New Roman", "Times,serif";
		color: #006600;
		font-weight : BOLD;
		font-variant : small-caps;
		text-decoration: none;
	}
	a:hover.head {
		font-size: 11pt;
		font-family: "Book Antiqua", "Garamond", "Times New Roman", "Times,serif";
		color: #006600;
		font-weight : bold;	
		font-variant : small-caps;
		text-decoration: underline;	
	}
	.blue {
		font-size: 11pt;
		font-family: "Book Antiqua", "Garamond", "Times New Roman", "Times,serif";
		color: #000099;
		font-weight : BOLD;
		font-variant : small-caps;
		text-decoration: none;
		
	}
	.text {
	font-size: 10pt;
	font-family: "Book Antiqua", "Garamond", "Times New Roman", "Times,serif";
	color: #000099;
	font-weight: normal;
	text-align: justify;
	
}
	
	.red {
		font-size: 11pt;
		font-family: "Book Antiqua", "Garamond", "Times New Roman", "Times,serif";
		color: #ef2233;
		font-weight : bold;
		font-variant : small-caps;
	}