P  {
	font-size : 11pt;
	font-family : Arial,Helvetica,sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Black;
}

H1  {
	font-family : Amerigo Md BT,Times New Roman,Times,serif;
	font-weight : bold;
	font-style : normal;
	color : Black;
	font-size : 20pt;
	text-align : left;
}

H2  {
	font-size : 16pt;
	font-family : Amerigo Md BT,Times New Roman,Times,serif;
	font-weight : bold;
	font-style : normal;
	color : Black;
	text-align : left;
}

H3  {
	font-size : large;
	font-family : Amerigo Md BT,Times New Roman,Times,serif;
	font-weight : bold;
	font-style : normal;
	color : Yellow;
	text-align : left;
}

.lime  {
	color : Lime;
}

.yellow  {
	color : Yellow;
}

.black  {
	color : Black;
}

.red {
   color: red;
}

.big  {
	font-size : large;
}

TD  {
	font-size : medium;
	font-family : Arial,Helvetica,sans-serif;
	font-weight : normal;
	font-style : normal;
	color : White;
}

CAPTION {
	font-size : 11pt;
	font-family : Arial,Helvetica,sans-serif;
	font-weight : bold;
	font-style : normal;
	color : Black;
}
 
.silvercell {
   background-color: silver;
}

.aquacell {
   background-color: aqua;
   color: navy;
} 

.redcell {
   background-color: red;
}

.navycell {
   background-color: navy;
}

.whitecell {
   background-color: white;
   color: navy;
}

LI {
	font-size : 11pt;
	font-family : Arial,Helvetica,sans-serif;
	font-weight : bold;
	font-style : normal;
	color : Black;
}

.underlined {
    text-decoration: underline;
}

