.big {
font-family	: Arial, Helvetica;
color		: #DF8C00;
font-size	: 16px;
font-style	: normal;
font-weight	: bold;
}

.emphasize {
font-family	: Arial, Helvetica;
color		: #DF8C00;
font-size	: 12px;
font-style	: normal;
font-weight	: bold;
}

.invisible {
font-family	: Arial, Helvetica;
color		: #F4DCB2;
font-size	: 3px;
}

.nav {
font-family	: Arial, Helvetica;
color		: #F4DCB2;
font-size	: 12px;
font-style	: normal;
font-weight	: normal;
}

.small {
font-family	: Arial, Helvetica;
color		: #001B35;
font-size	: 10px;
font-style	: normal;
font-weight	: normal;
}

td {
font-family	: Arial, Helvetica;
color		: #001B35;
font-size	: 12px;
}

a {
font-family	: Arial, Helvetica;
color		: #DF8C00;
font-size	: 12px;
font-style	: normal;
font-weight	: bold;
}

a.navbar {
font-family	: Arial, Helvetica;
color		: #FFFFFF;
font-size	: 12px;
font-style	: normal;
font-weight	: bold;
}

/*--------------------*\
  layout layers
\*--------------------*/


#box {
position	: relative;
left		: 0px;
top			: 0px;
width		: 100%;
padding		: 10px 10px 10px 10px;
margin		: 0px;
background	: #EFEFEF;
border		: 1px solid #4C82C3;
color		: #000000;
font-size	: 12px;
font-weight	: none;
text-align	: justify;
}

#text {
position	: relative;
left		: 0px;
top			: 0px;
width		: 100%;
padding		: 10px 10px 10px 10px;
margin		: 0px;
border		: 0px solid #4C82C3;
color		: #000000;
font-size	: 12px;
font-weight	: none;
text-align	: justify;
}