body{	background-image: url(images/striped-title.gif); background-repeat: repeat-x; margin: 0 auto; SCROLLBAR-FACE-COLOR: #B3C57A; SCROLLBAR-HIGHLIGHT-COLOR: #000000; SCROLLBAR-ARROW-COLOR: #ffffff; SCROLLBAR-TRACK-COLOR: #ffffff; SCROLLBAR-BASE-COLOR: #B3C57A}	A         { text-decoration:none; font-weight: normal;}	B         { text-decoration:none; font-weight: bold;}	A:link	  { color:#000000; }	A:visited { color:#000000; }	A:hover	  { color:#ff0000; }<style type="text/css">A{    FONT-WEIGHT: normal;    FONT-SIZE: 10pt;    FONT-STYLE: normal;    FONT-FAMILY: ;    TEXT-DECORATION: none}B{    FONT-WEIGHT: bold;    FONT-FAMILY: Arial;    TEXT-DECORATION: none}

.greylinks
{
    width:760px;
    color: #ffffff;
    font-family: arial;
    font-size: 7pt;
    margin-top:10px;
    margin-bottom:10px;
    padding-top:10px;
    text-align:center;
}
.greylinks A:visited
{
    color: #999999;
    font-family: arial;
    font-size: 7pt;
    text-decoration:underline;
}
.greylinks A:link
{
    color: #999999;
    font-family: arial;
    font-size: 7pt;
    text-decoration:underline;
}
.greylinks A:hover
{
    color: #ff0000;
    font-family: arial;
    font-size: 7pt;
    text-decoration:underline;
}

/* CSS Document */

/* structure elements */

body{
	margin-left:0;
	margin-top:0;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;	
	font-size:100%;
	text-align:center;
}

h1{
	color:#ff0000;
	font-size:1em;
	font-weight:bold;
	margin:0;
	padding:0 0 5px 0;
}

h2{
	color:#000000;
	font-size:.75em;
	font-weight:bold;
	margin:0 0 5px 0;
}

p{
	color:#333;
	font-size:.75em;
	line-height:1.5;
	margin:10px 0 10px 0;
	padding:0;
}

p a:link {
	color: #09c;
	text-decoration: none;
}

p a:visited {
	text-decoration: none;
	color: #09c;
}

p a:hover {
	text-decoration: underline;
	color: #09c;
}

p a:active {
	text-decoration: underline;
	color: #09c;
}

</STYLE>