a:link
{
	color: #0F0EAA;
	text-decoration: none;
}
a:visited
{
	color: #0F0EAA;
	text-decoration: none;
} 
a:active 
{
	color: #0F0EAA;
	text-decoration: none;
}
a:hover
{
	color: #C80000;
	text-decoration: underline;
}

body
{
	font-family: Arial;
	font-size  : 9pt;
	background-color: #E3E3E3;
	color: #000000;
	margin:0;
	
}

p
{
	text-align: justify;
	line-height: 150%
}

table
{
	table-border-color-light: rgb(153,204,153);
	table-border-color-dark: rgb(153,204,153);
	font-family: Arial;
	font-size  : 9pt;
	bckground-color:rgb(255,255,255);


}
.th
{
	background-color:#AF0000;
	font-family: Arial;
	font-size  : 9pt;
	font-weight: bold;
	color: #FFFFFF
}
.tch
{
	background-color:#C8C8C8;
	font-family: Arial;
	font-size  : 9pt;
	font-weight: bold;
	color: #000000
}
.tc
{
	background-color:#F0F0F0;
	font-family: Arial;
	font-size  : 9pt;
	font-type: normal;
	color: #000000
}

.tb
{
    border:1px solid #c0c0c0; background-color:#FFFFFF;
	font-family: Arial;
	font-size  : 9pt;
	font-type: normal;
	padding-left:4; padding-right:4; padding-top:1; padding-bottom:1

}

ul
{
	font-family: Arial;
	font-size  : 9pt;
	font-style: normal;
	color: #000000;
	list-style-image:url('images/listbullet.gif');
	line-height:28px;
}


.h1
{
	font-family: Arial;
	font-size  : 12pt;
	font-weight: bold;
	color: #002EA5
}
.h2
{
	font-family: Arial;
	font-size  : 10pt;
	font-weight: bold;
	color: #C80000
}
.h3
{
	color: #999933;
}
.h4
{
	color: #FF6633;
}
.h5
{
	color: #CC9933;
}
.h6
{
	color: #999933;
}

.footer{
	font-size:11px;
	color:#FFFFFF;
	letter-spacing:.5px;
}
