body
{
	background-color: White;
}
.titulo
{
 font-family: Arial;
 font-weight: bold;
 font-size: large;
}
.texto
{
	font-family: Arial;
	font-weight: normal;
	font-size: small;
	
}
.msgOk
{
	font-family: Arial;
	font-weight: normal;
	font-size: small;
	color: Green;
}

.bg
{
	background-color: #FFE0C0;
	height: 1px;
}

.LabelLoginCSS
{
	font-family: Verdana;
	font-size: x-small;
	font-weight: bold;
}

.TextBoxLoginCSS
{
	text-align: left;
	width: 170px;
}

.TittleLoginCSS
{
	background-color:#6B696B;
	color: White;
	font-weight:bold;
	height: 20px;
}

.ButtonLoginCSS
{
	background-color: White;
    border-color: #507CD1;
    border-style: solid;
    border-width: 1px;
    font-family: Verdana;
    font-size: small;
    font-weight: bold;
    color: #284E98;
}

.LoginCSS
{
	background: #F7F7DE;
    border-color: #CCCC99;
    border-style: solid;
    border-width: 1px;
    font-family: Verdana;
    font-size: small;
}

