body {
	background-color: #FFFFFF;
	font-family: Arial;
	font-color: #000000;
}

h1.box { 
	color: #FFFFFF;
}

h2.box { 
	color: #FFFFFF;
}

h3.box { 
	color: #FFFFFF;
}

h4.box { 
	color: #FFFFFF;
}

h5.box { 
	color: #FFFFFF;
}

p.principal { 
	text-align: justify;
}

p.bottom { 
	text-align: center;
}

td.boxheader{
	valign: bottom;
	color: #FFFFFF;
}

td.boxitem{
	valign: top;
	color: #FFFFFF;
}

td.body{
	background-color: #FFFFFF;
	valign: top;
}

td.bottom{
	background-color: #808080;
	color: #FFFFFF;
}

a:link {
	color: yellow;
}

a:visited{
	color: yellow;
}

a:hover{
}

a:active{
}