/* CSS Document */
<style>
A:link
{
    COLOR: white;
    TEXT-DECORATION: none
}
A:active
{
    COLOR: blue;
    TEXT-DECORATION: none
}
A:visited
{
    COLOR: white;
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: yellow;
    TEXT-DECORATION: none
}
.bevel
{
    BORDER-BOTTOM: #23094C 2px solid;
    BORDER-LEFT: #C1B4D6 2px solid;
    BORDER-RIGHT: #23094C 2px solid;
    BORDER-TOP: #C1B4D6 2px solid
}
.header2
{
	FONT: bold 9pt/9pt arial;
	COLOR: white;
	TEXT-ALIGN: center;
	text-decoration: none;
}
.table
{
    FONT: 9pt/9pt arial;
    COLOR: black
}
.body
{
	COLOR: #333333;
	font-family: arial;
	font-size: 10pt;
	line-height: 14pt;
}
.title
{
    FONT: 14pt/18pt arial;
    COLOR: #B6A3D5
}
.tumb {
	text-decoration: none;
	text-align: left;
	float: left;
	margin: 4px;
}
a.linktxt:link {
	color: #0000FF;
	text-decoration: underline;
}

a.linktxt:visited {
	color: #0000FF;
	text-decoration: underline;
}


.tumbr {
	text-decoration: none;
	float: right;
	margin: 4px;
}
</style>

