body {
	margin: 0 0 0 0;
	font: 10px verdana, helvetica, tahoma, arial, sans serif;
	color: #000;
	background-color: #FFF;
}

#login {
	position: relative;
	margin: 5px 5px 5px 5px;
	float: left;
}

#logo {
	position: relative;
	
}

b.header {
	font: 12px verdana, helvetica, tahoma, arial, sans serif;
	font-weight: bold;
	color: #7A8D73;
}

td {
	font: 11px verdana, helvetica, tahoma, arial, sans serif;
	color: #000;
}

td.login {
	font: 12px verdana, helvetica, tahoma, arial, sans serif;
	font-weight: bold;
	color: #FFF;
}

td.inputtitle {
	font: 11px verdana, helvetica, tahoma, arial, sans serif;
	font-weight: bold;
	color: #FFF;
}

span.error {
	font: 11px verdana, helvetica, tahoma, arial, sans serif;
	font-weight: bold;
	color: #F00;
}
input.text {
	font: 10px verdana, helvetica, tahoma, arial, sans serif;
	font-weight: bold;
	color: #FFF;
	background-color: #A3BC99;
	border: solid 1px #000;
	width: 120px;
}

input.radio {
	color: #FFF;
	background-color: #A3BC99;
	border: solid 1px #000;
	
}

input.button {
	font: 12px verdana, helvetica, tahoma, arial, sans serif;
	font-weight: bold;
	color: #FFF;
	background-color: #A3BC99;
	border: solid 1px #000;
}

table.content {
	border-top: dotted 1px #000;
	border-bottom: dotted 1px #000;
}

A  {
	color : #7A8D73;
	font-weight: bold;
}

A:Visited  {
	color : #7A8D73;
	font-weight: bold;
}

A:Active  {
	color : #7A8D73;
	font-weight: bold;
}

A:Hover  {
	color : #000;
	font-weight: bold;
}

