a:link       { color: #333333; text-decoration:underline}
a:visited    { color: #333333; text-decoration:underline}
a:hover      { color: #FF0000; text-decoration:underline}
a:active     { color: #FF0000; text-decoration:underline}

A.link1:link    {
	color: #333333;
	text-decoration: none;
	font-size: 10pt;

}
A.link1:visited {
	color: #333333;
	text-decoration: none;
	font-size: 10pt;

}
A.link1:hover   {
	color: #FF0000;
	text-decoration: none;

}
A.link1:active  {
	color: #FF0000;
	text-decoration: none;


}

A.link2:link    {
	color: #FFFFFF;
	text-decoration: none;
}
A.link2:visited {
	color: #FFFFFF;
	text-decoration: none;
}
A.link2:hover   {
	color: #FFFFFF;
	text-decoration: underline;
}
A.link2:active  {
	color: #FFFFFF;
	text-decoration: underline;
}

A.link3:link    { font-size: 10pt; color: #FFFFFF; text-decoration: none}
A.link3:visited { font-size: 10pt; color: #FFFFFF; text-decoration: none}
A.link3:hover   { font-size: 10pt; color: #FF0000; text-decoration: none}
A.link3:active  { font-size: 10pt; color: #FF0000; text-decoration: none}

.font10 {
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;


}

	
.title { background-color:#E8F4D8; color:black }

td {
	font-size: 12px;
	color: #333333;
	line-height: 18px;


}
.textline {font-size: 9pt; border: 1px solid #999999}
.bg01 {
	background-attachment: fixed;
	background-image: url(images/bg03.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bg02 {
	background-attachment: fixed;
	background-image: url(images/bg02.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.bg05 {
	background-attachment: fixed;
	background-image: url(images/bg05.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.font9 {
	font-weight: bold;
	color: #0000FF;
}
