.imagem {
	border: 0px none;
}

P
{
	font-size: x-small;
}

TD
{
	font-size: x-small;
}

TH
{
	font-size: x-small;
	text-transform: uppercase;
}


.bold_font
{
	font-weight : bold;
}

.field_name
{
	font-weight: normal;
	font-size: 10px;
	font-family: Tahoma;
	background: #8398DE;
	color: #003366;
	text-transform: uppercase;
}
.field_personal
{
	font-weight: normal;
	font-size: 10px;
	font-family: Tahoma;
	background: #ffffff;
	color: #003366;
	text-transform: uppercase;
}

.field_selected
{
	font-weight: bold;
	font-size: 10px;
	font-family: Tahoma;
	background: #8398DE;
	color: #003366;
	font-weight: bold;
	text-transform: uppercase;
}

.small_title
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	background-color: #8398DE;
	color: #FFffff;
	text-transform: uppercase;
}

.big_title
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	background-color: #ffffff;
	color: #003366;
}

.warning_font
{
	font-weight: bold;
	color: #003366;
	background: #8398DE;
	font-family: Verdana;
	font-size: 12px;
}

.link_font
{
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	text-transform: uppercase;
}

.info_font
{
	font-size: 12px;
	font-family: Tahoma;
	font-weight: normal;
	background: #ffffff;
}

.big_font
{
	font-size: 18px;
	font-family: Tahoma;
	font-weight: normal;
}

.medium_font
{
	font-size: 15px;
	font-family: Tahoma;
	font-weight: normal;
}

.normal_font
{
	font-size: 12px;
	font-family: Tahoma;
	font-weight: normal;
}

.small_font
{
	font-size: 9px;
	font-family: Tahoma;
	font-weight: normal;
}

.selected_font
{
	font-size: 12px;
	font-family: Tahoma;
	font-weight: normal;
	background: #8398DE;
	font-weight: bold;
}

.welcome_font
{
	font-size: 15px;	
	font-family: Tahoma;
	font-weight : bold;
	background-color: #8398DE;
	color: #003366;
}

.menu_big_font
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #003366;
	text-transform: uppercase;
}

.menu_big_font_selected
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #003366;
	background-color: #8398DE;
	text-transform: uppercase;
}

.menu_small_font
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #003366;
	text-transform: uppercase;
}

.menu_small_font_selected
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #003366;
	background-color: #8398DE;
	text-transform: uppercase;
}

.my_button
{
	border-style: ridge;
	border-width: thin;
	font-family: Verdana;
	font-weight: bold;
	background-color: #ffffff;
	border-color: #8398DE;
	color: #003366;
	height : 20px;
	font-size : 10px;
}

input
{
	font-family: Verdana;
	height : 23px;
	font-size : 13px;
}

option {
	font-family: Verdana;
	font-size: 13px;
	
}

textarea
{
	font-family: Verdana;
	font-size : 13px;
}

select
{
	font-family: Verdana;
	border : medium none;
}

a
{
	text-decoration: none;
	color: #003366;
	font-size: 12px;
	font-family: Verdana;
}

a:hover
{
	color: #003366;
	text-decoration: underline;
	font-weight: bolder;
	background : #8398DE;
}