* { 
    -moz-box-sizing: border-box; 
}
body{
/*Mantelli (com - Net)  body information*/
	background-color: #DECBB0;	
	margin : 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px 
}

p.small{
line-height: 90%
}

p.medium{
line-height: 150%
}

p.big{
line-height: 200%
}

/*formats the header text throughout the site*/
.txtheader{
color: #ffff40;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
padding-bottom: 7px;
}

.txtheader a:link{
color: #0000c0;
text-decoration: underline;
}

.txtheader a:visited{
color: #000000;
text-decoration: none;
}

.txtheader a:hover{
color: #c00000;
text-decoration: underline;
}

.txtheader a:active{
color: #000000;
text-decoration: none;
}

/*formats button text*/
.buttontxt{
color: #fff7df;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
}

.buttontxt a:link{
color: #fff7df;
text-decoration: none;
}

.buttontxt a:visited{
color: #fff7df;
text-decoration: none;
}

.buttontxt a:hover{
color: #000000;
text-decoration: none;
}

.buttontxt a:active{
color: #fff7df;
text-decoration: none;
}

/*formats button text*/
.copyrighttxt{
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: italic;
font-weight: bold;
}

/*formats the medium text throughout the site*/
.txtmedium{
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
}

/*formats the medium text throughout the site*/
.txtmediumbold{
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
}

/*formats the medium text throughout the site*/
.txtmediumred{
color: #800000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
}

/*formats the medium text throughout the site*/
.txtmediumblue{
color: #000080;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
}

/*formats the medium text throughout the site*/
.txtmediumlink{
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
}

.txtmediumlink a:link{
color: #000000;
text-decoration: underline;
}

.txtmediumlink a:visited{
color: #000000;
text-decoration: underline;
}

.txtmediumlink a:hover{
color: #c00000;
text-decoration: underline;
}

.txtmediumlink a:active{
color: #000000;
text-decoration: none;
}


/*formats the smaller text throughout the site*/
.txtsmall{
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: normal;
}

.txtsmall a:link{
color: #000000;
text-decoration: none;
}

.txtsmall a:visited{
color: #000000;
text-decoration: none;
}

.txtsmall a:hover{
color: #c00000;
text-decoration: underline;
}

.txtsmall a:active{
color: #000000;
text-decoration: none;
}


/*formats the smaller text throughout the site*/
.txtsmallbold{
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: bold;
text-decoration: none;
}

.txtsmallbold a:link{
color: #000000;
text-decoration: none;
}

.txtsmallbold a:visited{
color: #000000;
text-decoration: none;
}

.txtsmallbold a:hover{
color: #c00000;
text-decoration: underline;
}

.txtsmallbold a:active{
color: #000000;
text-decoration: none;
}

/*formats the medium text throughout the site*/
.txtsmalllink{
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: normal;
}

.txtsmalllink a:link{
color: #000000;
text-decoration: underline;
}

.txtsmalllink a:visited{
color: #000000;
text-decoration: underline;
}

.txtsmalllink a:hover{
color: #c00000;
text-decoration: underline;
}

.txtsmalllink a:active{
color: #000000;
text-decoration: none;
}

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: left;
margin: 0 0.15em;
}

#nav-menu li a
{
background: #fff url('buttonbkgd.gif') repeat-x bottom left;
height: 25px;
line-height: 22px;
float: left;
width: 120px;
display: block;
border: 1px solid #ff6633;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size : 12px; 
text-decoration: none;
text-align: center
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
width:120px
}

#nav-menu a
{
text-decoration: none;
}

#nav-menu a:hover
{
text-decoration: underline;
}