
body
{
	background-color: #ffffff;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Helvetica
	text-color: #000000;
	link-color: #000000;
	vlink-color: #000000;
	alink-color: #000000;
	leftmargin: 0;
	topmargin: 0;
	marginwidth: 0;
	marginheight: 0; 
}

a:hover { text-decoration: none}

td
{
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Helvetica
}

input
{
	border: 1px solid #000000;
	background-color: #ffffff;
	font-size: 12px;
}

textarea
{
	border: 1px solid #000000;
	background-color: #ffffff;
	font-size: 12px;
}

button
{
	border: 1px solid #000000;
	background-color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}

.radiobutton
{
	border: none;
	background-color: #ffffff;
	font-size: 12px;
}

.checkbox
{
	border: none;
	background-color: #ffffff;
	font-size: 12px;
}

.textHeader
{
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	color: #ffffff;
}

.textLarge
{
	font-size: 18px;
	font-family: Tahoma, Verdana, Arial, Helvetica;
}

.textMain
{
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Helvetica;
}
    			
.textSmall
{
	font-size: 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica;
}

.button-login
{
	border: 1px solid #000000;
	background-color: #ffffff;
	width: 80px;
	font-size: 11px;
	font-weight: bold;
}

.button-logout
{
	border: 1px solid #000000;
	background-color: #FFF8D9;
	width: 100px;
	font-size: 11px;
	font-weight: bold;
}

.input-login
{
	border: 1px solid #000000;
	background-color: #ffffff;
	width: 200px;
	font-size: 12px;
}