


BODY
{
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}

.textStyle
{
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}

.inputStyle
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	padding: 2px;
	border: solid 1px #bbbbbb;
	background-color: #ffffff;
}


.buttonStyle
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	height: 26px;
	padding: 2px;
}

.securityInfo
{
	/*
	position: absolute;
	left: 10;
	top: 10;
	*/
}

.titleLOGIN
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #00bb00;
}


.titleLOGOUT
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #bb0000;
}

.titleDENIED
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #bb0000;
}