body, table, tr, td {
	font: 10px Tahoma;
	color: #F8456C;
	text-decoration: none;
}
body {
	font-family: Tahoma;
	font-size: 10px;
	color: #D521A6;
}
a:link, a:active, a:visited {
	font-weight: bold;
	color: #F491AE;
	font-family: Tahoma;
	font-size: 10px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background-color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 10px;
	background-color: #F491AE;
	border-top: none;
	border-right: none;
	border-bottom: none #D0229E;
	border-left: none;
	text-transform: uppercase;
}
input, textarea, option, select {
	background-color: #FEEBED;
	font: bold 8pt Tahoma;
	color: #FD8698;
	padding:0px;
	border-top: 1px dotted #FFFFFF;
	border-right: 1px dotted #FFFFFF;
	border-bottom: 1px double #FFFFFF;
	border-left: 1px dotted #FFFFFF;
}

