body {
	background-color: #00659C;
	background-image:  url(../images/bg.gif);
}

body, td {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 10pt;
}
/* Font */
.HDarkBlue {
	font-size: 14pt;
	color: #10285A;
}


.HLightBlue {
	font-size: 12pt;
	font-weight: bold;
	color: #00659C;
}


.Paragraphy{
	font-size: 12pt;
	color: #00659C;
	align:justify;
}

.Copyright{
	font-size: 10pt;
	color: #00659C;
	
}

/* Table*/

.Table { width: 95%; align:center; border:0; cellspacing:8; cellpadding:8; }

.TrHeader{
  background: #00659C; font-size: 11pt;  color: #FFFFFF; font-weight: bold;
}

.TrLineOdd{
  background: #DEEFFF; font-size: 11pt;  color: #00659C; align:center;
}

.TrLineEven{
  background: #C1E1FF; font-size: 11pt;  color: #00659C; align:center;
}


/* Link */

A {
  text-decoration: underline;
  color: #0000FF;
}

