body
{
	margin: 0px;
	background-color: #cec9c9;
	font-family: Tahoma;
	font-size: 12px;
	color: #61595d;
}

img
{
	border-style: none;
}

.textbox 
{
	border: solid 1px #000;
	font-size: 11px;
}

a,
a:link,
a:visited 
{
	color: #5c0130;
	text-decoration: none;
}

a:hover,
a:active
{
	color: #000;
}

h1
{
	font-size: 18px;
	color: #5c0130;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 15px;
	border-bottom: solid 1px #cfc8cb;
	background-image: url(/sites/bikini-village/images/h1-tree.gif);
	background-repeat: no-repeat;
	background-position: top right; 
	text-transform: uppercase;
}

h3
{
	font-size: 12px;
	color: #5c0130;
	font-weight: bold;
	margin: 0px;
	text-transform: uppercase;
}

p
{
	margin-top: 7px;
	margin-bottom: 0px;
}

/* RadEditor Editable Zone */
.RadEContent, .RadEContentBordered
{
	background-color: #ffffff;
	font-size: 12px;
    color: #61595d;   
} 