/* jiva design style sheet */

body	{
	background-color: #FF7F00;
}

.table-main	{
	background-color: black;
}

.table-footer	{
	background-color: #FF7F00;
}

.text-header {
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	color:  black;
}

.text-clients {
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	color:  #FF7F00;
}
		
.text-light	{
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	color: #FFCC99;
}

.text-dark	{
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	color: #FF7F00;
}

.text-quote	{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	color: #FF7F00;
}

.text-footer-left	{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}

.text-footer-right	{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}


a:link {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: #FF7F00;
}

a:visited {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: #FF7F00;
}

a:hover {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: #8000FF;
}

a:active {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: #8000FF;
}



