body
{
	font-family: verdana, arial, sans;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	color: #000000;
	margin: 5px;
	/*
	background: url("../img/topo.jpg") 50% no-repeat;
	*/
}

p, td, li
{
	font-family: verdana, arial, sans;
	font-size: 12px;
	/*
	text-align: left;
	*/
	text-decoration: none;
	color: #000000;
}

th
{
	font-size: 13px;
	font-weight: bold;
}

a
{
	font-family: verdana, arial, sans;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	color: #aa0000;
}

a:hover
{
	background-color: #ffffff;
}

input, textarea
{
	font-family: verdana, arial, sans;
	font-size: 12px;
	color: #000000;
	background-color: #dddddd;
	border: #000000 1px solid;
}

h3
{
	font-family: verdana, arial, sans;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #000000;
}

/*
 * estilos personalizados
 */

#page
{
	background-image: url("../img/logom.png");
	background-position: 50% 30%;
	background-repeat: no-repeat;
}

#page-header
{
	font-size: 35px;
	font-weight: bold;
	color: #0073ff;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	vertical-align: center;
	border: 1px solid black;
	margin: 5px;
	background: #FFFFFF;
	opacity: 0.8;
}

#page-body
{
	text-align: center;
	vertical-align: center;
	padding: 5px;
	border: 1px solid black;
	margin: 5px;
	background: #FFFFFF;
	opacity: 0.8;
}

#page-footer
{
	font-size: 11px;
	text-align: center;
	vertical-align: center;
	border: 1px solid black;
	margin: 5px;
	background: #FFFFFF;
	opacity: 0.8;
}

.top-center
{
	text-align: center;
	vertical-align: top;
}

.initial-table
{
	width: 100%;
	/*
	padding: 5px;
	*/
}

.price-table
{
	width: 80%;
	padding: 2px;
	border: 1px solid black;
}

.price-yes
{
	text-align: center;
	background-color: #dedede;
}

.price-no
{
	text-align: center;
}

.ppldata-table
{
	padding: 2px;
	border: 1px solid black;
}

.ppldata-header
{
	size: 16px;
	background-color: #aaaaaa;
}

.ppldata-yes
{
	text-align: left;
	background-color: #dedede;
}

.ppldata-no
{
	text-align: left;
}

.header-text
{
	font-size: 30px;
	font-weight: bold;
	color: #0073ff;
	text-align: right;
	padding-right: 10px;
	background-color: #ffff00;
}

.footer-text
{
	font-size: 11px;
	text-align: center;
}

.subheader-text
{
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	background-color: #dedede;
}

.subtitle
{
	font-size: 15px;
	font-weight: bold;
	color: #aa0000;
	text-decoration: underline;
}

.sucmsg
{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.nothingmsg
{
	font-size: 11px;
	font-weight: bold;
	color: #aa0000;
	margin-left: 30px;
	text-align: center;
}

.errmsg
{
	font-size: 11px;
	font-weight: bold;
	color: #aa0000;
}

.warnmsg
{
	font-size: 11px;
	font-weight: bold;
	color: #aaaa00;
}

.menuadmin
{
	background-color: #cccccc;
	text-align: center;
	padding: 5px;
}

