/* CSS Document */

body
{
	background-color:#F0F0F0;
}

p,li,td
{
	font-size:12pt;
	font-family:arial, helvetica;
	color:#333333;
	font-weight:400;
	text-align: justify;
}

ul
{
	list-style:square url(images/bullet.jpg);
}

h1
{
	font-size: 14pt;
	font-family:arial, helvetica;
	color:#BC4C02;
	text-decoration:none;	
}

h2
{
	font-size: 11pt;
	font-family:arial, helvetica;
	color:#5B2F8F;
	text-decoration:none;	
}

p.small
{
    font-size:10pt;
	font-family:arial, helvetica;
	color:#333333;
	font-weight:400;
	text-align: justify;

}

.bgrepeat
{
	background-repeat: no-repeat;
	background-position: top;

}

/* ---------------------------------------------------------- */

a:link    
{color:3F3FC5; font-weight:normal}
a:visited 
{color:AD3FC5; font-weight:normal}
a:active  
{color:AD3FC5; font-weight:normal}
a:hover   
{color:444444; font-weight:normal}

/* ---------------------------------------------------------- */

a.menu:link, a.menu:hover, a.menu:visited, a.menu:active
{
	font-size:11pt;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}