/* External style sheet STYLES.CSS */

all.MARGIN {margin-left: 10px; }
BODY, TD, CAPTION, P {font-family: Tahoma, Verdana, Arial, sans-serif; font-size:10pt;}
BODY.background {background-image: url(paper.gif);
      /* background-repeat: no-repeat;        /* repeat-x and repeat-y are nice */
       background-attachment: fixed;}   

.page {width:780}

TH {font-family: Verdana, Arial, sans-serif; color:#0000A0;}

A.LINK  {font-size: x-small; font-family: sans-serif}

A:link     {color:rgb(0,0,200);}
A:visited  {color:rgb(100,100,230);}
A:hover    {color:rgb(250,0,0);}       

.modify  {font-size: xx-small;}

SPAN.toplink {font-weight:bold; color:#aa0000}
SPAN.header
{
	font-weight: bold;
	font-size: 16pt;
	letter-spacing: 5pt;
	font-variant: small-caps;
}
SPAN.header2 {font-weight:bold; font-size:large;}
SPAN.linkheader { font-weight:bold;}

table.HeaderLinks
{
	width: 780;	
	background-color: rgb(230,230,230);
}


.Bottom
{
	font-size:8pt;
}

A.HeaderLink:link
{
	color: black;
}

hr 
{
	color:rgb(230,230,230);
	width:780;
}

