﻿body
{
    font-size: small;
    color: #1c2154;
    font-family: Verdana, Arial;
}

INPUT
{
    border: silver 1px solid;
    color: #1c2b6f;
    font-family: Verdana, Arial;
}

TABLE.table_default
{
	/*border: silver 1px solid;*/
	border-collapse: collapse;
	font-size: 8pt;
}

TABLE.table_noborder
{
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
}

TH.table_default
{
    font-weight: bold;
    color: #001c80;
    background-color: #e8e8e8;
    border: silver 1px solid;
    padding: 2px;
}

TD.table_default
{
	border: silver 1px solid;
	padding: 2px;
}

A.action_button
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	text-decoration: underline;
	font-size: 7pt;
	color: #000099;
}

A.link_button
{
    border: silver 1px solid;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
    background-color: #e8e8e8;
    text-decoration: none;
    font-weight: bold;
    font-size: 8pt;
    color: #4b6271;
}

.text_tip
{
	font-size: x-small;
	color: gray;
}

.text_message
{
	font-size: 8pt;
	font-weight: bold;
}

a
{
	text-decoration: none;
	color: #604040; 
}

div.link_panel
{
	margin: 0px auto;
	width: 420px;
	line-height: 14pt;
	text-align: left;
	list-style-position: outside;
	list-style-image: url(image/bullet_seta_1.gif);
}

div.tel_panel
{
    margin: 5px auto;
    width: 600px;
    background-color: #f8f8f8;
    color: #565656;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    border: #f0f0f0 1px solid;
}

