
body {
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #034A72;
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited {
	color: #000099;
	text-decoration: underline;
}

a:hover {
	color: #C30303;
	text-decoration: underline;;
}

/************** text styles **************/

.text {
	text-align: justify;
	line-height: 18px;
}

.textleft {
	text-align: left;
	line-height: 18px;
}

.textheader {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #C30303;
	letter-spacing: 1px;
}

.textform {
	text-align: justify;
	line-height: 18px;
	padding-left: 20px;
	padding-right: 20px;
}

.textcomments {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
	

.contact {
    font-weight: bold;
	font-size: 14px;
}

.highlight {
    font-weight: bold;
}

.highlightnews {
    font-weight: bold;
	color:#0066CC;
}

.scam{
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #C30303;
}

.share{
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.textsmall {
	font-size: 10px;
}

.list {
	line-height: 30px;
}

.listapostille {
	line-height: 30px;
	font-weight: bold;

}

.calltoaction {
	font-weight: bold;
	text-align: center;
	line-height: 22px;
	font-style: italic;
	font-size: 14px;
}

.table-calltoaction {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color:#9fd7f5;
}

.table {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.tableclients {
	position: relative;
	width: 350px;
	left: 75px;
}

/********* layout styles *********/

#master {
	position: relative;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	background-color: #FFFFFF;
}

#header {
	position: absolute;
	text-align: center;
	width: 980px;
	height: 125px;
	top: 0px;
	left: 0px;
	background-color: #058AD3;
	z-index: 1;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #19135C;
}

#footer {
	font-size: 11px;
	color:#FFFFFF;
	text-align: center;
	line-height: 20px;
	width: 980px;
	height: 80px;
	background-color: #058AD3;
	z-index: 1;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #19135C;
	padding-top: 20px;
	padding-bottom: 0px;
}

#headerpicleft {
	position: absolute;
	top: 7px;
	left: 10px;
	z-index: 2;
}

#headerpicright {
	position: absolute;
	top: 25px;
	left: 805px;
    z-index: 2;
}

#navigation {
	position: absolute;
	top: 98px;
	left: 205px;
	z-index: 2;
}

#content{
	padding-top: 160px;
	padding-left: 50px;
	padding-right: 50px;
}

.pictureright{
	position: absolute;
	top: 240px;
	left: 680px;
}

