body
{
	margin:0px;
	font-size:14px;
	background-color:lavender;
	
}

TABLE
{
	font-size:12px;
}

input
{
	border: #4A494A 1px solid;
    font-size: 12px;
    margin: 0px;
    color: #4A494A;
    padding: 2px;
    height: 20px;
}

a:link {
	text-decoration: none;
}
a:visited 
{
	color:Blue;
	text-decoration: none;
}
a:hover 
{
	color:Green;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.RightText
{
	text-align:right;
}
.NoBorder { BORDER-RIGHT: 1px; BORDER-LEFT: 1px; BORDER-TOP-STYLE: none; BORDER-BOTTOM: steelblue 1px solid; BACKGROUND-COLOR: transparent }