@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
body {
	background-color: #99cccc;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #f2bdce;
}
a:hover {
	text-decoration: none;
	color: #99CCCC;
}
a:active {
	text-decoration: underline;
	color: #f2bdce;
}
.style1 {
	color: #99cccc;
	font-weight: bold;
}

input {
 background-color: #99cccc;
 border: 1px solid #FFFFFF;
}

iframe {
border: 1px solid #FFFFFF;
}

