/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(imgs/elem/bg.gif);
}
td {
	font-family: tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
.form-bx {
	font-family: tahoma;
	font-size: 12px;
	color: #666666;
	width: 350px;
	border: 1px solid #999999;
}


a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
.outline {
	border: 5px solid #FFFFFF;
}

