body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
}

/* ---------- STYLE TEXT LINK -----------------------*/
a { font-family:Verdana, Arial, Helvetica, sans-serif;  text-decoration: none; color: #3260DA; }
a:hover { font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration: none; color: #3260DA; }
a:link { font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration: none;color: #3260DA; }
a:visited { font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration: none;color: #3260DA; }
a:actived { font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration: none;color: #3260DA; }

/* ---------- STYLE TEXT WHITE -----------------------*/
.titlewhitebold12 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size:12px; 
	color: #FFFFFF;
}

.titlewhitebold10 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size:10px; 
	color: #FFFFFF;
}

.textwhite10 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: none; 
	font-size:10px; 
	color: #FFFFFF;
}
/* ----------- STYLE TEXT RED ---------------- */
.titleredbold16 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size:16px; 
	color: #ED1C24;
}

.titlered10 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: none; 
	font-size:10px; 
	color: #ED1C24;
}

.red12 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: none; 
	font-size:12px; 
	color: #E01F17;
}


/* ----------- STYLE TEXT BLUE ---------------- */

.titlebluebold14 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size:14px; 
	color: #002D62;
}

.textbluebold12 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size:12px; 
	color: #002D62;
}

.textbluebold10 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size:10px; 
	color: #002D62;
}

.textblue12 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: none; 
	font-size:12px; 
	color: #002D62;
}

.textblue20 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: none; 
	font-size:20px; 
	color: #002D62;
}

.textblue10 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: none; 
	font-size:10px; 
	color: #002D62;
}

.bluelight12 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: none; 
	font-size:12px; 
	color: #00A5D6;
}


/* ----------- STYLE TEXT COPYRIGHT ---------------- */

.copyright { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: none; 
	font-size:10px; 
	color: #3A3A3A;
}

/*                    GRAY                       */
.gray10 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: none; 
	font-size:10px; 
	color: #858585;
}

.gray210 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: none; 
	font-size:10px; 
	color: #3A3A3A;
}

.gray11 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: none; 
	font-size:11px; 
	color: #858585;
}
.gray211 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: none; 
	font-size:11px; 
	color: #3A3A3A;
}

.gray12 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: none; 
	font-size:12px; 
	color: #858585;
}

/* ----------- STYLE BACKGROUND COLOR TABLE ---------------- */
table {
	border: 0px;
}

/* ----------- table blue ---------------- */
.bckgblue {
	background: #002D62;
}

/* ----------- table white ---------------- */
.bckgwhite {
	background: #ffffff;
}

/* ----------- table white ---------------- */
.bckggray {
	background: #858585;
}

/* ----------- table red ---------------- */
.bckgred {
	background: #EE3124;
}
/* ----------- table book ---------------- */
.bckgbook1 {
	background: #B2D8F2;
}
.bckgbook2 {
	background: #D42B4A;
}
.bckgbook3 {
	background: #DC9600;
}

/* ----------- table link ---------------- */

.bckglinks {
	background: #3178B6;
}

/* ----------- table color step ---------------- */

.bckgstep1 {
	background: #D6E7FB;
}
.bckgstep2 {
	background: #DFB3C8;
}
.bckgstep3 {
	background: #E3D3B2;
}