﻿html {
}


body {
	font-family: 'Segoe UI', Arial, sans-serif;
	font-size: 12px;    
	margin: 0px;
	padding: 0px;
	color: #292829;
}


a img {
	border: none;/*remove border for linked images*/
}
a:link {
	color: #585858;
	text-decoration: none;
}
a:visited {
	color: #585858;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #585858;
	text-decoration: none;
}

.userinfo {
    font-size:8pt;
    color:#FFFFFF;
}


.Item {
	height: 30px;
	margin-right: 5px;
}
.MyLabel {
	width: 105px;
	display: block;
	display: inline-block;
}
.MyLabel_cb {
	width: 100px;
	display: block;
	display: inline-block;
}

.fields
{
    height:25px;
}

.fields2
{
    height:50px;
}

.Upper
{
    text-transform: uppercase;
} 


.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

.titulo 
{
        height:25px; 
        line-height:25px; 
        text-align:center; 
        font-size:14px;
        font-weight:bold;
        color:White;
        /*background: #25A0DA;  */
        background:#547CB8; 
} 
