html { overflow-y: scroll; }
html { overflow: -moz-scrollbars-vertical; }

* {
	font-family: arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #465D82; 
	margin-top: .1em;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: .1em;
}

p {
	margin-top: .1em;
	margin-left: 1em;
	margin-right: 1em;
     text-align: justify; 
}

p.indent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-left: 78px;
     color: #465D82; 
}

p.center {
        text-align: center; 
}

p.blue {
	margin-top: 0;
        color: #465D82; 
}

p.right {
        text-align: right; 
}

p.left {
        text-align: left; 
}


p.normal {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
     text-align: justify; 
}

p.small {
  font-size: 11px;
  font-style: italic;
  margin-bottom: .3em;
}

a:link, a:hover, a:active {
	color: #465D82;
	text-decoration: underline;
}

a:visited {
	color: #586986;
	text-decoration: underline;


}



.main_menu, .main_menu * {
text-transform: uppercase;
color: #fff;
font-weight: bold;
text-align: left;
}

.main_menu a:link {
color: #fff;
text-decoration: none
}

.main_menu a:visited {
color: #fff;
text-decoration: none

}

.main_menu a:hover {
color: #fff;
background-color: #979581;
text-decoration: none

}

.main_menu a:active {
color: #fff;
background-color: #979581;
text-decoration: none

}

.main_menu em {
color: #fff;
background-color: #C38E5E;
}


.menu2, .menu2 * {
text-transform: uppercase;
color: #fff;
font-size: 13px;
font-weight: bold;
text-align: left;
}

.menu2 a:link {
color: #fff;
text-decoration: none
}

.menu2 a:visited {
color: #fff;
text-decoration: none
}

.menu2 a:hover {
color: #fff;
background-color: #7D95BE;
text-decoration: none
}

.menu2 a:active {
color: #fff;
background-color: #7D95BE;
text-decoration: none
}

.menu2 em {
color: #fff;
background-color: #C38E5E;
}


ul.list-menu {
margin: 0;
padding: 0;
list-style-type: none;
color: #fff;
}

li.list-menu {
margin: 2px 0 0;
color: #fff;
}


.list-menu a {
 display: block;
 width:100%;
 padding: 0 0 0 0;
 border: 0;
 background: #979581;
 color: #fff;
 text-decoration: none;
}


.list-menu a:link, .list-menu a:visited {
 display: block;
 width:100%;
 padding: 0 0 0 0;
 border: 0;
 background: #979581;
 color: #fff;
 text-decoration: none;
}



.list-menu a:hover, .list-menu a:active{
border: 0;
background: #77796B;
color: #ffffff;
text-decoration: none
}
