﻿body {
	padding: 0;
	margin: 0;
	font-family: Verdana;
	color: #3F3F3F;
}

body, p, li, td, th, input, select {
	font-size: 10pt;
}

td.centre_content {
	padding: 10px;
	padding-bottom: 40px;
}

td {
    vertical-align: top;
}

a:link, a:active {
	color: #0066CC;
}

a:hover {
	color: #FF6600;
}

h2 {
	font-size: 14px;
	color: #FF6600;
}

td.footer {
	text-align: center;
	padding: 10px;
}

.header {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: red;
}
a.blue:link {
	color: #2C2C60;
	font-weight: normal;
	text-decoration: none
}
a.blue:visited {
	color: #2C2C60;
	font-weight: normal;
	text-decoration: none
}
a.blue:hover {
	color: #FF6600;
	font-weight: normal;
	text-decoration: underline;
}
a.blue:active {
	color: #2C2C60;
	font-weight: normal;
	text-decoration: none
}

.footer a:link, .footer a:visited, .footer a:active, .footer a:hover {
	color: #2C2C60;
	border-left: 1px solid #2C2C60;
	padding-left: 20px;
	margin-left: 20px;
}
.footer a:hover {
	color: #FF6600;
}

td.topnav, td.topnavred {
	text-align: center;
	background-color: rgb(44, 44, 96);
	font-weight: bold;
	padding: 4px 0px 4px 12px;
	color: #FFFFFF;
}

td.topnavred {
	background-color: rgb(192, 0, 0);
}

td.topnav a, td.topnavred a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border-left: 1px solid #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 0px;
	margin-right: 00px;
}

th.box, th.redbox {
	text-align: center;
	background-color: rgb(44, 44, 96);
	font-weight: bold;
	color: #FFFFFF;
}

th.redbox {
	background-color: rgb(192, 0, 0);
}

th.box a {
	color: #FFFFFF;
	text-decoration: none;
}

.referencia {
	color: #666666;
	font-weight: normal;
    padding-bottom : 4px;
}