/*****************************************************
  Body - Definitions
*****************************************************/
body 
{
    font-size: 8pt;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    background-image: url('images/Background.gif');
}

body.vlink
{
	color: #303030;
    background-color: #FFFFFF; 
}

body.link
{
	color: #C0C0C0;
    background-color: #FFFFFF; 
}

/***********************
  A - Definitions
***********************/
a.link
{
	color: #303060;
    background-color: #FFFFFF; 
}
a.vlink
{
	color: #808080;
    background-color: #FFFFFF; 
}

/***********************
  H - Definitions
***********************/
H1.title
{
    font-size: 20pt;
	text-align: center;
}


/***********************
  IMG - Definitions
***********************/
img.borderless
{
	border: 0;
}

/***********************
  DIV - Definitions
***********************/

div.left
{
	text-align: left;
}

/***********************
  P - Definitions
***********************/
p.center
{
	text-align: center;
}

p.subtitle
{
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

p.footer
{
	font-size: 6pt;
	text-align: center;
}

p
{
	font-size: 8pt;
	text-align: justify;
	margin-top:3.0pt;
	margin-right:0in;
	margin-bottom:3.0pt;
	margin-left:0in;
}

/***********************
 LI - Definitions
***********************/
li
{
	font-size: 8pt;
	text-align: left;
}
/***********************
  TD - Definitions
***********************/
td.leftcol
{
	width: 25%;
}

td.centercol
{
	width: 50%;
}

td.rightcol
{
	width: 25%;
}