
/******************************************
  Main Tags
******************************************/

body 
{
    font-size:11px;
    font-family:Verdana, Arial;
	margin:0px;
}

a
{
    color:#00309c;
	text-decoration:none;
}

a:visited {}
a:active {}
a:hover
{
    color:darkolivegreen;
    text-decoration:underline
}


/* Default content text */
.hlite
{
    font-weight:normal;
    font-size:11px;
    color:#505050;
    line-height:13pt;
    font-family:Verdana, Arial
}

/* Default content text bold */
.hliteb
{
	font-weight:bold;
	font-size:11px;
	color:#404040;
	line-height:13pt;
	font-family:Verdana, Arial;
}


/******************************************
  Titles
 ******************************************/
/* Page Title */
h1, 
.cmsH1, 
.titlex1
{
	font-size:18pt;
	color:#003344;
	line-height:20px;
	font-family:'Swis721 LtEx BT' , 'Trebuchet MS';
	margin-top:14px;
	margin-bottom:15px;
	text-align:left;
}

/* ==Title 2== */
h2, 
.cmsH2, 
.titlex2
{
	font-size:12pt;
	color:#285d72;
	line-height:15px;
	font-family:'Tahoma';
	margin-top:10px;
	margin-bottom:8px;
	text-align:left;
}

/* ===Title 3=== */
h3, 
.cmsH3, 
.titlex3
{
	font-size:11pt;
	color:#235062;
	line-height:15px;
	font-family:'Tahoma';
	margin-top:10px;
	margin-bottom:8px;
	text-align:left;
}

/*====Title 4====*/
h4, 
.cmsH4, 
.titlex4
{
	font-size:10pt;
	color:#8d0000;
	line-height:15px;
	font-family:'Tahoma';
	margin-top:10px;
	margin-bottom:4px;
	text-align:left;
}

/*=====Title 5=====*/
h5, 
.cmsH5, 
.titlex5
{
	font-size:9pt;
	color:#4c4c4c;
	line-height:15px;
	font-family:'Tahoma';
	margin-top:10px;
	margin-bottom:4px;
	text-align:left;
}



/******************************************
  SignIn and current user
 ******************************************/
.login
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
}

.user
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#707070;
}


/******************************************
  Language
 ******************************************/
.locale
{
	font-family:Tahoma;
	font-size:10px;
	font-weight:normal;
}

.currentLocale
{
	font-family:Tahoma;
	font-size:10px;
	font-weight:bolder;
    color:black;
}


/******************************************
  Page navigator link
 ******************************************/
.pageNavigator
{
	font-family:Verdana;
	font-size:8pt;
	color:#0083a4;
    margin:4px 0px 15px 0px;
    padding:2px 2px 1px 2px;
    border-bottom:1px solid #bbbbbb;
}

.pageNavigatorSpacer
{
	color:Gray;
}

.pageNavigatorNoLink
{
}

.pageNavigatorLink
{
	font-weight:bold;
	color:#006384;
}


/******************************************
  Footer Styles
 ******************************************/
.footer
{
	font-family:Verdana;
	font-size:8pt;
	color:#0083a4;
    margin:10px 10px 10px 10px;
    padding:2px 2px 2px 2px;
    border-top:1px solid #bbbbbb;
}

.footerLink
{
	color:#006384;
}

.footerSpacer
{
	color:Gray;
}

/******************************************
  Menu Styles
 ******************************************/

.menu,
.menu a
{
	font-family:Tahoma;
	font-size:11px;
    line-height:11px;        
	color:#0083a4;
	width:170px;
}

.menuLevel0
{
	color:#006384;
    font-variant:small-caps;
    font-weight:bold;
	margin-top:10px;
    margin-bottom:4px;
}

.menuLevel0 a
{
	color:#006384;
}

.menuLevel1
{
	margin-top:3px;
    margin-bottom:3px;
    margin-left:2px;
}

.menuLevel2
{
	margin-top:3px;
    margin-bottom:3px;
    margin-left:2px;
}

.menuLevel3
{
	margin-top:3px;
    margin-bottom:3px;
    margin-left:4px;
}

.menuLevel3
{
	margin-top:3px;
    margin-bottom:3px;
    margin-left:6px;
}

.menuLevel4
{
	margin-top:3px;
    margin-bottom:3px;
    margin-left:8px;
}

.menuLevel5
{
	margin-top:3px;
    margin-bottom:3px;
    margin-left:10px;
}

.menuSection
{
	color:#006384;
    font-weight:bold;
    margin-left:0px;
    margin-bottom:3px;
    margin-top:10px;
}
.menuSection a
{
	color:#006384;
}

/* Modify PERU  */

ul.menu
{
   list-style:none;
}
ul.menu ul 
{
   display:none;
   list-style:none;
} 

ul.menu li:hover > ul
{
   display:block;
}