.NModHeader {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #c02d3f;
	font-weight: bold;
}

.NUNHeadline {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c02d3f;
	font-weight: bold;
}

.NDestHeadline {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}

.NDestText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.NDestLeiaMais {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c02d3f;
	font-weight: bold;
}
.NPrimaryMenu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}
.NDate {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.NSecondaryMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	font-weight: bold;
}

.NDTTitulo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

.NDTLeading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}

.NSearchModLabel {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}
.NSearchModTypes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}


.NTitle {
	font-family: Trebuchet MS; 
	font-size: 20px; 
}

.NLeading {
	font-family: Trebuchet MS; 
	font-size: 12px; 
}

.NSmall {
	font-family: Arial; 
	font-size: 9px; 
}

.NHeader {
	font-family: Trebuchet MS;
	font-size: 26px;
}

/***********
Font colors
***********/

.CGrey { color: #333333; }

.CWhite { color: #FFFFFF; }

.CLightGrey { color: #666666; }

.CLighterGrey { color: #999999; }

.CBlue { color: #013678; }

.CRed { color: #C22A3F; }

.CBlack { color: #000000; }


.CSWhiteOnBlue {
	color: #FFFFFF;
	background-color: #013678;
	padding: 5px 5px 5px 5px;
}

.CSWhiteOnRed {
	color: #FFF;
	background: #C22A3F;
	padding: 5px 5px 5px 5px;
}

.CSRedOnLightRed {
	color: #C22A3F;
	background-color: #ffebee;
	padding: 5px 5px 5px 5px;
}

/***********
Font weight
***********/

.WBold {
	font-weight: bolder;
}

.WItalic {
	font-style: inherit;
}

/***********
Links
***********/

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
	
/***********
Image border, light grey 
***********/
.IMG_GreyBorder {
	border: 1px #999999 solid;
}
.IMG_WhiteBorder {
	border: 1px #FFFFFF solid;
}

.FORM_ButtonBlue {
	padding: 3px;
	background-color: #345E93;
	border: none;
	color: #FFFFFF;
}