.PaperTitle{
	color : white;
	font-size : 9pt;
	font-weight : normal;
	text-decoration : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.PaperLeftTile{
	background : white url(images/PaperLeftTile.gif) repeat-y scroll left;
}

.PaperRightTile{
	background : transparent url(images/PaperRightTile.gif) repeat-y scroll right;
}

.PaperBottomTile{
	background : transparent url(images/PaperBottomTile.gif) repeat-x scroll bottom;
}

.PaperBottomLeft{
	background : transparent url(images/PaperBottomLeft.gif) no-repeat scroll bottom left;
}

.PaperBottomRight{
	background : transparent url(images/PaperBottomRight.gif) no-repeat scroll bottom right;
}

.PaperTopTile{
	background : transparent url(images/PaperTopTile.gif) repeat-x scroll top;
}

.PapertopLeft{
	background : transparent url(images/PaperTopLeft.gif) no-repeat scroll top left;
}

.PaperTopRight{
	background : transparent url(images/PaperTopRight.gif) no-repeat scroll top right;
}

.PaperTitlePadding{
	padding-bottom : 2px;
	padding-left : 25px;
}

.PaperVisiblePadding{
	padding-bottom : 2px;
	padding-right : 20px;
}

.PaperActionsPadding{
	padding-left : 28px;
	padding-bottom : 5px;
	padding-right : 28px;
}

.PaperContentPadding{
	padding-left : 28px;
	padding-right : 28px;
}


<!-- ************* -->
<!-- TESTING START -->
.WhiteSheetPaper{
	color: white;
}
<!-- TESTING END -->
<!-- ************* -->


.WhitePaperTile{
	background : transparent url(images/WhitePaperTile.gif) repeat-x scroll top;
}

.WhitePaperLeft{
	background : transparent url(images/WhitePaperLeft.gif) no-repeat scroll top left;
}

.WhitePaperRight{
	background : transparent url(images/WhitePaperRight.gif) no-repeat scroll top right;
}

A:link  {
    text-decoration:    underline;
    color:  #0000ff;
}

A:visited   {
    text-decoration:    underline;
    color:  #0000ff;
}

A:active    {
    text-decoration:    underline;
    color:  #0000ff;
}

A:hover {
    text-decoration:    none;
    color:  #00ff00;
}

