/* HEADER*/

.HeaderCountry, .FooterTopText {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
}

/*HOMEPAGE*/

.HomeFeatureTitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-style: normal;
	font-weight: bold;
	font-size: 9pt;
	line-height: 14pt;
	text-decoration : none;
}

.HomeFeatureLink {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-style: normal;
	font-weight: normal;
	font-size: 9pt;
	line-height: 14pt;
	text-decoration : none;
}

.HomeFeatureParagraph {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-size: 9pt;
	line-height: 14pt;
	text-decoration : none;
}

.HomeNewsSubscribe {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	font-size: 9pt;
	line-height: 14px;
	text-decoration : none;
}

/* LEFT NAVIGATION*/

.LeftNavTitle {
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	line-height: 10pt;

}

.LeftNavTitleLarge {
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	line-height: 10pt;

}

.LeftNavLevel1, .AdvancedSearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 10pt;
}

.LeftNavLevel2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	line-height: 10pt;
}

/*BODY*/

.BodyText, .BodyLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: normal;
}

.BodyLinkSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: normal;
}

.BodyTitle, .BodyTitleLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 16pt;
}

.BodySubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: 14pt;
}
	
.BodyParagraphTitleText, .BodyParagraphTitleLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #000000; 
	line-height: 11pt;
}

.BodyToolboxHeader { 
	font-family: "Arial Narrow", Helvetica, sans-serif; 
	font-size: 12pt; 
	font-style: normal; 
	font-weight: bold; 
	color: #990000; 
	line-height: 14pt;
}

/* RIGHT COLUMN (MODULES)*/

.ModuleTitle {
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: 10pt;
}

.ModuleParagraphTitle { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	font-weight: bold; 
	color: #000000 ; 
	line-height: 10pt; 
	text-decoration: none; 
}

.ModuleText, .ModuleLink, .TopNav {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000;
	line-height: 11pt; 
	text-decoration: none; 
}

/*FOOTER*/

.FooterBottom {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	font-weight: normal; 
	color: #333333;
	line-height: 11pt; 
}

.FooterTopLink { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFFFFF; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 8pt; 
	line-height: 11pt;
	text-decoration: none;
}

/*HOVER*/

A.AdvancedSearch:hover, A.HomeFeatureTitle:hover, A.HomeNewsSubscribe:hover, A.LeftNavLevel1:hover, A.LeftNavLevel2:hover, A.BodyParagraphTitleLink:hover, A.BodyLink:hover, A.ModuleParagraphTitle:hover, A.ModuleLink:hover, A.FooterBottom:hover {
	color: #990000; 
	text-decoration: underline;
}

A.FooterTopLink:hover {
	text-decoration: underline;
}

A.TopNav:hover {
	color: #990000; 
}

/* OTHER*/

INPUT, TEXTAREA {
	color: black;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;
	line-height: 10pt;
	font-family: Arial, Helvetica, Sans-serif;
}

SELECT { 
	color: black; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 8pt; 
	line-height: 12pt;
	font-family: Arial, Helvetica, Sans-serif;
}
