.rteHeaderTop
{
	background-color:   #EFEDDE;
	border-left:        1px outset;
	border-right:       1px outset;
	border-top:         1px outset;
	letter-spacing:     0;
	padding:            2px;
}

.rteHeaderBottom
{
	background-color:   #EFEDDE;
	border-left:        1px outset;
	border-right:       1px outset;
	border-bottom:      1px outset;
	border-top:         1px solid #C5C2B8;
	letter-spacing:     0px;
	padding:            2px;
}

.rteFrame
{
	border-left:        1px outset;
	border-right:       1px outset;
	height:             200px;
}

.rteFooter
{
	background-color:   #EFEDDE;
	border-left:        1px outset;
	border-right:       1px outset;
	border-bottom:      1px outset;
	padding:            2px;
}

.rteImage
{
	background:         #EFEDDE;
	border:             1px solid #EFEDDE;
	cursor:             pointer;
}

.rteImageRaised, .rteImage:hover
{
	background:         #EFEDDE;
	border:             1px outset;
	cursor:             pointer;
}

.rteImageLowered, .rteImage:active
{
	background:         #EFEDDE;
	border:             1px inset;
	cursor:             pointer;
}