A {
	color: #FFE67D;
	text-decoration: none;
}
A:hover {
	color: #000000;
	text-decoration: underline;
}
A.light {
	color: #4E667E;
	text-decoration: none;
}
A.light:hover {
	color: #000000;
	text-decoration: underline;
}
.smallform {
	font-size: 7pt;
	border-style: solid;
	border-width: 1px;
	color: #CCCCCC;
	border-color: #cccccc;
	background-color: #303D58;
}

<!--
body {
	background-image: url(../Images/admin/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {	font-family: Tahoma;
	font-size: 11px;
	color: #394B5E;
}
.styley {	font-family: Tahoma;
	font-size: 11px;
	color: #ffe67d;
}
-->