/* CSS Document */
body {
	background-color: #D4D0C8;
	margin-top: 0px;
	background-image: url(images/bg.gif);
}

.style1 {font-size: x-small;}
.style4 {font-size: x-small; line-height:18px;color: #666666}
.style14 {font-size: x-small;
	color: #21A0A1;
	line-height:18px;	
}
a:link {
	font-size: x-small;
	color: #333333;
	text-decoration: underline;
}
a:visited {
	font-size: x-small;
	color: #333333;
	text-decoration: underline;
}
a:hover {
	font-size: x-small;
	color: #FF9900;
	text-decoration: underline;
}
a:active {
	font-size: x-small;
	color: #FF6600;
	text-decoration: underline;
}
